Bloomee Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bloomee 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/322759.svg" alt="Bloomee icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322759.svg" alt="Bloomee icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322759.svg" alt="Bloomee icon" :width="24" :height="24" />
CSS background
.icon-bloomee {
background-image: url('https://proicons.com/icon/322759.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M29.0466,26.3907l-7.1219,3.817c-.5889.3168-1.3231.0962-1.6399-.4926-.0951-.1768-.1448-.3745-.1445-.5752v-7.635c-.0009-.6687.5405-1.2115,1.2092-1.2124.2008-.0003.3984.0494.5752.1445l7.1219,3.818c.8535.4565.8535,1.6792,0,2.1358"/><path class="c" d="M41.5645,20.2245l1.4907-2.3422c-2.2777-3.3972-9.5653-4.1683-12.8027-1.1602.7265-1.6902.9855-3.5907.3394-5.8674-1.1175-3.9321-4.4293-5.6322-4.9722-5.8982l-1.5998,2.0742-1.841-2.0742c-3.8071,1.2287-6.5185,7.757-4.7588,11.7289-3.4002-2.7044-10.401-1.7308-12.5516,1.6455l1.5433,2.3065-2.4117,1.0242c.1211.5915.9279,4.2249,4.4541,6.2971,1.5959.9379,3.1084,1.2823,4.5623,1.2555-1.1443.9081-2.0961,2.1417-2.7293,3.8904-1.3944,3.8448.3047,7.1586.5885,7.6915l2.5109-.7513.2829,2.761c3.5093,1.1304,8.8924-1.9373,10.4129-5.7523,1.5601,3.8001,6.972,6.8132,10.4704,5.6471l.2551-2.764,2.5179.7304c.2779-.5359,1.9422-3.8656.5111-7.6975-.6888-1.843-1.7308-3.1064-2.9704-4.0155,1.5462.0447,3.1481-.3176,4.8283-1.3587,3.4766-2.1556,4.1981-5.8069,4.3053-6.4013l-2.4355-.9696Z"/></svg>
Copied!