Privacium Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Privacium 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/346162.svg" alt="Privacium icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346162.svg" alt="Privacium icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346162.svg" alt="Privacium icon" :width="24" :height="24" />
CSS background
.icon-privacium {
background-image: url('https://proicons.com/icon/346162.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{stroke-miterlimit:10;}.f,.g{fill:none;stroke:#fff;}.g{stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="c" class="g" cx="24" cy="24" r="15.1083"/><path id="d" class="g" d="M39.1083,24h5.3917"/><path id="e" class="g" d="M3.5,24h5.3917"/><circle class="f" cx="23.9966" cy="26.8531" r="2.0282"/><path class="g" d="M18.6425,22.1579h10.715c.4064,0,.7358.3294.7358.7358v7.9189c0,.4064-.3294.7358-.7358.7358h-10.715c-.4064,0-.7358-.3294-.7358-.7358v-7.9188c0-.4064.3294-.7358.7358-.7358h0Z"/><path class="g" d="M19.9671,22.1579v-1.6891c.0069-2.2254,1.8165-4.024,4.042-4.0171,2.2157.0068,4.0102,1.8014,4.0171,4.0171v1.6891"/></svg>
Copied!