Partners Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Partners 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/330996.svg" alt="Partners icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330996.svg" alt="Partners icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330996.svg" alt="Partners icon" :width="24" :height="24" />
CSS background
.icon-partners {
background-image: url('https://proicons.com/icon/330996.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="17.5199" cy="38.2026" r="5.2974"/><path class="b" d="m17.7941,27.42c-.3526-3.389,2.9443-7.5922,7.8359-9.599,7.64-3.1344,10.1475-4.3293,10.1475-8.2669,0-2.8209-1.6455-5.0542-6.4646-5.0542s-17.0431,7.7575-11.5188,22.92Z"/><path class="b" d="m22.6622,10.328c1.8218-2.1157,3.8788-3.3792,8.0514-3.5996"/><path class="b" d="m16.8636,35.2069c-1.4904.2431-2.7323,1.2834-2.8209,2.9189"/></svg>
Copied!