Welcia Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Welcia 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/349641.svg" alt="Welcia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349641.svg" alt="Welcia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349641.svg" alt="Welcia icon" :width="24" :height="24" />
CSS background
.icon-welcia {
background-image: url('https://proicons.com/icon/349641.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><path class="d" d="m35.448 21.204h2.4806c3.0866 0 5.5714 2.4849 5.5714 5.5714s-2.4849 5.5714-5.5714 5.5714h-27.857c-3.0866 0-5.5714-2.4849-5.5714-5.5714s2.4849-5.5714 5.5714-5.5714h18.818"/><circle class="d" cx="32.168" cy="19.404" r="3.75"/><circle class="c" cx="32.168" cy="19.404" r=".75"/><path class="d" d="m16.432 25.025-1.65 5.3-1.65-5.3-1.65 5.3-1.65-5.3"/><line class="d" x1="32.168" x2="32.168" y1="25.025" y2="30.325"/><path class="d" d="m30.168 29.318c-.34475.60185-.99335 1.0073-1.9173 1.0073-.92394 0-1.8194-.89543-1.8194-2v-1.3c0-1.1046.89543-2 1.8187-2 .92322 0 1.5708.40394 1.916 1.0039"/><path class="d" d="m22.169 29.316c-.34447.60292-.99366 1.0093-1.7378 1.0093-1.1046 0-2-.89543-2-2v-1.3c0-1.1046.89542-2 2-2 1.1046 0 2 .89543 2 2v.65h-4"/><path class="d" d="m38.165 28.325c0 1.1046-.88863 2-1.9848 2h-.69657c-.72622 0-1.3149-.59322-1.3149-1.325s.58872-1.325 1.3149-1.325h2.6851"/><path class="d" d="m34.665 25.55c.48197-.4827.81974-.525 1.75-.525 1.0561 0 1.75.46451 1.75 1.7201v3.5799"/><path class="d" d="m24.432 23.225v7.1"/></svg>
Copied!