iron icon
iron from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- iron
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
Use the iron icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 17v-2.077q0-1.362.992-2.334t2.412-.974h8.962V10.5q0-.617-.451-1.059T13.808 9h-2.962q-.655 0-1.116.441q-.46.442-.46 1.059h-1q0-1.038.75-1.77T10.845 8h2.962q1.077 0 1.817.73t.74 1.77v3.962h.058q.656 0 1.117-.442q.46-.441.46-1.058V9.5q0-1.038.74-1.77q.74-.73 1.818-.73H21v1h-.442q-.656 0-1.107.441Q19 8.883 19 9.5v3.462q0 1.038-.75 1.769t-1.827.73h-.057V17z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightIron(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="M3 17v-2.077q0-1.362.992-2.334t2.412-.974h8.962V10.5q0-.617-.451-1.059T13.808 9h-2.962q-.655 0-1.116.441q-.46.442-.46 1.059h-1q0-1.038.75-1.77T10.845 8h2.962q1.077 0 1.817.73t.74 1.77v3.962h.058q.656 0 1.117-.442q.46-.441.46-1.058V9.5q0-1.038.74-1.77q.74-.73 1.818-.73H21v1h-.442q-.656 0-1.107.441Q19 8.883 19 9.5v3.462q0 1.038-.75 1.769t-1.827.73h-.057V17z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 17v-2.077q0-1.362.992-2.334t2.412-.974h8.962V10.5q0-.617-.451-1.059T13.808 9h-2.962q-.655 0-1.116.441q-.46.442-.46 1.059h-1q0-1.038.75-1.77T10.845 8h2.962q1.077 0 1.817.73t.74 1.77v3.962h.058q.656 0 1.117-.442q.46-.441.46-1.058V9.5q0-1.038.74-1.77q.74-.73 1.818-.73H21v1h-.442q-.656 0-1.107.441Q19 8.883 19 9.5v3.462q0 1.038-.75 1.769t-1.827.73h-.057V17z"/></svg> </template>
CSS
.icon-iron {
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%22M3%2017v-2.077q0-1.362.992-2.334t2.412-.974h8.962V10.5q0-.617-.451-1.059T13.808%209h-2.962q-.655%200-1.116.441q-.46.442-.46%201.059h-1q0-1.038.75-1.77T10.845%208h2.962q1.077%200%201.817.73t.74%201.77v3.962h.058q.656%200%201.117-.442q.46-.441.46-1.058V9.5q0-1.038.74-1.77q.74-.73%201.818-.73H21v1h-.442q-.656%200-1.107.441Q19%208.883%2019%209.5v3.462q0%201.038-.75%201.769t-1.827.73h-.057V17z%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%22M3%2017v-2.077q0-1.362.992-2.334t2.412-.974h8.962V10.5q0-.617-.451-1.059T13.808%209h-2.962q-.655%200-1.116.441q-.46.442-.46%201.059h-1q0-1.038.75-1.77T10.845%208h2.962q1.077%200%201.817.73t.74%201.77v3.962h.058q.656%200%201.117-.442q.46-.441.46-1.058V9.5q0-1.038.74-1.77q.74-.73%201.818-.73H21v1h-.442q-.656%200-1.107.441Q19%208.883%2019%209.5v3.462q0%201.038-.75%201.769t-1.827.73h-.057V17z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/iron.svg?color=%231a73e8&size=48