Circuit Trainer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Circuit Trainer 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/338291.svg" alt="Circuit Trainer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338291.svg" alt="Circuit Trainer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338291.svg" alt="Circuit Trainer icon" :width="24" :height="24" />
CSS background
.icon-circuit-trainer {
background-image: url('https://proicons.com/icon/338291.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="d" class="g" d="M34.3111,19.3441l-18.0508,13.1214M9.7258,37.2155l-1.161.844-2.4448-3.3667,1.161-.844M13.8155,29.0987l18.0508-13.1214M38.3186,11.2871l1.1239-.817,2.4448,3.3667-1.1239.817"/><path id="e" class="g" d="M36.4895,8.7683l6.0106,8.2771-1.9559,1.4218.9174,1.2633-2.0022,1.4555.835,1.1499-2.4941,1.813-9.245-12.7311,2.4941-1.813.7933,1.0925,2.0022-1.4555.6887.9484,1.9559-1.4218Z"/><path id="f" class="g" d="M10.1837,24.0975l-2.0432,1.4852.9056,1.247-2.1362,1.5528.9452,1.3016-2.3551,1.712,5.6899,7.8355,2.3551-1.712.8693,1.197,2.1362-1.5528.9152,1.2603,2.0432-1.4852-9.3251-12.8415Z"/></svg>
Copied!