Rewasd Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rewasd 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/332148.svg" alt="Rewasd icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332148.svg" alt="Rewasd icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332148.svg" alt="Rewasd icon" :width="24" :height="24" />
CSS background
.icon-rewasd {
background-image: url('https://proicons.com/icon/332148.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M34.0151,4.881c9.036,4.7537,13.4823,15.2283,10.6251,25.0305-.1027.3524-.2866.9183-.4105,1.2636-3.4498,9.6096-13.2038,15.4705-23.3082,14.0053-.3632-.0527-.9493-.156-1.3084-.2307-9.9962-2.0789-17.1575-10.9222-17.1128-21.1322.0016-.367.0224-.9618.0463-1.3278C3.214,12.3014,10.9746,3.979,21.0914,2.6023c.3637-.0495.5784.2065.4781.5593l-6.9378,24.391c-.069.2427.0717.4954.3144.5644.0537.0153.1098.0206.1655.0156l7.7784-.6917c.2633-.0234.4957.171.5191.4343.0046.0513.0008.103-.0111.153l-3.464,14.5782c-.0157.0661.0251.1324.0912.1481.0496.0118.1013-.0082.13-.0503l15.6455-22.8999c.1011-.148.0631-.35-.0849-.4511-.0597-.0408-.1312-.0604-.2033-.0559l-8.6786.5419c-.2159.0135-.4019-.1506-.4154-.3666-.0041-.0662.0086-.1323.037-.1922l6.6827-14.0996c.1571-.3315.5523-.4708.8769-.3Z"/></svg>
Copied!