Id Credit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Id Credit 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/327299.svg" alt="Id Credit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327299.svg" alt="Id Credit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327299.svg" alt="Id Credit icon" :width="24" :height="24" />
CSS background
.icon-id-credit {
background-image: url('https://proicons.com/icon/327299.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><circle class="b" cx="8.8369" cy="17.2823" r="2.25"/><path class="b" d="M6.5869,22.1723l-.0351,9.2353"/><path class="b" d="M11.087,22.1603l-.0351,9.2479"/><path class="b" d="M11.087,22.1603c-.8955.0858-4.9688.6118-6.4369-.9703"/><path class="b" d="M4.65,32.2503c1.9018-.8419,6.4018-.8419,7.8702-.1457"/><path class="b" d="M17.702,16.8033c7.5012,2.3315,10.387-.9833,15.855-.8102,6.312.1998,9.6638,2.6698,9.793,8.484-.1292,5.8142-3.481,8.2842-9.793,8.484-5.4682.1731-8.3537-3.1417-15.855-.8102"/><path class="b" d="M34.886,16.0733c5.15,1.7497,4.8618,7.3151,4.8618,8.4041s.2882,6.6543-4.8618,8.4041"/><path class="b" d="M23.911,17.5933v13.769"/><path class="b" d="M20.075,17.3903v14.174"/></svg>
Copied!