outline yard icon
outline-yard from Google Material Icons by Material Design Authors · Baseline · Search · Apache-2.0 Free for personal and commercial use.
- Name
- outline-yard
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Search
- Viewbox
- 24×24
- License
- Apache 2.0
More search icons from Google Material Icons
baseline-bathroombaseline-bedbaseline-bedroom-babybaseline-bedroom-childbaseline-bedroom-parentbaseline-blenderbaseline-camera-indoorbaseline-camera-outdoorbaseline-chairbaseline-chair-altbaseline-coffeebaseline-coffee-makerbaseline-diningbaseline-door-backbaseline-door-frontbaseline-door-slidingbaseline-doorbellbaseline-feedbaseline-flatwarebaseline-garagebaseline-lightbaseline-livingbaseline-manage-searchbaseline-podcasts
Use the outline yard icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 13c-3.31 0-6 2.69-6 6c3.31 0 6-2.69 6-6M6 13c0 3.31 2.69 6 6 6c0-3.31-2.69-6-6-6m2-1.97a1.562 1.562 0 0 0 2.45 1.28l-.01.12c0 .86.7 1.56 1.56 1.56s1.56-.7 1.56-1.56l-.01-.12c.25.17.56.28.89.28c.86 0 1.56-.7 1.56-1.56c0-.62-.37-1.16-.89-1.41c.52-.24.89-.78.89-1.4a1.562 1.562 0 0 0-2.45-1.28l.01-.12c0-.86-.7-1.56-1.56-1.56s-1.56.7-1.56 1.56l.01.12A1.562 1.562 0 0 0 8 8.22c0 .62.37 1.16.89 1.41c-.52.24-.89.78-.89 1.4m4-2.97c.86 0 1.56.7 1.56 1.56s-.7 1.56-1.56 1.56s-1.56-.7-1.56-1.56s.7-1.56 1.56-1.56M20 4v16H4V4zm0-2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlineYard(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 13c-3.31 0-6 2.69-6 6c3.31 0 6-2.69 6-6M6 13c0 3.31 2.69 6 6 6c0-3.31-2.69-6-6-6m2-1.97a1.562 1.562 0 0 0 2.45 1.28l-.01.12c0 .86.7 1.56 1.56 1.56s1.56-.7 1.56-1.56l-.01-.12c.25.17.56.28.89.28c.86 0 1.56-.7 1.56-1.56c0-.62-.37-1.16-.89-1.41c.52-.24.89-.78.89-1.4a1.562 1.562 0 0 0-2.45-1.28l.01-.12c0-.86-.7-1.56-1.56-1.56s-1.56.7-1.56 1.56l.01.12A1.562 1.562 0 0 0 8 8.22c0 .62.37 1.16.89 1.41c-.52.24-.89.78-.89 1.4m4-2.97c.86 0 1.56.7 1.56 1.56s-.7 1.56-1.56 1.56s-1.56-.7-1.56-1.56s.7-1.56 1.56-1.56M20 4v16H4V4zm0-2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2"/></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 13c-3.31 0-6 2.69-6 6c3.31 0 6-2.69 6-6M6 13c0 3.31 2.69 6 6 6c0-3.31-2.69-6-6-6m2-1.97a1.562 1.562 0 0 0 2.45 1.28l-.01.12c0 .86.7 1.56 1.56 1.56s1.56-.7 1.56-1.56l-.01-.12c.25.17.56.28.89.28c.86 0 1.56-.7 1.56-1.56c0-.62-.37-1.16-.89-1.41c.52-.24.89-.78.89-1.4a1.562 1.562 0 0 0-2.45-1.28l.01-.12c0-.86-.7-1.56-1.56-1.56s-1.56.7-1.56 1.56l.01.12A1.562 1.562 0 0 0 8 8.22c0 .62.37 1.16.89 1.41c-.52.24-.89.78-.89 1.4m4-2.97c.86 0 1.56.7 1.56 1.56s-.7 1.56-1.56 1.56s-1.56-.7-1.56-1.56s.7-1.56 1.56-1.56M20 4v16H4V4zm0-2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2"/></svg> </template>
CSS
.icon-outline-yard {
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%2013c-3.31%200-6%202.69-6%206c3.31%200%206-2.69%206-6M6%2013c0%203.31%202.69%206%206%206c0-3.31-2.69-6-6-6m2-1.97a1.562%201.562%200%200%200%202.45%201.28l-.01.12c0%20.86.7%201.56%201.56%201.56s1.56-.7%201.56-1.56l-.01-.12c.25.17.56.28.89.28c.86%200%201.56-.7%201.56-1.56c0-.62-.37-1.16-.89-1.41c.52-.24.89-.78.89-1.4a1.562%201.562%200%200%200-2.45-1.28l.01-.12c0-.86-.7-1.56-1.56-1.56s-1.56.7-1.56%201.56l.01.12A1.562%201.562%200%200%200%208%208.22c0%20.62.37%201.16.89%201.41c-.52.24-.89.78-.89%201.4m4-2.97c.86%200%201.56.7%201.56%201.56s-.7%201.56-1.56%201.56s-1.56-.7-1.56-1.56s.7-1.56%201.56-1.56M20%204v16H4V4zm0-2H4c-1.1%200-2%20.9-2%202v16c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2%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%2013c-3.31%200-6%202.69-6%206c3.31%200%206-2.69%206-6M6%2013c0%203.31%202.69%206%206%206c0-3.31-2.69-6-6-6m2-1.97a1.562%201.562%200%200%200%202.45%201.28l-.01.12c0%20.86.7%201.56%201.56%201.56s1.56-.7%201.56-1.56l-.01-.12c.25.17.56.28.89.28c.86%200%201.56-.7%201.56-1.56c0-.62-.37-1.16-.89-1.41c.52-.24.89-.78.89-1.4a1.562%201.562%200%200%200-2.45-1.28l.01-.12c0-.86-.7-1.56-1.56-1.56s-1.56.7-1.56%201.56l.01.12A1.562%201.562%200%200%200%208%208.22c0%20.62.37%201.16.89%201.41c-.52.24-.89.78-.89%201.4m4-2.97c.86%200%201.56.7%201.56%201.56s-.7%201.56-1.56%201.56s-1.56-.7-1.56-1.56s.7-1.56%201.56-1.56M20%204v16H4V4zm0-2H4c-1.1%200-2%20.9-2%202v16c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-yard.svg?color=%231a73e8&size=48