Ullas Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ullas 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/349035.svg" alt="Ullas icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349035.svg" alt="Ullas icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349035.svg" alt="Ullas icon" :width="24" :height="24" />
CSS background
.icon-ullas {
background-image: url('https://proicons.com/icon/349035.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;opacity:.992;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m23.382,22.6664c.6099,1.5451,1.2116,3.082,2.0411,5.2857.8295,2.1956,1.8703,5.058,2.033,5.8549s-.553-.4635-1.0409-1.0653c-.4879-.6018-.7563-.5367-1.0653-.5204-.309.0081-.6668-.0244-.9596.0244-.3009.0569-.5448.2033-.6831.496s-.1708.7319-.1952.927c-.0244.2033-.0488.1626.3009.6018.3578.4473,1.0897,1.3662,1.6996,2.0492.618.6749,1.1059,1.1059,1.8053,1.6914.7075.5936,1.6101,1.3499,2.3013,1.6996.6831.3578,1.1547.3253,1.9598.0488.8051-.2684,1.9516-.7725,2.6998-1.3906.7481-.6099,1.1059-1.3336,1.48-2.2851.3741-.9596.7644-2.1468.6343-3.3829-.1382-1.2279-.7969-2.5046-1.3499-3.9033-.5611-1.4068-1.0165-2.9275-1.4881-3.513s-.9433-.2196-1.2198,0-.3415.3009-.4066.5367c-.0651.2277-.1301.6099-.2927.6424-.1626.0407-.4229-.2765-.7156-.4147-.2927-.1382-.618-.0976-.8132.1382-.1952.2358-.2684.6668-.4229.7563-.1626.0813-.4066-.1789-.618-.3415-.2033-.1626-.3741-.2196-.6018-.244-.2196-.0244-.4879-.0081-.5611.3497-.0732.3659.0488,1.0734-.2033.5286-.2521-.5448-.8945-2.3501-1.2686-3.5211-.3822-1.1629-.5042-1.6833-.7237-2.0655-.2114-.3822-.5286-.618-.8701-.7481-.3334-.1382-.6912-.1545-.9189-.0651-.2277.0894-.3253.2846-.3903.6099-.0732.3253-.1057.7725-.1464,1.2198Z"/><path class="b" d="m28.7327,22.1622c1.1303-.5611,2.3908-.3334,2.8055.5042.4229.8457-.1626,1.976-1.293,2.5453-1.1303.5611-2.3908.3334-2.8055-.5042-.4229-.8457.1626-1.976,1.293-2.5453Z"/><path class="b" d="m28.5864,18.0637c.9677-.6424,2.1549-.5448,2.651.2114.496.7563.1138,1.8785-.8457,2.5209-.9677.6343-2.1549.5367-2.651-.2196-.496-.7563-.1138-1.8785.8457-2.5127Z"/><path class="b" d="m18.9176,15.6974c-.6424-.2927-1.293-.5774-2.033.5367-.74,1.1059-1.5857,3.6268-2.033,5.8549s-.496,4.1716-.2196,5.8956c.2765,1.724.8864,3.2365,1.6264,4.2204.7319.9921,1.602,1.4637,2.3745,1.6752.7807.2196,1.4719.1789,2.1793-.0488s1.4231-.6505,1.9923-1.0409c.5692-.3903.984-.7481,1.3987-1.1141"/><path class="b" d="m29.489,13.0382c1.9679-.5286,2.4396,2.6591-.3659,4.6108l-.0407-11.5391h-10.1648v23.9727h7.3187"/><polyline class="b" points="9.5659 18.3646 7.533 34.3437 16.0714 32.2132"/><polyline class="b" points="38.4341 17.8279 40.467 34.3437 36.4011 34.8723"/><polyline class="b" points="36.4011 38.0681 38.8407 37.0029 42.5 39.1334 38.8569 41.8901 36.2466 41.0281 5.8415 41.6136 5.5 36.4743 25.0165 35.9376"/></svg>
Copied!