Ibispaint X Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ibispaint X 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/327264.svg" alt="Ibispaint X icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327264.svg" alt="Ibispaint X icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327264.svg" alt="Ibispaint X icon" :width="24" :height="24" />
CSS background
.icon-ibispaint-x {
background-image: url('https://proicons.com/icon/327264.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#000;}</style></defs><path class="a" d="M27.875,33.5A14.5,14.5,0,1,1,42.375,19,14.5167,14.5167,0,0,1,27.875,33.5Zm0-21a6.5,6.5,0,1,0,6.5,6.5A6.5075,6.5075,0,0,0,27.875,12.5Z"/><path class="a" d="M21.375,31.9565V39.5a4,4,0,0,1-8,0V19"/><line class="a" x1="6.375" y1="42.5" x2="6.375" y2="22"/><circle class="b" cx="6.375" cy="19" r="0.75"/><line class="a" x1="27.875" y1="25.5" x2="27.875" y2="33.5"/><line class="a" x1="23.2788" y1="23.5962" x2="17.622" y2="29.253"/><line class="a" x1="21.375" y1="19" x2="13.375" y2="19"/><line class="a" x1="23.2788" y1="14.4038" x2="17.622" y2="8.747"/><line class="a" x1="27.875" y1="12.5" x2="27.875" y2="4.5"/><line class="a" x1="32.4712" y1="14.4038" x2="38.128" y2="8.747"/><line class="a" x1="34.375" y1="19" x2="42.375" y2="19"/><line class="a" x1="32.4712" y1="23.5962" x2="38.128" y2="29.253"/></svg>
Copied!