Privacy Dashboard Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Privacy Dashboard 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/331604.svg" alt="Privacy Dashboard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331604.svg" alt="Privacy Dashboard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331604.svg" alt="Privacy Dashboard icon" :width="24" :height="24" />
CSS background
.icon-privacy-dashboard {
background-image: url('https://proicons.com/icon/331604.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,.b,.c,.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.d{stroke-width:1px;}</style></defs><path class="a" d="M17.7531,18.688a4.6343,4.6343,0,0,1,9.2685,0"/><path class="a" d="M27.0216,18.688v2.7887"/><path class="a" d="M17.7531,18.688V21.44"/><circle class="b" cx="22.3874" cy="27.3435" r="1.6128"/><path class="b" d="M22.3874,30.5335v-1.528"/><rect class="c" x="15.9633" y="21.098" width="12.8481" height="12.8481" rx="3.5454"/><path class="d" d="M42.4467,34.7483A21.4986,21.4986,0,1,1,23.8284,2.5"/></svg>
Copied!