Microchip Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Microchip 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/329197.svg" alt="Microchip icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329197.svg" alt="Microchip icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329197.svg" alt="Microchip icon" :width="24" :height="24" />
CSS background
.icon-microchip {
background-image: url('https://proicons.com/icon/329197.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M17.91,17.14H30.09a.76.76,0,0,1,.77.77V30.09a.76.76,0,0,1-.77.77H17.91a.76.76,0,0,1-.77-.77V17.91A.76.76,0,0,1,17.91,17.14Z"/><circle class="cls-1" cx="24" cy="24" r="21.5"/><line class="cls-1" x1="25.97" y1="13.26" x2="25.97" y2="2.59"/><line class="cls-1" x1="22.03" y1="13.26" x2="22.03" y2="2.59"/><line class="cls-1" x1="18.09" y1="13.26" x2="18.09" y2="3.32"/><line class="cls-1" x1="29.91" y1="13.26" x2="29.91" y2="3.32"/><line class="cls-1" x1="22.03" y1="34.83" x2="22.03" y2="45.5"/><line class="cls-1" x1="25.97" y1="34.83" x2="25.97" y2="45.5"/><line class="cls-1" x1="29.91" y1="34.83" x2="29.91" y2="44.77"/><line class="cls-1" x1="18.09" y1="34.83" x2="18.09" y2="44.77"/><line class="cls-1" x1="34.78" y1="26.02" x2="45.45" y2="26.02"/><line class="cls-1" x1="34.78" y1="22.08" x2="45.45" y2="22.08"/><line class="cls-1" x1="34.78" y1="18.14" x2="44.72" y2="18.14"/><line class="cls-1" x1="34.78" y1="29.95" x2="44.72" y2="29.95"/><line class="cls-1" x1="13.22" y1="22.08" x2="2.55" y2="22.08"/><line class="cls-1" x1="13.22" y1="26.02" x2="2.55" y2="26.02"/><line class="cls-1" x1="13.22" y1="29.95" x2="3.28" y2="29.95"/><line class="cls-1" x1="13.22" y1="18.14" x2="3.28" y2="18.14"/></svg>
Copied!