Govmo Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Govmo Alt icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/326725.svg" alt="Govmo Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326725.svg" alt="Govmo Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326725.svg" alt="Govmo Alt icon" :width="24" :height="24" />
CSS background
.icon-govmo-alt {
background-image: url('https://proicons.com/icon/326725.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="32.385" r="2.27"/><path class="b" d="M40.39,12.495c-3.63.06-11,4.15-12.78,14.55"/><path class="b" d="M42.5,15.165c-.28,6.31-2.73,14.67-11.08,18.19"/><path class="b" d="M27.61,27.015c.8677-3.576,1.3637-7.2321,1.48-10.91,0-5-3.3-10.8-3.3-10.8"/><path class="b" d="M7.61,12.495c3.63.06,11,4.15,12.78,14.55"/><path class="b" d="M5.5,15.165c.28,6.31,2.73,14.67,11.08,18.19"/><path class="b" d="M20.39,27.015c-.8677-3.576-1.3637-7.2321-1.48-10.91,0-5,3.3-10.8,3.3-10.8"/><path class="b" d="M16.58,33.355c-3.52-1.71-4.32-6-3.75-10.63,0,0,5.06-1.42,7.56,4.32.0389-3.4915,1.3185-6.8554,3.61-9.49,2.2849,2.6268,3.5641,5.9788,3.61,9.46,2.5-5.74,7.56-4.32,7.56-4.32.57,4.66-.23,8.92-3.75,10.63"/><line class="b" x1="7.61" y1="42.695" x2="40.39" y2="42.695"/><line class="b" x1="6.62" y1="38.225" x2="41.38" y2="38.225"/></svg>
Copied!