toolbox icon

toolbox-linear from Solar by 480 Design · Linear · UI · CC-BY-4.0 Attribution required.

Name
toolbox-linear
Set
Solar
Style
Linear
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More ui icons from Solar

Use the toolbox 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-width="1.5"><rect width="12.051" height="20" x="2" y="18.051" rx="3" transform="rotate(-90 2 18.051)"/><path d="M16.52 6C16.52 6.00944 16.52 5.99056 16.52 6ZM16.52 6C16.52 4.11438 16.52 3.17157 15.9342 2.58579C15.3484 2 14.4056 2 12.52 2H11.4795C9.59387 2 8.65107 2 8.06528 2.58579C7.47949 3.17157 7.47949 4.11438 7.47949 6"/><path d="M2 12C2.81331 12 4.18669 12 5 12"/><path d="M18.7839 12C19.6644 12 21.1196 12 22 12"/><path d="M8.78388 12C11.2342 12 12.5494 12 14.9997 12"/><path d="M8.40549 11H5.37839C5.16941 11 5 11.1694 5 11.3784V13.0141C5 13.1689 5.0942 13.308 5.23786 13.3655L5.7677 13.5774C6.4894 13.8661 7.29449 13.8661 8.01618 13.5774L8.54602 13.3655C8.68968 13.308 8.78388 13.1689 8.78388 13.0141V11.3784C8.78388 11.1694 8.61447 11 8.40549 11Z"/><path d="M18.4055 11H15.3784C15.1694 11 15 11.1694 15 11.3784V13.0141C15 13.1689 15.0942 13.308 15.2379 13.3655L15.7677 13.5774C16.4894 13.8661 17.2945 13.8661 18.0162 13.5774L18.546 13.3655C18.6897 13.308 18.7839 13.1689 18.7839 13.0141V11.3784C18.7839 11.1694 18.6145 11 18.4055 11Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarToolboxLinear(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" strokeWidth="1.5"><rect width="12.051" height="20" x="2" y="18.051" rx="3" transform="rotate(-90 2 18.051)"/><path d="M16.52 6C16.52 6.00944 16.52 5.99056 16.52 6ZM16.52 6C16.52 4.11438 16.52 3.17157 15.9342 2.58579C15.3484 2 14.4056 2 12.52 2H11.4795C9.59387 2 8.65107 2 8.06528 2.58579C7.47949 3.17157 7.47949 4.11438 7.47949 6"/><path d="M2 12C2.81331 12 4.18669 12 5 12"/><path d="M18.7839 12C19.6644 12 21.1196 12 22 12"/><path d="M8.78388 12C11.2342 12 12.5494 12 14.9997 12"/><path d="M8.40549 11H5.37839C5.16941 11 5 11.1694 5 11.3784V13.0141C5 13.1689 5.0942 13.308 5.23786 13.3655L5.7677 13.5774C6.4894 13.8661 7.29449 13.8661 8.01618 13.5774L8.54602 13.3655C8.68968 13.308 8.78388 13.1689 8.78388 13.0141V11.3784C8.78388 11.1694 8.61447 11 8.40549 11Z"/><path d="M18.4055 11H15.3784C15.1694 11 15 11.1694 15 11.3784V13.0141C15 13.1689 15.0942 13.308 15.2379 13.3655L15.7677 13.5774C16.4894 13.8661 17.2945 13.8661 18.0162 13.5774L18.546 13.3655C18.6897 13.308 18.7839 13.1689 18.7839 13.0141V11.3784C18.7839 11.1694 18.6145 11 18.4055 11Z"/></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-width="1.5"><rect width="12.051" height="20" x="2" y="18.051" rx="3" transform="rotate(-90 2 18.051)"/><path d="M16.52 6C16.52 6.00944 16.52 5.99056 16.52 6ZM16.52 6C16.52 4.11438 16.52 3.17157 15.9342 2.58579C15.3484 2 14.4056 2 12.52 2H11.4795C9.59387 2 8.65107 2 8.06528 2.58579C7.47949 3.17157 7.47949 4.11438 7.47949 6"/><path d="M2 12C2.81331 12 4.18669 12 5 12"/><path d="M18.7839 12C19.6644 12 21.1196 12 22 12"/><path d="M8.78388 12C11.2342 12 12.5494 12 14.9997 12"/><path d="M8.40549 11H5.37839C5.16941 11 5 11.1694 5 11.3784V13.0141C5 13.1689 5.0942 13.308 5.23786 13.3655L5.7677 13.5774C6.4894 13.8661 7.29449 13.8661 8.01618 13.5774L8.54602 13.3655C8.68968 13.308 8.78388 13.1689 8.78388 13.0141V11.3784C8.78388 11.1694 8.61447 11 8.40549 11Z"/><path d="M18.4055 11H15.3784C15.1694 11 15 11.1694 15 11.3784V13.0141C15 13.1689 15.0942 13.308 15.2379 13.3655L15.7677 13.5774C16.4894 13.8661 17.2945 13.8661 18.0162 13.5774L18.546 13.3655C18.6897 13.308 18.7839 13.1689 18.7839 13.0141V11.3784C18.7839 11.1694 18.6145 11 18.4055 11Z"/></g></svg>
</template>

