Ivacy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ivacy 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/327584.svg" alt="Ivacy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327584.svg" alt="Ivacy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327584.svg" alt="Ivacy icon" :width="24" :height="24" />
CSS background
.icon-ivacy {
background-image: url('https://proicons.com/icon/327584.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="M6.568,11.755c4.78-3.74,10.03-6.255,17.432-6.255s12.652,2.515,17.432,6.255c.791,17.542-8.055,27.755-17.432,30.745-9.377-2.991-18.223-13.203-17.432-30.745Z"/><path class="b" d="M32.012,17.345c-2.337-1.519-4.888-2.483-8.012-2.483s-5.675.964-8.012,2.483c-.482,7.259,2.925,12.864,8.012,14.48,5.087-1.616,8.494-7.221,8.012-14.48ZM15.836,17.255l-9.036-5.362M24,31.865v10.496"/></svg>
Copied!