home improvement and tools icon

home-improvement-and-tools-rounded from Material Symbols by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
home-improvement-and-tools-rounded
Set
Material Symbols
Style
Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the home improvement and tools icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.95 2h8.1q.625 0 .9.538t-.075 1.037L15 6.2V10H9V6.2L7.125 3.575q-.35-.5-.075-1.037T7.95 2M9 12h6v2H9zm0 4h6v2.175q0 .4-.15.763t-.425.637L12.7 21.3q-.15.15-.325.213t-.375.062t-.375-.062t-.325-.213l-1.725-1.725q-.275-.275-.425-.637T9 18.175z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHomeImprovementAndToolsRounded(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="M7.95 2h8.1q.625 0 .9.538t-.075 1.037L15 6.2V10H9V6.2L7.125 3.575q-.35-.5-.075-1.037T7.95 2M9 12h6v2H9zm0 4h6v2.175q0 .4-.15.763t-.425.637L12.7 21.3q-.15.15-.325.213t-.375.062t-.375-.062t-.325-.213l-1.725-1.725q-.275-.275-.425-.637T9 18.175z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.95 2h8.1q.625 0 .9.538t-.075 1.037L15 6.2V10H9V6.2L7.125 3.575q-.35-.5-.075-1.037T7.95 2M9 12h6v2H9zm0 4h6v2.175q0 .4-.15.763t-.425.637L12.7 21.3q-.15.15-.325.213t-.375.062t-.375-.062t-.325-.213l-1.725-1.725q-.275-.275-.425-.637T9 18.175z"/></svg>
</template>

CSS

.icon-home-improvement-and-tools-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%22M7.95%202h8.1q.625%200%20.9.538t-.075%201.037L15%206.2V10H9V6.2L7.125%203.575q-.35-.5-.075-1.037T7.95%202M9%2012h6v2H9zm0%204h6v2.175q0%20.4-.15.763t-.425.637L12.7%2021.3q-.15.15-.325.213t-.375.062t-.375-.062t-.325-.213l-1.725-1.725q-.275-.275-.425-.637T9%2018.175z%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%22M7.95%202h8.1q.625%200%20.9.538t-.075%201.037L15%206.2V10H9V6.2L7.125%203.575q-.35-.5-.075-1.037T7.95%202M9%2012h6v2H9zm0%204h6v2.175q0%20.4-.15.763t-.425.637L12.7%2021.3q-.15.15-.325.213t-.375.062t-.375-.062t-.325-.213l-1.725-1.725q-.275-.275-.425-.637T9%2018.175z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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