Consentid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Consentid 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/323979.svg" alt="Consentid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323979.svg" alt="Consentid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323979.svg" alt="Consentid icon" :width="24" :height="24" />
CSS background
.icon-consentid {
background-image: url('https://proicons.com/icon/323979.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M21.047,14.5271h19.14v12.506c0,2.5237-2.049,4.5727-4.5727,4.5727h-19.14v-12.506c0-2.5237,2.049-4.5727,4.5727-4.5727Z" transform="translate(-7.7873 17.5726) rotate(-30.5032)"/><rect class="c" x="20.7004" y="23.992" width="5.7485" height="3.7526" transform="translate(-9.8677 15.5463) rotate(-30.5032)"/><path class="c" d="M42.5,36.7101c-4.1846-2.0242-8.8364-3.4256-13.0892-4.3695"/><path class="c" d="M21.6547,35.0946c-6.7344,3.4937-16.1547,5.0118-16.1547,0s7.2891-4.5252,10.6465-4.5252c.652,0,1.6641.0487,2.939.1557"/></svg>
Copied!