Webcomponentsdotorg Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Webcomponentsdotorg 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/316602.svg" alt="Webcomponentsdotorg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316602.svg" alt="Webcomponentsdotorg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316602.svg" alt="Webcomponentsdotorg icon" :width="24" :height="24" />
CSS background
.icon-webcomponentsdotorg {
background-image: url('https://proicons.com/icon/316602.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>webcomponents.org</title><path d="M11.731 2.225l-.01.016H5.618L0 11.979l5.618 9.736h12.8l.04.06 2.134-3.735.518-.893h-.008l.008-.014-.626-.75h.895l.006-.01.008.01L24 11.994l-2.607-4.39-.003.005-.011-.02h-.945l.63-.763-2.606-4.57-.006.01-.024-.04H11.73zM9.107 6.824h6.19l-.53.764h-.023l2.398 4.015h.875l-.277.328.357.435h-.956l-2.398 4.015h.027l.523.764H9.074l-2.99-5.168 3.022-5.155z"/></svg>
Copied!