Transistor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Transistor 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/348777.svg" alt="Transistor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348777.svg" alt="Transistor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348777.svg" alt="Transistor icon" :width="24" :height="24" />
CSS background
.icon-transistor {
background-image: url('https://proicons.com/icon/348777.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><path class="a" d="M8.3,18.47h13v4.64H8.3ZM5.43,27.35a1.85,1.85,0,0,1,1.85-1.86H40.72a1.85,1.85,0,0,1,1.85,1.86M41.75,6.54a2,2,0,1,0-2,2A2,2,0,0,0,41.75,6.54Zm-2,9.06v-7M14.4,13.43H8.3v2.15h-1a1.87,1.87,0,0,0-1.87,1.86V41.64A1.85,1.85,0,0,0,7.28,43.5H40.71a1.86,1.86,0,0,0,1.86-1.86V17.5a1.86,1.86,0,0,0-1.86-1.86H21.3V13.43H16.66v2.21H14.4Z"/></svg>
Copied!