Busto Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Busto 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/337611.svg" alt="Busto icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337611.svg" alt="Busto icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337611.svg" alt="Busto icon" :width="24" :height="24" />
CSS background
.icon-busto {
background-image: url('https://proicons.com/icon/337611.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.5006,5.4992H9.4994c-2.2001,0-4.0002,1.8001-4.0002,4.0002v29.0013c0,2.2001,1.8001,4.0002,4.0002,4.0002h29.0013c2.2001,0,4.0002-1.8001,4.0002-4.0002V9.4994c0-2.2001-1.8001-4.0002-4.0002-4.0002Z"/><path class="c" d="M42.135,12.856H12.641v20.663h20.76M39.501,33.519h2.9466"/><circle class="c" cx="36.373" cy="31.007" r="3.8898"/><circle class="c" cx="36.373" cy="31.007" r="1.7782"/><path class="c" d="M39.5,33.52h2.9473-2.9473Z"/><path class="c" d="M19.777,33.52c.7385.8727,1.8236,1.3762,2.9668,1.377,1.1425-.0013,2.2267-.5048,2.9648-1.377"/><path class="c" d="M12.64,12.856h-2.4683v5.7718s.0891,1.6536,2.2843,1.6536"/><path class="c" d="M28.001,12.856v20.592"/><path class="c" d="M12.874,29.65h14.921"/><path class="c" d="M28.254,24.177h14.06"/><path class="c" d="M38.62,24.078v-10.888"/><path class="c" d="M28.001,12.856h-2.4683v5.7718s.0891,1.6536,2.2843,1.6536"/><path class="c" d="M12.624,27.691h3.5972s1.9204.1211,1.9204,1.9204"/><path class="c" d="M27.994,27.691h-3.5972s-1.9204.1211-1.9204,1.9204"/></svg>
Copied!