Providers Id Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Providers Id 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/346229.svg" alt="Providers Id icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346229.svg" alt="Providers Id icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346229.svg" alt="Providers Id icon" :width="24" :height="24" />
CSS background
.icon-providers-id {
background-image: url('https://proicons.com/icon/346229.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="m13.6236,25.7105c-1.0093,1.7342-1.5873,3.7503-1.5873,5.9014,0,6.4892,5.2605,11.7496,11.7496,11.7496s11.7496-5.2605,11.7496-11.7496-5.2605-11.7496-11.7496-11.7496c-2.5239,0-4.862.7958-6.7769,2.1501"/><path class="b" d="m33.9479,22.0133c1.0095-1.7344,1.5877-3.7507,1.5877-5.9021,0-3.2446-1.3151-6.182-3.4414-8.3082"/><path class="b" d="m37.8049,4.3615h-14.0189c-6.4892,0-11.7496,5.2605-11.7496,11.7496s5.2605,11.7496,11.7496,11.7496c2.6145,0,5.0296-.8539,6.9815-2.2981"/></svg>
Copied!