yard-outline-rounded from Material Symbols by Google · Outline Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
yard-outline-rounded
Set
Material Symbols
Style
Outline Rounded
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-1.2-.45-2.3t-1.3-1.95q-.725-.725-1.675-1.175t-2-.525q-.225-.025-.388.137t-.137.388q.075 1.05.538 1.988t1.187 1.662q.85.85 1.938 1.313T12 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 19q1.2 0 2.3-.45t1.95-1.3q.725-.725 1.175-1.675t.525-2q.025-.225-.137-.387t-.388-.138q-1.05.075-1.987.525t-1.663 1.175q-.85.85-1.312 1.95T12 19m-8 3q-.825 0-1.412-.587T2 20V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v16q0 .825-.587 1.413T20 22zm0-2h16V4H4zm0 0V4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsYardOutlineRounded(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-1.2-.45-2.3t-1.3-1.95q-.725-.725-1.675-1.175t-2-.525q-.225-.025-.388.137t-.137.388q.075 1.05.538 1.988t1.187 1.662q.85.85 1.938 1.313T12 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 19q1.2 0 2.3-.45t1.95-1.3q.725-.725 1.175-1.675t.525-2q.025-.225-.137-.387t-.388-.138q-1.05.075-1.987.525t-1.663 1.175q-.85.85-1.312 1.95T12 19m-8 3q-.825 0-1.412-.587T2 20V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v16q0 .825-.587 1.413T20 22zm0-2h16V4H4zm0 0V4z"/></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-1.2-.45-2.3t-1.3-1.95q-.725-.725-1.675-1.175t-2-.525q-.225-.025-.388.137t-.137.388q.075 1.05.538 1.988t1.187 1.662q.85.85 1.938 1.313T12 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 19q1.2 0 2.3-.45t1.95-1.3q.725-.725 1.175-1.675t.525-2q.025-.225-.137-.387t-.388-.138q-1.05.075-1.987.525t-1.663 1.175q-.85.85-1.312 1.95T12 19m-8 3q-.825 0-1.412-.587T2 20V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v16q0 .825-.587 1.413T20 22zm0-2h16V4H4zm0 0V4z"/></svg>
</template>

CSS

.icon-yard-outline-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%22M12%2019q0-1.2-.45-2.3t-1.3-1.95q-.725-.725-1.675-1.175t-2-.525q-.225-.025-.388.137t-.137.388q.075%201.05.538%201.988t1.187%201.662q.85.85%201.938%201.313T12%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%2019q1.2%200%202.3-.45t1.95-1.3q.725-.725%201.175-1.675t.525-2q.025-.225-.137-.387t-.388-.138q-1.05.075-1.987.525t-1.663%201.175q-.85.85-1.312%201.95T12%2019m-8%203q-.825%200-1.412-.587T2%2020V4q0-.825.588-1.412T4%202h16q.825%200%201.413.588T22%204v16q0%20.825-.587%201.413T20%2022zm0-2h16V4H4zm0%200V4z%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-1.2-.45-2.3t-1.3-1.95q-.725-.725-1.675-1.175t-2-.525q-.225-.025-.388.137t-.137.388q.075%201.05.538%201.988t1.187%201.662q.85.85%201.938%201.313T12%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%2019q1.2%200%202.3-.45t1.95-1.3q.725-.725%201.175-1.675t.525-2q.025-.225-.137-.387t-.388-.138q-1.05.075-1.987.525t-1.663%201.175q-.85.85-1.312%201.95T12%2019m-8%203q-.825%200-1.412-.587T2%2020V4q0-.825.588-1.412T4%202h16q.825%200%201.413.588T22%204v16q0%20.825-.587%201.413T20%2022zm0-2h16V4H4zm0%200V4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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