Chipdefense Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chipdefense 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/338217.svg" alt="Chipdefense icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338217.svg" alt="Chipdefense icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338217.svg" alt="Chipdefense icon" :width="24" :height="24" />
CSS background
.icon-chipdefense {
background-image: url('https://proicons.com/icon/338217.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,.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{stroke-width:1px;}</style></defs><path class="c" d="m7.2332,5.5v25.5939l2.2051,3.8195"/><circle class="d" cx="10.7626" cy="37.2063" r="2.6476"/><path class="c" d="m12.5288,5.5v20.2986l2.2051,3.8195"/><circle class="d" cx="16.0576" cy="31.9113" r="2.6476"/><path class="c" d="m17.8241,5.5v15.0033l2.2051,3.8195"/><circle class="d" cx="21.3529" cy="26.6161" r="2.6476"/><path class="c" d="m40.7668,42.5v-25.5939l-2.2051-3.8195"/><circle class="d" cx="37.2382" cy="10.7932" r="2.6476"/><path class="c" d="m35.4716,42.5v-20.2986l-2.2051-3.8195"/><circle class="d" cx="31.9434" cy="16.0891" r="2.6476"/><path class="c" d="m30.1763,42.5v-15.0033l-2.2051-3.8195"/><circle class="d" cx="26.6474" cy="21.3846" r="2.6476"/></svg>
Copied!