Zo Gemeld Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zo Gemeld 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/350179.svg" alt="Zo Gemeld icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350179.svg" alt="Zo Gemeld icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350179.svg" alt="Zo Gemeld icon" :width="24" :height="24" />
CSS background
.icon-zo-gemeld {
background-image: url('https://proicons.com/icon/350179.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="28.4693" r="7.6158"/><path class="c" d="M25.6821,21.0436c.1585.5851.2316,1.2068.2316,1.8406,0,4.2054-3.4131,7.6184-7.6184,7.6184-.5729,0-1.1336-.0609-1.6821-.195"/><path class="c" d="M24,17.1912c-7.234,0-13.6495,3.4944-17.6569,8.8859-1.1242,1.5124-1.1242,3.5781,0,5.0905,4.0074,5.3914,10.4229,8.8859,17.6569,8.8859s13.6495-3.4945,17.6569-8.8859c1.1242-1.5124,1.1242-3.5781,0-5.0905-4.0074-5.3914-10.4229-8.8859-17.6569-8.8859Z"/><line class="c" x1="24" y1="12.7995" x2="24" y2="7.9465"/><line class="c" x1="30.3458" y1="13.7223" x2="30.3458" y2="10.373"/><line class="c" x1="17.6542" y1="13.7223" x2="17.6542" y2="10.373"/></svg>
Copied!