Privacyshade Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Privacyshade 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/346171.svg" alt="Privacyshade icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346171.svg" alt="Privacyshade icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346171.svg" alt="Privacyshade icon" :width="24" :height="24" />
CSS background
.icon-privacyshade {
background-image: url('https://proicons.com/icon/346171.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M32.6,21.3c0,4.8-3.8,8.7-8.6,8.8-4.8,0-8.7-3.8-8.8-8.6,0,0,0-.1,0-.2,0-4.8,3.8-8.7,8.6-8.8s8.7,3.8,8.8,8.6c0,0,0,.1,0,.2Z"/><path class="d" d="M34.9,21.6c.7-6.1-5-11.1-11-11.1s-11.8,5-11,11.1c.7,6.2,6.8,15.1,11,15,4.2.1,10.3-8.8,11-15Z"/><polyline class="d" points="31.3 30.5 37.5 30.5 37.5 37.4 10.5 37.4 10.5 30.5 16.4 30.5"/><polyline class="d" points="35 20.6 37.5 20.6 37.5 27.5 33 27.5"/><polyline class="d" points="14.7 27.5 10.5 27.5 10.5 20.6 12.8 20.6"/><polyline class="d" points="25.7 10.6 37.5 10.6 37.5 17.5 34.4 17.5"/><polyline class="d" points="13.3 17.5 10.5 17.5 10.5 10.6 10.5 10.6 22 10.6"/><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!