Safevac Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Safevac 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/332325.svg" alt="Safevac icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332325.svg" alt="Safevac icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332325.svg" alt="Safevac icon" :width="24" :height="24" />
CSS background
.icon-safevac {
background-image: url('https://proicons.com/icon/332325.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,43.5c1.6943,0,15.2391-7.79,15.2391-16.9434V6.5051C35.2288,6.5051,24,4.5,24,4.5S12.671,6.5051,8.7609,6.5051V26.5566C8.7609,35.75,22.3959,43.5,24,43.5Z"/><path class="a" d="M33.2186,13.0427l-2.4964-2.1756"/><path class="a" d="M31.414,19.5594l-7.008-6.1257"/><path class="a" d="M31.6145,12.3409l-3.6393,4.1606"/><path class="a" d="M29.6094,17.9553,20.2053,28.6828l-3.3286-2.9075,9.4042-10.7275"/><path class="a" d="M18.4808,27.2792,14.7814,31.5"/></svg>
Copied!