Edge Enhancement 03 Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Edge Enhancement 03 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/319331.svg" alt="Edge Enhancement 03 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319331.svg" alt="Edge Enhancement 03 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319331.svg" alt="Edge Enhancement 03 icon" :width="24" :height="24" />
CSS background
.icon-edge-enhancement-03 {
background-image: url('https://proicons.com/icon/319331.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path d="M26,20H22v2h4v2H23v2h3v2H22v2h4a2.0027,2.0027,0,0,0,2-2V22A2.0023,2.0023,0,0,0,26,20Z"/>
<path d="M28,16h2A14,14,0,0,0,16,2V4A12,12,0,0,1,28,16Z"/>
<path d="M26,16A10,10,0,0,0,16,6V16Z"/>
<path d="M16,28A11.96,11.96,0,0,1,5.416,21.6548c-.0664-.127-.133-.2534-.1953-.3843-.0547-.1123-.106-.227-.1572-.3413A13.1207,13.1207,0,0,1,4.19,18l-1.9677.4131A13.9173,13.9173,0,0,0,2.7,20.2993l-.0251.0083A13.9615,13.9615,0,0,0,16,30Z"/>
<path d="M5.5913,10,3.86,9a14.14,14.14,0,0,0-1.6382,4.5872l1.9677.3469A12.1519,12.1519,0,0,1,5.5913,10Z"/>
<path d="M11.8164,4.7646,11.1328,2.887A13.976,13.976,0,0,0,6.9507,5.3278L8.2358,6.8593A11.9729,11.9729,0,0,1,11.8164,4.7646Z"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!