tools-flat-head-rounded from Material Symbols Light by Google · Rounded · Home · Apache-2.0 Free for personal and commercial use.

Name
tools-flat-head-rounded
Set
Material Symbols Light
Style
Rounded
Category
Home
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

Use the tools flat head icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.366 20q-.214 0-.357-.143t-.143-.357t.143-.357t.357-.143h5.269q.213 0 .356.143t.144.357t-.144.357t-.356.143zm.201-2q-.298 0-.527-.199t-.28-.497l-.69-4.923q-.026-.162-.023-.31q.003-.15.053-.312l1.527-6.144q.056-.273.273-.444T10.41 5h3.18q.293 0 .51.171t.273.444L15.9 11.76q.05.161.053.31q.003.15-.022.31l-.69 4.924q-.05.298-.28.497t-.528.199zm-.382-6.5h5.63L13.45 6h-2.9z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightToolsFlatHeadRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.366 20q-.214 0-.357-.143t-.143-.357t.143-.357t.357-.143h5.269q.213 0 .356.143t.144.357t-.144.357t-.356.143zm.201-2q-.298 0-.527-.199t-.28-.497l-.69-4.923q-.026-.162-.023-.31q.003-.15.053-.312l1.527-6.144q.056-.273.273-.444T10.41 5h3.18q.293 0 .51.171t.273.444L15.9 11.76q.05.161.053.31q.003.15-.022.31l-.69 4.924q-.05.298-.28.497t-.528.199zm-.382-6.5h5.63L13.45 6h-2.9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.366 20q-.214 0-.357-.143t-.143-.357t.143-.357t.357-.143h5.269q.213 0 .356.143t.144.357t-.144.357t-.356.143zm.201-2q-.298 0-.527-.199t-.28-.497l-.69-4.923q-.026-.162-.023-.31q.003-.15.053-.312l1.527-6.144q.056-.273.273-.444T10.41 5h3.18q.293 0 .51.171t.273.444L15.9 11.76q.05.161.053.31q.003.15-.022.31l-.69 4.924q-.05.298-.28.497t-.528.199zm-.382-6.5h5.63L13.45 6h-2.9z"/></svg>
</template>

CSS

.icon-tools-flat-head-rounded {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.366%2020q-.214%200-.357-.143t-.143-.357t.143-.357t.357-.143h5.269q.213%200%20.356.143t.144.357t-.144.357t-.356.143zm.201-2q-.298%200-.527-.199t-.28-.497l-.69-4.923q-.026-.162-.023-.31q.003-.15.053-.312l1.527-6.144q.056-.273.273-.444T10.41%205h3.18q.293%200%20.51.171t.273.444L15.9%2011.76q.05.161.053.31q.003.15-.022.31l-.69%204.924q-.05.298-.28.497t-.528.199zm-.382-6.5h5.63L13.45%206h-2.9z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.366%2020q-.214%200-.357-.143t-.143-.357t.143-.357t.357-.143h5.269q.213%200%20.356.143t.144.357t-.144.357t-.356.143zm.201-2q-.298%200-.527-.199t-.28-.497l-.69-4.923q-.026-.162-.023-.31q.003-.15.053-.312l1.527-6.144q.056-.273.273-.444T10.41%205h3.18q.293%200%20.51.171t.273.444L15.9%2011.76q.05.161.053.31q.003.15-.022.31l-.69%204.924q-.05.298-.28.497t-.528.199zm-.382-6.5h5.63L13.45%206h-2.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/tools-flat-head-rounded.svg?color=%231a73e8&size=48