Sofabaton Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sofabaton 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/333034.svg" alt="Sofabaton icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333034.svg" alt="Sofabaton icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333034.svg" alt="Sofabaton icon" :width="24" :height="24" />
CSS background
.icon-sofabaton {
background-image: url('https://proicons.com/icon/333034.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="f" d="M14.4459,9.3145c2.787-.092,5.4601.25,6.9491,5.0441"/><path id="d" class="f" d="M13.2068,4.5205c6.1161-.281,10.7431,2.3,12.8902,9.6461"/><path id="e" class="f" d="M20.3209,22.2797h15.8002c1.677,0,2.846,1.338,2.62,3l-2.061,15.2202c-.225,1.662-1.757,3-3.434,3H11.8858c-1.677,0-2.878-1.342-2.62-3l4.2481-27.3834h5.3661l-3.462,25.0793,16.9182-.033,1.662-11.3342-14.2702-.087.593-4.4621Z"/></g></svg>
Copied!