Elsa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Elsa 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/325040.svg" alt="Elsa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325040.svg" alt="Elsa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325040.svg" alt="Elsa icon" :width="24" :height="24" />
CSS background
.icon-elsa {
background-image: url('https://proicons.com/icon/325040.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="m26.2235,3.9268l4.3094,9.403c.8388,1.8303,2.307,3.2984,4.1373,4.1373l9.403,4.3094c1.9025.8719,1.9025,3.5751,0,4.447l-9.403,4.3094c-1.8303.8388-3.2984,2.307-4.1373,4.1373l-4.3094,9.403c-.8719,1.9025-3.5751,1.9025-4.447,0l-4.3094-9.403c-.8388-1.8303-2.307-3.2984-4.1373-4.1373l-9.403-4.3094c-1.9025-.8719-1.9025-3.5751,0-4.447l9.403-4.3094c1.8303-.8388,3.2984-2.307,4.1373-4.1373l4.3094-9.403c.8719-1.9025,3.5751-1.9025,4.447,0Z"/><path class="c" d="m39.7661,11.3784l-3.6017,9.6961c-.7011,1.8873-.7011,3.9636,0,5.851l3.6017,9.6961c.7287,1.9618-1.1827,3.8732-3.1445,3.1445l-9.6961-3.6017c-1.8873-.7011-3.9636-.7011-5.851,0l-9.6961,3.6017c-1.9618.7287-3.8732-1.1827-3.1445-3.1445l3.6017-9.6961c.7011-1.8873.7011-3.9636,0-5.851l-3.6017-9.6961c-.7287-1.9618,1.1827-3.8732,3.1445-3.1445l9.6961,3.6017c1.8873.7011,3.9636.7011,5.851,0l9.6961-3.6017c1.9618-.7287,3.8732,1.1827,3.1445,3.1445Z"/></svg>
Copied!