CSS

.icon-toolbox-linear {
  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-width%3D%221.5%22%3E%3Crect%20width%3D%2212.051%22%20height%3D%2220%22%20x%3D%222%22%20y%3D%2218.051%22%20rx%3D%223%22%20transform%3D%22rotate(-90%202%2018.051)%22%2F%3E%3Cpath%20d%3D%22M16.52%206C16.52%206.00944%2016.52%205.99056%2016.52%206ZM16.52%206C16.52%204.11438%2016.52%203.17157%2015.9342%202.58579C15.3484%202%2014.4056%202%2012.52%202H11.4795C9.59387%202%208.65107%202%208.06528%202.58579C7.47949%203.17157%207.47949%204.11438%207.47949%206%22%2F%3E%3Cpath%20d%3D%22M2%2012C2.81331%2012%204.18669%2012%205%2012%22%2F%3E%3Cpath%20d%3D%22M18.7839%2012C19.6644%2012%2021.1196%2012%2022%2012%22%2F%3E%3Cpath%20d%3D%22M8.78388%2012C11.2342%2012%2012.5494%2012%2014.9997%2012%22%2F%3E%3Cpath%20d%3D%22M8.40549%2011H5.37839C5.16941%2011%205%2011.1694%205%2011.3784V13.0141C5%2013.1689%205.0942%2013.308%205.23786%2013.3655L5.7677%2013.5774C6.4894%2013.8661%207.29449%2013.8661%208.01618%2013.5774L8.54602%2013.3655C8.68968%2013.308%208.78388%2013.1689%208.78388%2013.0141V11.3784C8.78388%2011.1694%208.61447%2011%208.40549%2011Z%22%2F%3E%3Cpath%20d%3D%22M18.4055%2011H15.3784C15.1694%2011%2015%2011.1694%2015%2011.3784V13.0141C15%2013.1689%2015.0942%2013.308%2015.2379%2013.3655L15.7677%2013.5774C16.4894%2013.8661%2017.2945%2013.8661%2018.0162%2013.5774L18.546%2013.3655C18.6897%2013.308%2018.7839%2013.1689%2018.7839%2013.0141V11.3784C18.7839%2011.1694%2018.6145%2011%2018.4055%2011Z%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-width%3D%221.5%22%3E%3Crect%20width%3D%2212.051%22%20height%3D%2220%22%20x%3D%222%22%20y%3D%2218.051%22%20rx%3D%223%22%20transform%3D%22rotate(-90%202%2018.051)%22%2F%3E%3Cpath%20d%3D%22M16.52%206C16.52%206.00944%2016.52%205.99056%2016.52%206ZM16.52%206C16.52%204.11438%2016.52%203.17157%2015.9342%202.58579C15.3484%202%2014.4056%202%2012.52%202H11.4795C9.59387%202%208.65107%202%208.06528%202.58579C7.47949%203.17157%207.47949%204.11438%207.47949%206%22%2F%3E%3Cpath%20d%3D%22M2%2012C2.81331%2012%204.18669%2012%205%2012%22%2F%3E%3Cpath%20d%3D%22M18.7839%2012C19.6644%2012%2021.1196%2012%2022%2012%22%2F%3E%3Cpath%20d%3D%22M8.78388%2012C11.2342%2012%2012.5494%2012%2014.9997%2012%22%2F%3E%3Cpath%20d%3D%22M8.40549%2011H5.37839C5.16941%2011%205%2011.1694%205%2011.3784V13.0141C5%2013.1689%205.0942%2013.308%205.23786%2013.3655L5.7677%2013.5774C6.4894%2013.8661%207.29449%2013.8661%208.01618%2013.5774L8.54602%2013.3655C8.68968%2013.308%208.78388%2013.1689%208.78388%2013.0141V11.3784C8.78388%2011.1694%208.61447%2011%208.40549%2011Z%22%2F%3E%3Cpath%20d%3D%22M18.4055%2011H15.3784C15.1694%2011%2015%2011.1694%2015%2011.3784V13.0141C15%2013.1689%2015.0942%2013.308%2015.2379%2013.3655L15.7677%2013.5774C16.4894%2013.8661%2017.2945%2013.8661%2018.0162%2013.5774L18.546%2013.3655C18.6897%2013.308%2018.7839%2013.1689%2018.7839%2013.0141V11.3784C18.7839%2011.1694%2018.6145%2011%2018.4055%2011Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/toolbox-linear.svg?color=%231a73e8&size=48