Circuit Jam Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Circuit Jam 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/338290.svg" alt="Circuit Jam icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338290.svg" alt="Circuit Jam icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338290.svg" alt="Circuit Jam icon" :width="24" :height="24" />
CSS background
.icon-circuit-jam {
background-image: url('https://proicons.com/icon/338290.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M19.5,26.5H7.5c-1.1046,0-2,.8954-2,2v12c0,1.1046.8954,2,2,2h12c1.1046,0,2-.8954,2-2v-12c0-1.1046-.8954-2-2-2Z"/><path class="c" d="M40.5,26.5h-12c-1.1046,0-2,.8954-2,2v12c0,1.1046.8954,2,2,2h12c1.1046,0,2-.8954,2-2v-12c0-1.1046-.8954-2-2-2Z"/><path class="c" d="M19.5,5.5H7.5c-1.1046,0-2,.8954-2,2v12c0,1.1046.8954,2,2,2h12c1.1046,0,2-.8954,2-2V7.5c0-1.1046-.8954-2-2-2Z"/><path class="c" d="M34.1116,4.9128l-9.0149,6.3123c-.9048.6336-1.1247,1.8806-.4912,2.7855l6.3123,9.0149c.6336.9048,1.8806,1.1247,2.7855.4912l9.0149-6.3123c.9048-.6336,1.1247-1.8806.4912-2.7855l-6.3123-9.0149c-.6336-.9048-1.8806-1.1247-2.7855-.4912Z"/><line class="c" x1="36.5" y1="38.5" x2="30.5" y2="32.5"/><line class="c" x1="30.5" y1="38.5" x2="33.5" y2="35.5"/><line class="c" x1="32.5" y1="30.5" x2="38.5" y2="36.5"/><line class="c" x1="38.5" y1="30.5" x2="35.5" y2="33.5"/><polyline class="c" points="28.4075 12.9571 30.9803 10.8158 30.9803 15.7248 33.9077 11.9332 34.1022 16.7868 37.117 12.8592 36.9165 17.6136 39.4075 15.4393"/><polygon class="c" points="15.8205 11.1795 8.5 13.141 13.859 18.5 15.8205 11.1795"/><line class="c" x1="13.141" y1="8.5" x2="18.5" y2="13.859"/><polygon class="c" points="9.5 30.5 12.3547 37.8028 16.8028 33.3547 9.5 30.5"/><line class="c" x1="14.5788" y1="35.5788" x2="17.5" y2="38.5"/></svg>
Copied!