Weward Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Weward 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/349662.svg" alt="Weward icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349662.svg" alt="Weward icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349662.svg" alt="Weward icon" :width="24" :height="24" />
CSS background
.icon-weward {
background-image: url('https://proicons.com/icon/349662.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;}</style></defs><path id="b" class="d" d="m18.633,13.3656C12.4097,4.7288-1.359,15.1216,7.2574,24.7896l11.9565,13.0698,11.1336-11.424c2.3321-2.488,4.6163-9.2368-1.4522-13.4571-3.2045-2.0037-7.3361-1.6343-10.2622.3873-4.3548,2.9766-5.0043,8.8866-1.8395,12.4889l11.7144,11.9565,12.4889-13.5539c7.9468-9.6635-4.9383-18.7619-12.1017-11.2788"/><circle id="c" class="d" cx="24.0546" cy="20.4693" r="2.0714"/></svg>
Copied!