Bewet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bewet 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/337127.svg" alt="Bewet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337127.svg" alt="Bewet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337127.svg" alt="Bewet icon" :width="24" :height="24" />
CSS background
.icon-bewet {
background-image: url('https://proicons.com/icon/337127.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M30.0924,37.8233l1.9804,1.9729,3.5376-3.53M37.8252,37.6645c-.0021,2.8024-2.2801,5.0737-5.0909,5.0758-2.8122,0-5.0926-2.2719-5.0947-5.0758-.0021-2.8054,2.2772-5.0812,5.0909-5.0833h.0038c2.8122.0021,5.0909,2.2757,5.0909,5.0796v.0038ZM26.7363,33.6168c-.7469.9485-1.8897,1.5018-3.0991,1.5004-1.2068-.0009-2.3464-.554-3.0916-1.5004M20.882,29.5123c0,.8141-.6633,1.474-1.4815,1.474h0c-.8182,0-1.4815-.6599-1.4815-1.474h0c-.0021-.8141.6595-1.4757,1.4777-1.4778.0013,0,.0025,0,.0038,0,.8182,0,1.4815.6599,1.4815,1.474h0v.0038ZM28.8566,29.5123c0,.8141-.6633,1.474-1.4815,1.474-.0013,0-.0025,0-.0038,0-.8182,0-1.4815-.6599-1.4815-1.474h0c-.0021-.8141.6595-1.4757,1.4777-1.4778.0013,0,.0025,0,.0038,0,.8182,0,1.4815.6599,1.4815,1.474h0l.0038.0038ZM29.8354,41.8257c-1.9716,1.1015-4.1931,1.678-6.4515,1.6743-7.2848.0104-13.1987-5.8865-13.2091-13.1713h0c0-2.0258.3061-4.0213,1.2737-5.6578L23.3839,4.5h0l11.9355,20.1708c.9675,1.6365,1.2774,3.632,1.2774,5.6578h0c0,1.2245-.1701,2.4113-.4838,3.5376"/></svg>
Copied!