Bearable Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bearable 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/322480.svg" alt="Bearable icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322480.svg" alt="Bearable icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322480.svg" alt="Bearable icon" :width="24" :height="24" />
CSS background
.icon-bearable {
background-image: url('https://proicons.com/icon/322480.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>.m{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="m" d="m10.9113,40.8465c-1.8894,0-3.4211-1.5317-3.4211-3.4211v-13.3876l.0016-.4664c.1049-8.9003,7.4809-16.0572,16.5344-16.0433,9.0535.0139,16.4068,7.1934,16.4835,16.0939v13.8034c0,1.8894-1.5317,3.4211-3.4211,3.4211H10.9113Z"/><path id="d" class="m" d="m15.7451,16.0974c-.0364,1.9321,3.0956,2.0637,3.0956,0"/><path id="e" class="m" d="m29.1593,16.0974c-.0364,1.9321,3.0956,2.0637,3.0956,0"/><path id="f" class="m" d="m24,25.0696v3.9408"/><path id="g" class="m" d="m17.8088,28.1652c4.1566,1.2218,8.2549,1.0319,12.3823,0"/><path id="h" class="m" d="m24,25.0696l-3.0956-2.0637c-1.9822-1.3214,1.3241-5.2589,3.0956-2.0637,2.0637-3.0956,5.1593.6879,3.0956,2.0637l-3.0956,2.0637"/><path id="i" class="m" d="m8.4602,13.9327l2.5-3.1212c-.7956-1.359-2.5289-1.8595-3.664-.4447-1.1351,1.4148-.1768,3.3753,1.164,3.5659Z"/><path id="j" class="m" d="m8.5221,17.8466c-4.2707-2.6179-5.2264-7.2057-2.4536-9.6342,2.7728-2.4285,6.4265-.2782,7.6129,2.4111"/><path id="k" class="m" d="m39.5398,13.9327l-2.5-3.1212c.7956-1.359,2.5289-1.8595,3.664-.4447,1.1351,1.4148.1768,3.3753-1.164,3.5659Z"/><path id="l" class="m" d="m39.4779,17.8466c4.2707-2.6179,5.2264-7.2057,2.4536-9.6342-2.7728-2.4285-6.4265-.2782-7.6129,2.4111"/></g></svg>
Copied!