Selfprivacy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Selfprivacy 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/347121.svg" alt="Selfprivacy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347121.svg" alt="Selfprivacy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347121.svg" alt="Selfprivacy icon" :width="24" :height="24" />
CSS background
.icon-selfprivacy {
background-image: url('https://proicons.com/icon/347121.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M22.32,24.08c-.9371.297-1.456,1.2975-1.159,2.2346.0145.0458.0309.0909.049.1354.1606.427.4694.7819.87,1-.1394.9387-.3398,1.8674-.6,2.78h2.56c-.1172-.9212-.3112-1.8311-.58-2.72.5778-.3443.9511-.9491,1-1.62.0649-.9588-.6597-1.7887-1.6185-1.8536-.175-.0119-.3509.0028-.5215.0436Z"/><polygon class="b" points="5.5 17 23.08 17 28.78 23.25 28.78 32.89 8.5 32.89 8.5 35.5 5.5 32.71 5.5 17"/><path class="b" d="M8.5,32.89v5.61c0,2.2,1.8,4,4,4h26c2.2,0,4-1.8,4-4V9.5c0-2.2-1.8-4-4-4H12.5c-2.2,0-4,1.8-4,4v7.5"/></svg>
Copied!