toolbox from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
toolbox
Set
Fluent Emoji High Contrast
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji High Contrast

Use the toolbox emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M25.5 23.05h-19c-.28 0-.5.22-.5.5s.22.5.5.5h19c.28 0 .5-.22.5-.5c0-.27-.22-.5-.5-.5m-19 3h19c.28 0 .5.23.5.5c0 .28-.22.5-.5.5h-19c-.28 0-.5-.22-.5-.5s.22-.5.5-.5"/><path d="M5.12 9.06H10v-1.6C10 6.1 11.1 5 12.47 5h7.07C20.9 5 22 6.1 22 7.46v1.6h4.87c2.284 0 4.12 1.85 4.12 4.12v15.315c.013 1.415-1.146 2.555-2.55 2.555H3.56A2.56 2.56 0 0 1 1 28.49V13.18c0-2.284 1.85-4.12 4.12-4.12m14.63-1.6c0-.11-.09-.21-.21-.21h-7.08c-.11 0-.21.09-.21.21v1.6h7.5zm-14.63 3.6c-1.17 0-2.12.944-2.12 2.12v3.87h4v-.37c0-.35.28-.62.62-.62h2.75c.35 0 .62.28.62.62v.37H21v-.37c0-.35.28-.62.62-.62h2.75c.35 0 .62.28.62.62v.37h4v-3.87c0-1.17-.944-2.12-2.12-2.12zM21 18.05H10.99A1.99 1.99 0 0 1 9 20.03a2 2 0 0 1-2-1.98H3v10.44c0 .308.252.56.56.56h24.88a.545.545 0 0 0 .55-.538V18.05h-4A1.99 1.99 0 0 1 23 20.03a2 2 0 0 1-2-1.98"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastToolbox(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M25.5 23.05h-19c-.28 0-.5.22-.5.5s.22.5.5.5h19c.28 0 .5-.22.5-.5c0-.27-.22-.5-.5-.5m-19 3h19c.28 0 .5.23.5.5c0 .28-.22.5-.5.5h-19c-.28 0-.5-.22-.5-.5s.22-.5.5-.5"/><path d="M5.12 9.06H10v-1.6C10 6.1 11.1 5 12.47 5h7.07C20.9 5 22 6.1 22 7.46v1.6h4.87c2.284 0 4.12 1.85 4.12 4.12v15.315c.013 1.415-1.146 2.555-2.55 2.555H3.56A2.56 2.56 0 0 1 1 28.49V13.18c0-2.284 1.85-4.12 4.12-4.12m14.63-1.6c0-.11-.09-.21-.21-.21h-7.08c-.11 0-.21.09-.21.21v1.6h7.5zm-14.63 3.6c-1.17 0-2.12.944-2.12 2.12v3.87h4v-.37c0-.35.28-.62.62-.62h2.75c.35 0 .62.28.62.62v.37H21v-.37c0-.35.28-.62.62-.62h2.75c.35 0 .62.28.62.62v.37h4v-3.87c0-1.17-.944-2.12-2.12-2.12zM21 18.05H10.99A1.99 1.99 0 0 1 9 20.03a2 2 0 0 1-2-1.98H3v10.44c0 .308.252.56.56.56h24.88a.545.545 0 0 0 .55-.538V18.05h-4A1.99 1.99 0 0 1 23 20.03a2 2 0 0 1-2-1.98"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M25.5 23.05h-19c-.28 0-.5.22-.5.5s.22.5.5.5h19c.28 0 .5-.22.5-.5c0-.27-.22-.5-.5-.5m-19 3h19c.28 0 .5.23.5.5c0 .28-.22.5-.5.5h-19c-.28 0-.5-.22-.5-.5s.22-.5.5-.5"/><path d="M5.12 9.06H10v-1.6C10 6.1 11.1 5 12.47 5h7.07C20.9 5 22 6.1 22 7.46v1.6h4.87c2.284 0 4.12 1.85 4.12 4.12v15.315c.013 1.415-1.146 2.555-2.55 2.555H3.56A2.56 2.56 0 0 1 1 28.49V13.18c0-2.284 1.85-4.12 4.12-4.12m14.63-1.6c0-.11-.09-.21-.21-.21h-7.08c-.11 0-.21.09-.21.21v1.6h7.5zm-14.63 3.6c-1.17 0-2.12.944-2.12 2.12v3.87h4v-.37c0-.35.28-.62.62-.62h2.75c.35 0 .62.28.62.62v.37H21v-.37c0-.35.28-.62.62-.62h2.75c.35 0 .62.28.62.62v.37h4v-3.87c0-1.17-.944-2.12-2.12-2.12zM21 18.05H10.99A1.99 1.99 0 0 1 9 20.03a2 2 0 0 1-2-1.98H3v10.44c0 .308.252.56.56.56h24.88a.545.545 0 0 0 .55-.538V18.05h-4A1.99 1.99 0 0 1 23 20.03a2 2 0 0 1-2-1.98"/></g></svg>
</template>

