css responsive svg code example
Example 1: responsive svg image in html
/* responsive svg */
/* NOTE: remove default width and height and replace it with values in viewbox */
Example 2: responsive svg with bootstrap
.svg-container {
display: inline-block;
position: relative;
width: 100%;
padding-bottom: 100%;
vertical-align: middle;
overflow: hidden;
}