Wawa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wawa 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/349579.svg" alt="Wawa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349579.svg" alt="Wawa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349579.svg" alt="Wawa icon" :width="24" :height="24" />
CSS background
.icon-wawa {
background-image: url('https://proicons.com/icon/349579.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M27.4883,30.4356l2.8189-6.8995c.3775-.9216.62-2.058.2385-2.9786l-3.4951-8.4449c-.4209-1.0152-1.0428-.5313-.5776,2.6238-1.4272-4.1141-1.2173.273-.9097,2.7204-.8486-1.232-1.0103-.7422-.9906.1695.0453,2.0689.1459,3.1255-.4593,4.5103l-1.7101,3.911-3.4832-5.9838c-.412-.7077-1.0517-1.304-1.7623-1.7111l-11.875-6.7999c-1.0251-.5874-.7235.618.3184,2.3448-1.8441-1.3286-1.2991-.1104,1.0891,2.7361-3.4803-1.8037-.6564,1.5544,2.3912,4.3733-2.2749-1.4558-.1774,1.4292,1.2064,2.6169,1.7337,1.4873,2.5981,7.1212,5.1628,8.372l-5.0179,1.2922c-1.8096-.276-10.3108,1.1177-2.6455,1.235-.276.9511.7589,1.1877,3.5759,1.1552.414.7284,1.51.9196,3.0772.9196h4.6384c3.1314,0,5.5432-.7934,7.8713-1.851,1.854-.8427,3.019-1.7446,4.8119-2.3754l4.3033-1.5149,2.2275-.2366c-.7067-.2779-1.0832-1.0211-.5914-1.6243l1.0329.3529c.7097-.2346,1.4686.2533,1.2488,1.0714l.8506-.2858c1.2439-.0168,2.265-.1754,2.6661-.686-.552-.0601-1.8136-.0522-2.5459-.6781-.5608-.479-1.7603-.6259-2.9668-.3519-.7028.1597-1.2182.6367-1.8491.7954l-6.5092,1.6362c-.9423.2366-2.1408-.414-2.1408-.414"/></svg>
Copied!