Breasy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Breasy 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/322948.svg" alt="Breasy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322948.svg" alt="Breasy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322948.svg" alt="Breasy icon" :width="24" :height="24" />
CSS background
.icon-breasy {
background-image: url('https://proicons.com/icon/322948.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M36.88375883,6.20745969l-2.38992212,4.74345554-2.59616404-.01213072,2.83879235-5.76251016c.81281963-1.41939791,2.72961007-.37608012,2.14729381,1.03118533Z"/><path class="e" d="M10.40047656,14.72384252h27.19904688c.20975214-.00010181.38165782.16642863.38821084.37608128v3.6394801c-.00655302.20965033-.1784587.37618077-.38821084.37607896H10.40047656c-.2097533.00010181-.38165551-.16642863-.38821084-.37607896v-3.6394801c.00655418-.20965264.17845639-.37618309.38821084-.37608128Z"/><path class="e" d="M12.1231639,22.76709483h23.75367451c.31490125.00000231.57018207.25528081.57018207.57018438v3.42111092c0,.31490357-.25527619.57018438-.57018207.5701867H12.1231639c-.31490473,0-.57018554-.25528081-.57018554-.57018438v-3.42111324c0-.31490357.25528081-.57018438.57018554-.57018438Z"/><path class="e" d="M12.66908568,30.87100423h22.66182979c.30820477,0,.5580525.24984773.5580525.5580525v3.37258341c0,.30820477-.24984773.55805713-.55804788.55805713H12.66908568c-.30820477,0-.55805366-.24984773-.55805366-.5580525v-3.37258804c.00000116-.30820477.24985005-.5580525.55805366-.5580525Z"/><path class="e" d="M13.33632393,38.98704318h21.32735445c.31022714-.00006942.56358277.24789941.57018207.5580525v3.39685179c-.0065993.31015309-.25995493.55812192-.57018207.5580525H13.33632393c-.31022714.00006942-.56358393-.24789478-.57018554-.5580525v-3.39685179c.00660161-.31015772.2599584-.55812192.57018554-.5580525Z"/></svg>
Copied!