Painless Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Painless 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/330907.svg" alt="Painless icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330907.svg" alt="Painless icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330907.svg" alt="Painless icon" :width="24" :height="24" />
CSS background
.icon-painless {
background-image: url('https://proicons.com/icon/330907.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M23.6318,31.5h-11.632c-4.155,0-7.5-3.345-7.5-7.5s3.345-7.5,7.5-7.5h11.632"/><path class="c" d="M26.3888,16.5c-2.0773,1.8324-3.3887,4.5123-3.3887,7.5s1.3114,5.6676,3.3887,7.5h9.6113c4.155,0,7.5-3.345,7.5-7.5s-3.345-7.5-7.5-7.5h-9.6113Z"/><path class="c" d="M8.4998,24h12.5"/><path class="c" d="M10.5638,20.5h10.958"/><path class="c" d="M10.5638,27.5h10.958"/></svg>
Copied!