Privacyindicators Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Privacyindicators 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/331610.svg" alt="Privacyindicators icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331610.svg" alt="Privacyindicators icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331610.svg" alt="Privacyindicators icon" :width="24" :height="24" />
CSS background
.icon-privacyindicators {
background-image: url('https://proicons.com/icon/331610.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 viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style>
</defs>
<rect class="a" x="16.049" y="4.5" width="15.901" height="34.846" rx="1.167"/>
<polyline class="a" points="22.41 39.345 22.41 43.5 25.558 43.5 25.558 39.345"/>
<circle class="a" cx="24" cy="32.23" r="3.4846"/>
<circle class="a" cx="24" cy="21.923" r="3.4846"/>
<circle class="a" cx="24" cy="11.616" r="3.4846"/>
<path class="a" d="m16.049 9.1488h-4.4941s0.8549 2.4424 4.4941 2.4424"/>
<polyline class="a" points="16.049 14.962 13.9 14.962 13.9 11.242"/>
<path class="a" d="m16.049 19.016h-4.4941s0.8549 2.4424 4.4941 2.4424"/>
<polyline class="a" points="16.049 24.829 13.9 24.829 13.9 21.109"/>
<path class="a" d="m16.049 28.884h-4.4941s0.8549 2.4424 4.4941 2.4424"/>
<polyline class="a" points="16.049 34.697 13.9 34.697 13.9 30.977"/>
<path class="a" d="m31.951 9.1488h4.4941s-0.8549 2.4424-4.4941 2.4424"/>
<polyline class="a" points="31.951 14.962 34.1 14.962 34.1 11.242"/>
<path class="a" d="m31.951 19.016h4.4941s-0.8549 2.4424-4.4941 2.4424"/>
<polyline class="a" points="31.951 24.829 34.1 24.829 34.1 21.109"/>
<path class="a" d="m31.951 28.884h4.4941s-0.8549 2.4424-4.4941 2.4424"/>
<polyline class="a" points="31.951 34.697 34.1 34.697 34.1 30.977"/>
</svg>
Copied!