Baba Is You Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Baba Is You 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/322298.svg" alt="Baba Is You icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322298.svg" alt="Baba Is You icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322298.svg" alt="Baba Is You icon" :width="24" :height="24" />
CSS background
.icon-baba-is-you {
background-image: url('https://proicons.com/icon/322298.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M4.5139,23.9528c.2316-6.3874,8.0912-11.6553,18.1132-12.9278-.0516-1.9643-.2454-3.0384.003-3.7314.1797-.5012.6071-1.0245,1.6094-.8347.9293.1759,2.5043,2.1471,4.3527,4.4721,1.0052.0487,3.22.0596,3.22.0596,0,0,.0281-3.0456.1193-3.7565.0911-.7105.5401-1.2796,1.4804-1.1082,1.2916.2355,2.7385,4.1006,3.7075,5.8187,3.2881,2.3084,6.3384,5.9322,6.3802,10.7927.0333,3.8855-1.2032,6.0039-2.4517,7.7973.4448,2.392,1.2139,8.0159,1.155,8.8081-.0585.7931-.6882,1.4756-1.386,1.5795-.698.1048-1.6895-.1531-2.1459-1.1925s-1.5795-6.8868-1.5795-6.8868l-3.4876,1.7588s1.1316,4.1782,1.3119,5.1878c.1801,1.0097-.5549,1.7707-1.2522,1.9081-.6973.1375-1.607-.1016-1.9822-.9541-.376-.8524-2.251-6.201-2.251-6.201l-10.8213.1938s-.0488,3.956-.1712,5.1484c-.1225,1.1922-1.4206,2.0085-2.3167,2.0132-.8961.0045-1.7611-.5644-1.883-1.8257s-.1897-5.4101-.1897-5.4101l-2.3251-.7154s-2.2187,6.612-2.5784,7.17c-.3601.5585-1.1698.7949-1.8782.5515-.7083-.2434-1.0944-1.0416-.9689-2.1315.1255-1.0899,1.4565-5.4208,1.6691-6.1269-2.2319-1.9726-3.6346-4.3837-3.4506-9.4605l-.0024.0033Z"/><circle class="cls-1" cx="29.2929" cy="20.6313" r="2.1757"/><circle class="cls-1" cx="36.6649" cy="16.4017" r="1.926"/></svg>
Copied!