tool case icon
tool-case from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- tool-case
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the tool case icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M20 10.983a5.13 5.13 0 0 0 1-3.055c0-2.812-2.239-5.092-5-5.092c-1.98 0-3.69 1.17-4.5 2.87m3.136 15.46H9.364c-2.686 0-4.029 0-4.961-.711a3.5 3.5 0 0 1-.705-.717C3 18.788 3 17.42 3 14.686c0-1.563 0-2.345.399-2.887q.172-.235.402-.41c.533-.407 1.3-.407 2.835-.407h10.728c1.534 0 2.302 0 2.835.407q.23.175.402.41c.399.542.399 1.324.399 2.887c0 2.734 0 4.102-.698 5.052q-.302.41-.704.717c-.933.71-2.276.71-4.962.71M10 15.055h4"/><path d="m13.686 10.983l-.351-.827a.74.74 0 0 1 .024-.636l1.555-2.923c.264-.494-.116-1.111-.65-1.058l-3.154.315a.65.65 0 0 1-.56-.235L8.396 3.075c-.365-.432-1.025-.25-1.131.312L6.64 6.696a.68.68 0 0 1-.371.492L3.384 8.536c-.489.228-.517.958-.049 1.25l1.912 1.197"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsToolCase(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M20 10.983a5.13 5.13 0 0 0 1-3.055c0-2.812-2.239-5.092-5-5.092c-1.98 0-3.69 1.17-4.5 2.87m3.136 15.46H9.364c-2.686 0-4.029 0-4.961-.711a3.5 3.5 0 0 1-.705-.717C3 18.788 3 17.42 3 14.686c0-1.563 0-2.345.399-2.887q.172-.235.402-.41c.533-.407 1.3-.407 2.835-.407h10.728c1.534 0 2.302 0 2.835.407q.23.175.402.41c.399.542.399 1.324.399 2.887c0 2.734 0 4.102-.698 5.052q-.302.41-.704.717c-.933.71-2.276.71-4.962.71M10 15.055h4"/><path d="m13.686 10.983l-.351-.827a.74.74 0 0 1 .024-.636l1.555-2.923c.264-.494-.116-1.111-.65-1.058l-3.154.315a.65.65 0 0 1-.56-.235L8.396 3.075c-.365-.432-1.025-.25-1.131.312L6.64 6.696a.68.68 0 0 1-.371.492L3.384 8.536c-.489.228-.517.958-.049 1.25l1.912 1.197"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M20 10.983a5.13 5.13 0 0 0 1-3.055c0-2.812-2.239-5.092-5-5.092c-1.98 0-3.69 1.17-4.5 2.87m3.136 15.46H9.364c-2.686 0-4.029 0-4.961-.711a3.5 3.5 0 0 1-.705-.717C3 18.788 3 17.42 3 14.686c0-1.563 0-2.345.399-2.887q.172-.235.402-.41c.533-.407 1.3-.407 2.835-.407h10.728c1.534 0 2.302 0 2.835.407q.23.175.402.41c.399.542.399 1.324.399 2.887c0 2.734 0 4.102-.698 5.052q-.302.41-.704.717c-.933.71-2.276.71-4.962.71M10 15.055h4"/><path d="m13.686 10.983l-.351-.827a.74.74 0 0 1 .024-.636l1.555-2.923c.264-.494-.116-1.111-.65-1.058l-3.154.315a.65.65 0 0 1-.56-.235L8.396 3.075c-.365-.432-1.025-.25-1.131.312L6.64 6.696a.68.68 0 0 1-.371.492L3.384 8.536c-.489.228-.517.958-.049 1.25l1.912 1.197"/></g></svg> </template>
CSS
.icon-tool-case {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20%2010.983a5.13%205.13%200%200%200%201-3.055c0-2.812-2.239-5.092-5-5.092c-1.98%200-3.69%201.17-4.5%202.87m3.136%2015.46H9.364c-2.686%200-4.029%200-4.961-.711a3.5%203.5%200%200%201-.705-.717C3%2018.788%203%2017.42%203%2014.686c0-1.563%200-2.345.399-2.887q.172-.235.402-.41c.533-.407%201.3-.407%202.835-.407h10.728c1.534%200%202.302%200%202.835.407q.23.175.402.41c.399.542.399%201.324.399%202.887c0%202.734%200%204.102-.698%205.052q-.302.41-.704.717c-.933.71-2.276.71-4.962.71M10%2015.055h4%22%2F%3E%3Cpath%20d%3D%22m13.686%2010.983l-.351-.827a.74.74%200%200%201%20.024-.636l1.555-2.923c.264-.494-.116-1.111-.65-1.058l-3.154.315a.65.65%200%200%201-.56-.235L8.396%203.075c-.365-.432-1.025-.25-1.131.312L6.64%206.696a.68.68%200%200%201-.371.492L3.384%208.536c-.489.228-.517.958-.049%201.25l1.912%201.197%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20%2010.983a5.13%205.13%200%200%200%201-3.055c0-2.812-2.239-5.092-5-5.092c-1.98%200-3.69%201.17-4.5%202.87m3.136%2015.46H9.364c-2.686%200-4.029%200-4.961-.711a3.5%203.5%200%200%201-.705-.717C3%2018.788%203%2017.42%203%2014.686c0-1.563%200-2.345.399-2.887q.172-.235.402-.41c.533-.407%201.3-.407%202.835-.407h10.728c1.534%200%202.302%200%202.835.407q.23.175.402.41c.399.542.399%201.324.399%202.887c0%202.734%200%204.102-.698%205.052q-.302.41-.704.717c-.933.71-2.276.71-4.962.71M10%2015.055h4%22%2F%3E%3Cpath%20d%3D%22m13.686%2010.983l-.351-.827a.74.74%200%200%201%20.024-.636l1.555-2.923c.264-.494-.116-1.111-.65-1.058l-3.154.315a.65.65%200%200%201-.56-.235L8.396%203.075c-.365-.432-1.025-.25-1.131.312L6.64%206.696a.68.68%200%200%201-.371.492L3.384%208.536c-.489.228-.517.958-.049%201.25l1.912%201.197%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/tool-case.svg?color=%231a73e8&size=48