Intact Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Intact 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/342037.svg" alt="Intact icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342037.svg" alt="Intact icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342037.svg" alt="Intact icon" :width="24" :height="24" />
CSS background
.icon-intact {
background-image: url('https://proicons.com/icon/342037.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;}.d{fill:#fff;stroke-width:0px;}</style></defs><path class="c" d="M33.6958,27.1958c-.325.65-1.0833,1.0833-1.8417,1.0833h0c-1.1917,0-2.1667-.975-2.1667-2.1667v-1.4083c0-1.1917.975-2.1667,2.1667-2.1667h0c.7583,0,1.5167.4333,1.8417,1.0833"/><path class="c" d="M27.5208,26.1667c0,1.1917-.975,2.1667-2.1667,2.1667s-2.1667-.975-2.1667-2.1667v-1.4083c0-1.1917.975-2.1667,2.1667-2.1667s2.1667.975,2.1667,2.1667"/><line class="c" x1="27.5208" y1="28.3333" x2="27.5208" y2="22.4833"/><path class="c" d="M20.1542,20.75v6.5c0,.65.4333,1.0833,1.0833,1.0833h.325"/><line class="c" x1="18.9625" y1="22.4833" x2="21.3458" y2="22.4833"/><path class="c" d="M36.5125,20.6958v6.5c0,.65.4333,1.0833,1.0833,1.0833h.325"/><line class="c" x1="35.3208" y1="22.4292" x2="37.7042" y2="22.4292"/><circle class="d" cx="10.2958" cy="19.8833" r=".75"/><line class="c" x1="10.2958" y1="22.4833" x2="10.2958" y2="28.3333"/><path class="c" d="M17.3375,28.3333v-3.575c0-1.1917-.975-2.1667-2.1667-2.1667s-2.1667.975-2.1667,2.1667"/><line class="c" x1="13.0042" y1="28.3333" x2="13.0042" y2="22.4833"/><path class="c" d="M38.0833,13.1667h5.4167v21.6667h-5.4167"/><path class="c" d="M9.9167,13.1667h-5.4167v21.6667h5.4167"/></svg>
Copied!