Privacy Guides Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Privacy Guides 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/331605.svg" alt="Privacy Guides icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331605.svg" alt="Privacy Guides icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331605.svg" alt="Privacy Guides icon" :width="24" :height="24" />
CSS background
.icon-privacy-guides {
background-image: url('https://proicons.com/icon/331605.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m18.2801,22.3089c0,2.6859-.199,4.5759.199,5.7696.5969,1.7906,3.3822,2.3874,4.178,0,.3979-1.2932.199-3.3822.199-5.7696m1.9895-3.8796c.0006,2.379-1.8991,4.3229-4.2775,4.377-2.4173,0-4.377-1.9596-4.377-4.377s1.9596-4.377,4.377-4.377,4.377,1.9596,4.377,4.377h-.0995Zm7.9581,18.5026l5.4712-6.267m-8.9529,2.8848l3.4817,3.4817m10.0471-2.9843c0,4.9445-4.0083,8.9529-8.9529,8.9529s-8.9529-4.0083-8.9529-8.9529,4.0083-8.9529,8.9529-8.9529,8.9529,4.0083,8.9529,8.9529Zm-17.3089,3.4817l-2.9843,1.7906-2.089.6963-1.8901-.6963-4.5759-2.8848-3.9791-2.6859c-.6963-.6963-1.4921-1.4921-1.9895-3.5812l-2.8848-18.7016c0-1.3927.6963-1.9895,1.4921-2.3874l11.9372-3.5812,1.9895-.4974,2.1885.5969,11.9372,3.4817c.9948.3979,1.5916.9948,1.2932,2.3874l-2.089,13.4293"/></svg>
Copied!