iron icon
iron-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- iron-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- 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="M20.558 7q.212 0 .356.144t.144.357t-.144.356t-.356.143q-.662 0-1.11.441Q19 8.883 19 9.5v3.462q0 1.041-.751 1.77q-.752.73-1.826.73h-.057v.73q0 .344-.233.576t-.575.232H3.808q-.344 0-.576-.232T3 16.192v-1.269q0-1.364.992-2.336t2.412-.971h8.962V10.5q0-.617-.448-1.059T13.808 9h-2.962q-.307 0-.595.116q-.287.117-.509.319q-.063.072-.157.116t-.196.043q-.214 0-.357-.149t-.143-.37q0-.104.038-.197t.102-.157q.363-.35.823-.535T10.846 8h2.962q1.077 0 1.817.73q.74.728.74 1.77v3.962h.058q.656 0 1.117-.442q.46-.441.46-1.058V9.5q0-1.042.74-1.77q.74-.73 1.818-.73"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightIronRounded(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="M20.558 7q.212 0 .356.144t.144.357t-.144.356t-.356.143q-.662 0-1.11.441Q19 8.883 19 9.5v3.462q0 1.041-.751 1.77q-.752.73-1.826.73h-.057v.73q0 .344-.233.576t-.575.232H3.808q-.344 0-.576-.232T3 16.192v-1.269q0-1.364.992-2.336t2.412-.971h8.962V10.5q0-.617-.448-1.059T13.808 9h-2.962q-.307 0-.595.116q-.287.117-.509.319q-.063.072-.157.116t-.196.043q-.214 0-.357-.149t-.143-.37q0-.104.038-.197t.102-.157q.363-.35.823-.535T10.846 8h2.962q1.077 0 1.817.73q.74.728.74 1.77v3.962h.058q.656 0 1.117-.442q.46-.441.46-1.058V9.5q0-1.042.74-1.77q.74-.73 1.818-.73"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.558 7q.212 0 .356.144t.144.357t-.144.356t-.356.143q-.662 0-1.11.441Q19 8.883 19 9.5v3.462q0 1.041-.751 1.77q-.752.73-1.826.73h-.057v.73q0 .344-.233.576t-.575.232H3.808q-.344 0-.576-.232T3 16.192v-1.269q0-1.364.992-2.336t2.412-.971h8.962V10.5q0-.617-.448-1.059T13.808 9h-2.962q-.307 0-.595.116q-.287.117-.509.319q-.063.072-.157.116t-.196.043q-.214 0-.357-.149t-.143-.37q0-.104.038-.197t.102-.157q.363-.35.823-.535T10.846 8h2.962q1.077 0 1.817.73q.74.728.74 1.77v3.962h.058q.656 0 1.117-.442q.46-.441.46-1.058V9.5q0-1.042.74-1.77q.74-.73 1.818-.73"/></svg> </template>
CSS
.icon-iron-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%22M20.558%207q.212%200%20.356.144t.144.357t-.144.356t-.356.143q-.662%200-1.11.441Q19%208.883%2019%209.5v3.462q0%201.041-.751%201.77q-.752.73-1.826.73h-.057v.73q0%20.344-.233.576t-.575.232H3.808q-.344%200-.576-.232T3%2016.192v-1.269q0-1.364.992-2.336t2.412-.971h8.962V10.5q0-.617-.448-1.059T13.808%209h-2.962q-.307%200-.595.116q-.287.117-.509.319q-.063.072-.157.116t-.196.043q-.214%200-.357-.149t-.143-.37q0-.104.038-.197t.102-.157q.363-.35.823-.535T10.846%208h2.962q1.077%200%201.817.73q.74.728.74%201.77v3.962h.058q.656%200%201.117-.442q.46-.441.46-1.058V9.5q0-1.042.74-1.77q.74-.73%201.818-.73%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%22M20.558%207q.212%200%20.356.144t.144.357t-.144.356t-.356.143q-.662%200-1.11.441Q19%208.883%2019%209.5v3.462q0%201.041-.751%201.77q-.752.73-1.826.73h-.057v.73q0%20.344-.233.576t-.575.232H3.808q-.344%200-.576-.232T3%2016.192v-1.269q0-1.364.992-2.336t2.412-.971h8.962V10.5q0-.617-.448-1.059T13.808%209h-2.962q-.307%200-.595.116q-.287.117-.509.319q-.063.072-.157.116t-.196.043q-.214%200-.357-.149t-.143-.37q0-.104.038-.197t.102-.157q.363-.35.823-.535T10.846%208h2.962q1.077%200%201.817.73q.74.728.74%201.77v3.962h.058q.656%200%201.117-.442q.46-.441.46-1.058V9.5q0-1.042.74-1.77q.74-.73%201.818-.73%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-rounded.svg?color=%231a73e8&size=48