Dedge Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Dedge 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/314066.svg" alt="Dedge icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314066.svg" alt="Dedge icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314066.svg" alt="Dedge icon" :width="24" :height="24" />
CSS background
.icon-dedge {
background-image: url('https://proicons.com/icon/314066.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>D-EDGE</title><path d="M19.986 0v8.338C16.09 2.93 7.61 2.8 3.74 8.733-.523 15.27 4.191 23.99 11.996 24h.001c5.447-.003 9.872-4.43 9.87-9.877V0Zm-7.99 6.14a8.004 8.004 0 0 1 7.99 7.988 7.986 7.986 0 0 1-4.93 7.381 7.986 7.986 0 0 1-8.707-1.73 7.985 7.985 0 0 1-1.733-8.707 7.986 7.986 0 0 1 7.38-4.932Z"/></svg>
Copied!