Exodusprivacy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Exodusprivacy 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/340179.svg" alt="Exodusprivacy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340179.svg" alt="Exodusprivacy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340179.svg" alt="Exodusprivacy icon" :width="24" :height="24" />
CSS background
.icon-exodusprivacy {
background-image: url('https://proicons.com/icon/340179.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M36.47,35.19c0,3.21-3.24,8.31-11.36,8.31S11.53,38,11.53,32.41c0-7.54,8.07-9.3,8.07-9.3s-6.45-2.88-6.45-8.44,3.9-10.17,12-10.17,10.15,3.33,10.15,6.59"/><line class="a" x1="19.6" y1="23.11" x2="28.96" y2="23.11"/></svg>
Copied!