handyman icon
handyman-outline from Material Symbols by Google · Outline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- handyman-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- handyman-outline-rounded, handyman-outline-sharp
1 other variant in Material Symbols
The same icon in other sets
More maps icons from Material Symbols
Use the handyman icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.475 21.913q-.175-.063-.325-.213l-5.1-5.1q-.15-.15-.213-.325t-.062-.375t.063-.375t.212-.325l2.125-2.125q.15-.15.325-.212t.375-.063t.375.063t.325.212l5.1 5.1q.15.15.213.325t.062.375t-.062.375t-.213.325L19.55 21.7q-.15.15-.325.213t-.375.062t-.375-.062m.375-2.313l.725-.725L15.9 15.2l-.725.725zM4.738 21.925Q4.55 21.85 4.4 21.7l-2.1-2.1q-.15-.15-.225-.338T2 18.876t.075-.375t.225-.325l5.3-5.3h2.125l.85-.85L6.45 7.9H5.025L2 4.875L4.825 2.05L7.85 5.075V6.5l4.125 4.125l2.9-2.9L13.8 6.65l1.4-1.4h-2.825l-.7-.7L15.225 1l.7.7v2.825l1.4-1.4l3.55 3.55q.425.425.65.963t.225 1.137t-.225 1.15t-.65.975L18.75 8.775l-1.4 1.4l-1.05-1.05l-5.175 5.175v2.1l-5.3 5.3q-.15.15-.325.225T5.125 22t-.387-.075m.387-2.325l4.25-4.25v-.725H8.65l-4.25 4.25zm0 0l-.725-.725l.375.35zm13.725 0l.725-.725z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHandymanOutline(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="M18.475 21.913q-.175-.063-.325-.213l-5.1-5.1q-.15-.15-.213-.325t-.062-.375t.063-.375t.212-.325l2.125-2.125q.15-.15.325-.212t.375-.063t.375.063t.325.212l5.1 5.1q.15.15.213.325t.062.375t-.062.375t-.213.325L19.55 21.7q-.15.15-.325.213t-.375.062t-.375-.062m.375-2.313l.725-.725L15.9 15.2l-.725.725zM4.738 21.925Q4.55 21.85 4.4 21.7l-2.1-2.1q-.15-.15-.225-.338T2 18.876t.075-.375t.225-.325l5.3-5.3h2.125l.85-.85L6.45 7.9H5.025L2 4.875L4.825 2.05L7.85 5.075V6.5l4.125 4.125l2.9-2.9L13.8 6.65l1.4-1.4h-2.825l-.7-.7L15.225 1l.7.7v2.825l1.4-1.4l3.55 3.55q.425.425.65.963t.225 1.137t-.225 1.15t-.65.975L18.75 8.775l-1.4 1.4l-1.05-1.05l-5.175 5.175v2.1l-5.3 5.3q-.15.15-.325.225T5.125 22t-.387-.075m.387-2.325l4.25-4.25v-.725H8.65l-4.25 4.25zm0 0l-.725-.725l.375.35zm13.725 0l.725-.725z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.475 21.913q-.175-.063-.325-.213l-5.1-5.1q-.15-.15-.213-.325t-.062-.375t.063-.375t.212-.325l2.125-2.125q.15-.15.325-.212t.375-.063t.375.063t.325.212l5.1 5.1q.15.15.213.325t.062.375t-.062.375t-.213.325L19.55 21.7q-.15.15-.325.213t-.375.062t-.375-.062m.375-2.313l.725-.725L15.9 15.2l-.725.725zM4.738 21.925Q4.55 21.85 4.4 21.7l-2.1-2.1q-.15-.15-.225-.338T2 18.876t.075-.375t.225-.325l5.3-5.3h2.125l.85-.85L6.45 7.9H5.025L2 4.875L4.825 2.05L7.85 5.075V6.5l4.125 4.125l2.9-2.9L13.8 6.65l1.4-1.4h-2.825l-.7-.7L15.225 1l.7.7v2.825l1.4-1.4l3.55 3.55q.425.425.65.963t.225 1.137t-.225 1.15t-.65.975L18.75 8.775l-1.4 1.4l-1.05-1.05l-5.175 5.175v2.1l-5.3 5.3q-.15.15-.325.225T5.125 22t-.387-.075m.387-2.325l4.25-4.25v-.725H8.65l-4.25 4.25zm0 0l-.725-.725l.375.35zm13.725 0l.725-.725z"/></svg> </template>
CSS
.icon-handyman-outline {
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%22M18.475%2021.913q-.175-.063-.325-.213l-5.1-5.1q-.15-.15-.213-.325t-.062-.375t.063-.375t.212-.325l2.125-2.125q.15-.15.325-.212t.375-.063t.375.063t.325.212l5.1%205.1q.15.15.213.325t.062.375t-.062.375t-.213.325L19.55%2021.7q-.15.15-.325.213t-.375.062t-.375-.062m.375-2.313l.725-.725L15.9%2015.2l-.725.725zM4.738%2021.925Q4.55%2021.85%204.4%2021.7l-2.1-2.1q-.15-.15-.225-.338T2%2018.876t.075-.375t.225-.325l5.3-5.3h2.125l.85-.85L6.45%207.9H5.025L2%204.875L4.825%202.05L7.85%205.075V6.5l4.125%204.125l2.9-2.9L13.8%206.65l1.4-1.4h-2.825l-.7-.7L15.225%201l.7.7v2.825l1.4-1.4l3.55%203.55q.425.425.65.963t.225%201.137t-.225%201.15t-.65.975L18.75%208.775l-1.4%201.4l-1.05-1.05l-5.175%205.175v2.1l-5.3%205.3q-.15.15-.325.225T5.125%2022t-.387-.075m.387-2.325l4.25-4.25v-.725H8.65l-4.25%204.25zm0%200l-.725-.725l.375.35zm13.725%200l.725-.725z%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%22M18.475%2021.913q-.175-.063-.325-.213l-5.1-5.1q-.15-.15-.213-.325t-.062-.375t.063-.375t.212-.325l2.125-2.125q.15-.15.325-.212t.375-.063t.375.063t.325.212l5.1%205.1q.15.15.213.325t.062.375t-.062.375t-.213.325L19.55%2021.7q-.15.15-.325.213t-.375.062t-.375-.062m.375-2.313l.725-.725L15.9%2015.2l-.725.725zM4.738%2021.925Q4.55%2021.85%204.4%2021.7l-2.1-2.1q-.15-.15-.225-.338T2%2018.876t.075-.375t.225-.325l5.3-5.3h2.125l.85-.85L6.45%207.9H5.025L2%204.875L4.825%202.05L7.85%205.075V6.5l4.125%204.125l2.9-2.9L13.8%206.65l1.4-1.4h-2.825l-.7-.7L15.225%201l.7.7v2.825l1.4-1.4l3.55%203.55q.425.425.65.963t.225%201.137t-.225%201.15t-.65.975L18.75%208.775l-1.4%201.4l-1.05-1.05l-5.175%205.175v2.1l-5.3%205.3q-.15.15-.325.225T5.125%2022t-.387-.075m.387-2.325l4.25-4.25v-.725H8.65l-4.25%204.25zm0%200l-.725-.725l.375.35zm13.725%200l.725-.725z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/handyman-outline.svg?color=%231a73e8&size=48