Govmo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Govmo 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/326724.svg" alt="Govmo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326724.svg" alt="Govmo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326724.svg" alt="Govmo icon" :width="24" :height="24" />
CSS background
.icon-govmo {
background-image: url('https://proicons.com/icon/326724.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><path class="b" d="M38.004,30.264c.7862-.1315,1.5435-.3988,2.238-.79,2.0196-1.1569,3.2634-3.3085,3.258-5.636,0-3.59-2.907-6.5-6.493-6.5-1.7374-.0022-3.4027.6944-4.621,1.933M4.5,30.662c1.601-3.701,3.744-7.644,7.545-9.518,3.538-1.745,3.706,1.051,4.574,4.114.691,2.44,2.453,1.726,3.855-.265,1.99-2.827,4.316-6.932,7.58-3.564,2.488,2.566,2.39,6.733,6.783,8.54"/></svg>
Copied!