Edge Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Edge 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/319941.svg" alt="Edge icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319941.svg" alt="Edge icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319941.svg" alt="Edge icon" :width="24" :height="24" />
CSS background
.icon-edge {
background-image: url('https://proicons.com/icon/319941.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="edge_00000020362535625664629750000013232659061807366066_" d="M23.558,27.254h-13.5c-3.005,0-5.36-2.354-5.36-5.36 c0-3.29,2.891-5.996,6.08-5.597c1.508-2.566,3.452-3.763,6.102-3.763c4.138,0,6.96,3.766,7.129,7.406 c1.967,0.158,3.409,1.638,3.409,3.565C27.418,25.572,25.686,27.254,23.558,27.254z M10.102,16.974c-2.539,0-4.684,2.253-4.684,4.92 c0,2.602,2.038,4.64,4.64,4.64h13.5c1.731,0,3.14-1.358,3.14-3.028c0-1.657-1.278-2.859-3.04-2.859c-0.199,0-0.36-0.161-0.36-0.36 c0-3.396-2.578-7.032-6.417-7.032c-2.435,0-4.214,1.148-5.598,3.612c-0.075,0.132-0.225,0.206-0.375,0.178 C10.639,16.997,10.368,16.974,10.102,16.974z M14.558,3.893c0,0.276-0.224,0.5-0.5,0.5s-0.5-0.224-0.5-0.5s0.224-0.5,0.5-0.5 C14.334,3.393,14.558,3.617,14.558,3.893z M18.058,3.393c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5 S18.334,3.393,18.058,3.393z M2.058,17.393c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5 S2.334,17.393,2.058,17.393z M2.558,13.393c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5 S2.834,13.393,2.558,13.393z M29.558,13.393c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5 S29.834,13.393,29.558,13.393z M28.058,9.893c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5 S28.334,9.893,28.058,9.893z M4.058,9.893c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S4.334,9.893,4.058,9.893 z M7.058,6.893c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S7.334,6.893,7.058,6.893z M25.058,6.893 c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S25.334,6.893,25.058,6.893z M22.058,4.643 c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S22.334,4.643,22.058,4.643z M10.058,4.643 c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S10.334,4.643,10.058,4.643z M30.058,17.393 c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S30.334,17.393,30.058,17.393z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!