Webawesome Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Webawesome 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/316601.svg" alt="Webawesome icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316601.svg" alt="Webawesome icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316601.svg" alt="Webawesome icon" :width="24" :height="24" />
CSS background
.icon-webawesome {
background-image: url('https://proicons.com/icon/316601.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Web Awesome</title><path d="M13.958 4.95c0 .783-.465 1.462-1.132 1.77L16.8 10.2l3.914-.784A1.8 1.8 0 0 1 20.4 8.4a1.8 1.8 0 1 1 1.86 1.8l-4.221 9.385A2.4 2.4 0 0 1 15.849 21H8.153c-.945 0-1.8-.555-2.19-1.414l-4.221-9.384a1.8 1.8 0 1 1 1.545-.784L7.2 10.2l3.98-3.484a1.95 1.95 0 0 1-1.125-1.766 1.95 1.95 0 0 1 3.9 0z"/></svg>
Copied!