Tooly Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tooly 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/334104.svg" alt="Tooly icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334104.svg" alt="Tooly icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334104.svg" alt="Tooly icon" :width="24" :height="24" />
CSS background
.icon-tooly {
background-image: url('https://proicons.com/icon/334104.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;stroke-width:0px;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="m39.5,38.9V15.082c0-1.1046-.8954-2-2-2H10.5c-1.1046,0-2,.8954-2,2v23.818"/><path class="b" d="m34.042,18.605H13.958c-1.1046,0-2,.8954-2,2v11.148c0,1.1046.8954,2,2,2h20.084c1.1046,0,2-.8954,2-2v-11.148c0-1.1046-.8954-2-2-2Z"/><path class="b" d="m27.75,39.11c-1.1212,1.1626-2.4218,1.78-3.7499,1.78-1.3281,0-2.6287-.6174-3.7499-1.78"/><circle class="b" cx="18.048" cy="26.136" r="3.0476"/><circle class="b" cx="29.952" cy="26.136" r="3.0476"/><path class="b" d="m24,13.082v-5.9194"/><path class="b" d="m28.106,15.843h-8.2114"/><circle class="c" cx="17.5929" cy="15.843" r=".75"/><circle class="c" cx="18.048" cy="26.179" r=".75"/><circle class="c" cx="29.952" cy="26.179" r=".75"/><circle class="c" cx="30.419" cy="15.843" r=".75"/><path class="b" d="m24.821,6.3416c0,.4535-.3676.8211-.8211.8211s-.8211-.3676-.8211-.8211.3676-.8211.8211-.8211.8211.3676.8211.8211Z"/></svg>
Copied!