Providers Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Providers 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/346228.svg" alt="Providers icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346228.svg" alt="Providers icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346228.svg" alt="Providers icon" :width="24" :height="24" />
CSS background
.icon-providers {
background-image: url('https://proicons.com/icon/346228.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M15.902,4.525l.018-.025c4.265.38,8.559,1.905,7.844,7.11-5.102,1.24-7.053-2.879-7.862-7.085ZM32.076,28.45c0,4.4625-3.6157,8.08-8.076,8.08s-8.076-3.6175-8.076-8.08c.0006-4.4621,3.6161-8.079,8.076-8.079s8.076,3.6175,8.076,8.08v-.001ZM39.044,28.45c0,8.3119-6.7354,15.05-15.044,15.05s-15.044-6.7381-15.044-15.05c0-8.3119,6.7354-15.05,15.044-15.05h0c8.3086,0,15.044,6.7381,15.044,15.05Z"/></svg>
Copied!