yard icon
yard-sharp from Material Symbols by Google · Sharp · Household · Apache-2.0 Free for personal and commercial use.
- Name
- yard-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More household icons from Material Symbols
Use the yard icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19q0-2.5-1.75-4.25T6 13q0 2.5 1.75 4.25T12 19m1.1-5.5q.45-.45.45-1.1v-.15q.2.15.412.225t.488.075q.65 0 1.1-.45T16 11q0-.5-.238-.875T15.1 9.6q.425-.15.663-.525T16 8.2q0-.65-.45-1.1t-1.1-.45q-.275 0-.487.075t-.413.225V6.8q0-.65-.45-1.1T12 5.25t-1.1.45t-.45 1.1v.15q-.2-.15-.412-.225T9.55 6.65q-.65 0-1.1.45T8 8.2q0 .5.238.875T8.9 9.6q-.425.15-.662.525T8 11q0 .65.45 1.1t1.1.45q.275 0 .488-.075t.412-.225v.15q0 .65.45 1.1t1.1.45t1.1-.45m-2.2-2.787q-.45-.438-.45-1.113q0-.65.45-1.1t1.1-.45t1.1.45t.45 1.1q0 .675-.45 1.113t-1.1.437t-1.1-.437M12 19q2.5 0 4.25-1.75T18 13q-2.5 0-4.25 1.75T12 19M2 22V2h20v20z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsYardSharp(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="M12 19q0-2.5-1.75-4.25T6 13q0 2.5 1.75 4.25T12 19m1.1-5.5q.45-.45.45-1.1v-.15q.2.15.412.225t.488.075q.65 0 1.1-.45T16 11q0-.5-.238-.875T15.1 9.6q.425-.15.663-.525T16 8.2q0-.65-.45-1.1t-1.1-.45q-.275 0-.487.075t-.413.225V6.8q0-.65-.45-1.1T12 5.25t-1.1.45t-.45 1.1v.15q-.2-.15-.412-.225T9.55 6.65q-.65 0-1.1.45T8 8.2q0 .5.238.875T8.9 9.6q-.425.15-.662.525T8 11q0 .65.45 1.1t1.1.45q.275 0 .488-.075t.412-.225v.15q0 .65.45 1.1t1.1.45t1.1-.45m-2.2-2.787q-.45-.438-.45-1.113q0-.65.45-1.1t1.1-.45t1.1.45t.45 1.1q0 .675-.45 1.113t-1.1.437t-1.1-.437M12 19q2.5 0 4.25-1.75T18 13q-2.5 0-4.25 1.75T12 19M2 22V2h20v20z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19q0-2.5-1.75-4.25T6 13q0 2.5 1.75 4.25T12 19m1.1-5.5q.45-.45.45-1.1v-.15q.2.15.412.225t.488.075q.65 0 1.1-.45T16 11q0-.5-.238-.875T15.1 9.6q.425-.15.663-.525T16 8.2q0-.65-.45-1.1t-1.1-.45q-.275 0-.487.075t-.413.225V6.8q0-.65-.45-1.1T12 5.25t-1.1.45t-.45 1.1v.15q-.2-.15-.412-.225T9.55 6.65q-.65 0-1.1.45T8 8.2q0 .5.238.875T8.9 9.6q-.425.15-.662.525T8 11q0 .65.45 1.1t1.1.45q.275 0 .488-.075t.412-.225v.15q0 .65.45 1.1t1.1.45t1.1-.45m-2.2-2.787q-.45-.438-.45-1.113q0-.65.45-1.1t1.1-.45t1.1.45t.45 1.1q0 .675-.45 1.113t-1.1.437t-1.1-.437M12 19q2.5 0 4.25-1.75T18 13q-2.5 0-4.25 1.75T12 19M2 22V2h20v20z"/></svg> </template>
CSS
.icon-yard-sharp {
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%22M12%2019q0-2.5-1.75-4.25T6%2013q0%202.5%201.75%204.25T12%2019m1.1-5.5q.45-.45.45-1.1v-.15q.2.15.412.225t.488.075q.65%200%201.1-.45T16%2011q0-.5-.238-.875T15.1%209.6q.425-.15.663-.525T16%208.2q0-.65-.45-1.1t-1.1-.45q-.275%200-.487.075t-.413.225V6.8q0-.65-.45-1.1T12%205.25t-1.1.45t-.45%201.1v.15q-.2-.15-.412-.225T9.55%206.65q-.65%200-1.1.45T8%208.2q0%20.5.238.875T8.9%209.6q-.425.15-.662.525T8%2011q0%20.65.45%201.1t1.1.45q.275%200%20.488-.075t.412-.225v.15q0%20.65.45%201.1t1.1.45t1.1-.45m-2.2-2.787q-.45-.438-.45-1.113q0-.65.45-1.1t1.1-.45t1.1.45t.45%201.1q0%20.675-.45%201.113t-1.1.437t-1.1-.437M12%2019q2.5%200%204.25-1.75T18%2013q-2.5%200-4.25%201.75T12%2019M2%2022V2h20v20z%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%22M12%2019q0-2.5-1.75-4.25T6%2013q0%202.5%201.75%204.25T12%2019m1.1-5.5q.45-.45.45-1.1v-.15q.2.15.412.225t.488.075q.65%200%201.1-.45T16%2011q0-.5-.238-.875T15.1%209.6q.425-.15.663-.525T16%208.2q0-.65-.45-1.1t-1.1-.45q-.275%200-.487.075t-.413.225V6.8q0-.65-.45-1.1T12%205.25t-1.1.45t-.45%201.1v.15q-.2-.15-.412-.225T9.55%206.65q-.65%200-1.1.45T8%208.2q0%20.5.238.875T8.9%209.6q-.425.15-.662.525T8%2011q0%20.65.45%201.1t1.1.45q.275%200%20.488-.075t.412-.225v.15q0%20.65.45%201.1t1.1.45t1.1-.45m-2.2-2.787q-.45-.438-.45-1.113q0-.65.45-1.1t1.1-.45t1.1.45t.45%201.1q0%20.675-.45%201.113t-1.1.437t-1.1-.437M12%2019q2.5%200%204.25-1.75T18%2013q-2.5%200-4.25%201.75T12%2019M2%2022V2h20v20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/yard-sharp.svg?color=%231a73e8&size=48