CSS

.icon-toolbox {
  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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M25.5%2023.05h-19c-.28%200-.5.22-.5.5s.22.5.5.5h19c.28%200%20.5-.22.5-.5c0-.27-.22-.5-.5-.5m-19%203h19c.28%200%20.5.23.5.5c0%20.28-.22.5-.5.5h-19c-.28%200-.5-.22-.5-.5s.22-.5.5-.5%22%2F%3E%3Cpath%20d%3D%22M5.12%209.06H10v-1.6C10%206.1%2011.1%205%2012.47%205h7.07C20.9%205%2022%206.1%2022%207.46v1.6h4.87c2.284%200%204.12%201.85%204.12%204.12v15.315c.013%201.415-1.146%202.555-2.55%202.555H3.56A2.56%202.56%200%200%201%201%2028.49V13.18c0-2.284%201.85-4.12%204.12-4.12m14.63-1.6c0-.11-.09-.21-.21-.21h-7.08c-.11%200-.21.09-.21.21v1.6h7.5zm-14.63%203.6c-1.17%200-2.12.944-2.12%202.12v3.87h4v-.37c0-.35.28-.62.62-.62h2.75c.35%200%20.62.28.62.62v.37H21v-.37c0-.35.28-.62.62-.62h2.75c.35%200%20.62.28.62.62v.37h4v-3.87c0-1.17-.944-2.12-2.12-2.12zM21%2018.05H10.99A1.99%201.99%200%200%201%209%2020.03a2%202%200%200%201-2-1.98H3v10.44c0%20.308.252.56.56.56h24.88a.545.545%200%200%200%20.55-.538V18.05h-4A1.99%201.99%200%200%201%2023%2020.03a2%202%200%200%201-2-1.98%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M25.5%2023.05h-19c-.28%200-.5.22-.5.5s.22.5.5.5h19c.28%200%20.5-.22.5-.5c0-.27-.22-.5-.5-.5m-19%203h19c.28%200%20.5.23.5.5c0%20.28-.22.5-.5.5h-19c-.28%200-.5-.22-.5-.5s.22-.5.5-.5%22%2F%3E%3Cpath%20d%3D%22M5.12%209.06H10v-1.6C10%206.1%2011.1%205%2012.47%205h7.07C20.9%205%2022%206.1%2022%207.46v1.6h4.87c2.284%200%204.12%201.85%204.12%204.12v15.315c.013%201.415-1.146%202.555-2.55%202.555H3.56A2.56%202.56%200%200%201%201%2028.49V13.18c0-2.284%201.85-4.12%204.12-4.12m14.63-1.6c0-.11-.09-.21-.21-.21h-7.08c-.11%200-.21.09-.21.21v1.6h7.5zm-14.63%203.6c-1.17%200-2.12.944-2.12%202.12v3.87h4v-.37c0-.35.28-.62.62-.62h2.75c.35%200%20.62.28.62.62v.37H21v-.37c0-.35.28-.62.62-.62h2.75c.35%200%20.62.28.62.62v.37h4v-3.87c0-1.17-.944-2.12-2.12-2.12zM21%2018.05H10.99A1.99%201.99%200%200%201%209%2020.03a2%202%200%200%201-2-1.98H3v10.44c0%20.308.252.56.56.56h24.88a.545.545%200%200%200%20.55-.538V18.05h-4A1.99%201.99%200%200%201%2023%2020.03a2%202%200%200%201-2-1.98%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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