O Boticario Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The O Boticario 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/345050.svg" alt="O Boticario icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345050.svg" alt="O Boticario icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345050.svg" alt="O Boticario icon" :width="24" :height="24" />
CSS background
.icon-o-boticario {
background-image: url('https://proicons.com/icon/345050.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M24,43.5c3.9173,0,5.2464-.4606,5.9351-1.3213.3965-.4955.4022-1.199.1075-1.761-.6621-1.2624-1.8538-3.7468-1.8538-5.2748,0-2.1157,4.1889-6.6998,4.1889-12.2712,0-3.1031.0353-7.4051-4.9646-9.3797v-2.962s1.5795-.141,3.4131-1.4105v-3.0325s-2.151-1.5868-6.8262-1.5868-6.8262,1.5868-6.8262,1.5868v3.0325c1.8336,1.2694,3.4131,1.4105,3.4131,1.4105v2.962c-4.9999,1.9747-4.9646,6.2767-4.9646,9.3797,0,5.5714,4.1889,10.1555,4.1889,12.2712,0,1.528-1.1917,4.0125-1.8538,5.2748-.2947.562-.289,1.2655.1075,1.761.6888.8608,2.0179,1.3213,5.9351,1.3213Z"/></svg>
Copied!