Breadboard Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Breadboard 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/322945.svg" alt="Breadboard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322945.svg" alt="Breadboard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322945.svg" alt="Breadboard icon" :width="24" :height="24" />
CSS background
.icon-breadboard {
background-image: url('https://proicons.com/icon/322945.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M42.54002056,11.6303009c1.1363901,1.48103299,1.47897074,4.2790004-.1738678,6.48278512-4.76894537,6.35859383-15.64810201,14.65457172-24.6209305,18.67831361-5.11030627,2.29164677-9.84213171,2.21965507-12.06517533-.62090066-2.26338426-2.89210212-1.17429412-7.07239747,2.44047109-10.72387717,6.12872763-6.19097596,16.7595017-12.99665842,24.89761423-15.21980148,4.26023516-1.16379716,7.85388083-.77039803,9.52188831,1.40348057Z"/><path class="b" d="M20.45880995,27.49573766c-.46571732-5.36506355-3.63259511-6.61318597-3.63259511-6.61318597"/><path class="b" d="M26.92112668,23.11327089c-1.18806355-5.25255219-4.49480498-6.06025611-4.49480498-6.06025611"/><path class="b" d="M32.77462042,19.63949985c-1.18806355-5.25255219-4.49480498-6.06025611-4.49480498-6.06025611"/><path class="b" d="M37.09781308,16.4071213c-1.63075519-5.13239096-4.99423768-5.65575511-4.99423768-5.65575511"/></svg>
Copied!