Brand Ipair Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Ipair 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/305153.svg" alt="Brand Ipair icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305153.svg" alt="Brand Ipair icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305153.svg" alt="Brand Ipair icon" :width="24" :height="24" />
CSS background
.icon-brand-ipair {
background-image: url('https://proicons.com/icon/305153.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M500 89C224 89 0 257 0 464c0 112 65 212 168 281-10 52-27 115-61 166 44 0 155-51 234-91 50 13 103 20 159 20 276 0 500-168 500-376 0-207-224-375-500-375zm239 381c-1 7-4 14-9 23-9 17-22 32-36 44-70 74-194 156-194 156s-124-82-194-156c-15-12-27-27-36-44-5-9-8-16-10-23-5-15-8-31-8-48 0-83 68-151 151-151 55 0 97 61 97 101 0-40 20-101 97-101 83 0 150 68 150 151 0 17-3 33-8 48z"/></svg>
Copied!