Privacybrowser Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Privacybrowser 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/346167.svg" alt="Privacybrowser icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346167.svg" alt="Privacybrowser icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346167.svg" alt="Privacybrowser icon" :width="24" :height="24" />
CSS background
.icon-privacybrowser {
background-image: url('https://proicons.com/icon/346167.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="M24,10.16A12.25,12.25,0,0,1,36.25,22.41h0A12.25,12.25,0,1,1,24,10.16ZM21.46,12.5a10.23,10.23,0,0,0-7.22,6.81L18.07,21l1.11-3.66L22,15.66,22.88,14ZM18.07,21,15.38,22.4l.78,6.6a10.13,10.13,0,0,0,1.57,1.5l5.25-8Zm10.49-7.73L26.85,16l5-.18A10.36,10.36,0,0,0,28.56,13.25Zm3.85,3.33L26,19.49l.8,3.88,3.42,1,.53,5.82a10.19,10.19,0,0,0,1.71-13.57Z"/><path class="a" d="M22.2,4.86,6.69,11.25V27C6.69,35.44,24,43.5,24,43.5S41.31,35.44,41.31,27V11.25L25.8,4.86A4.68,4.68,0,0,0,22.2,4.86Z"/></svg>
Copied!