Diode Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Diode 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/339112.svg" alt="Diode icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339112.svg" alt="Diode icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339112.svg" alt="Diode icon" :width="24" :height="24" />
CSS background
.icon-diode {
background-image: url('https://proicons.com/icon/339112.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="15.75" y1="43.5" x2="32.25" y2="43.5"/><polygon class="a" points="24 43.5 13.79 25.8 34.22 25.8 24 43.5"/><line class="a" x1="32.25" y1="4.5" x2="15.75" y2="4.5"/><polygon class="a" points="24 4.5 34.22 22.19 13.79 22.19 24 4.5"/></svg>
Copied!