sharp yard icon
sharp-yard from Google Material Icons by Material Design Authors · Baseline · Search · Apache-2.0 Free for personal and commercial use.
- Name
- sharp-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 sharp yard icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 2H2v20h20zM8 8.22a1.562 1.562 0 0 1 2.45-1.28l-.01-.12c0-.86.7-1.56 1.56-1.56s1.56.7 1.56 1.56l-.01.12A1.562 1.562 0 0 1 16 8.22c0 .62-.37 1.16-.89 1.4c.52.25.89.79.89 1.41c0 .86-.7 1.56-1.56 1.56c-.33 0-.64-.11-.89-.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 1 8 11.03c0-.62.37-1.16.89-1.4C8.37 9.38 8 8.84 8 8.22M12 19c-3.31 0-6-2.69-6-6c3.31 0 6 2.69 6 6c0-3.31 2.69-6 6-6c0 3.31-2.69 6-6 6"/><circle cx="12" cy="9.62" r="1.56" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IcSharpYard(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="M22 2H2v20h20zM8 8.22a1.562 1.562 0 0 1 2.45-1.28l-.01-.12c0-.86.7-1.56 1.56-1.56s1.56.7 1.56 1.56l-.01.12A1.562 1.562 0 0 1 16 8.22c0 .62-.37 1.16-.89 1.4c.52.25.89.79.89 1.41c0 .86-.7 1.56-1.56 1.56c-.33 0-.64-.11-.89-.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 1 8 11.03c0-.62.37-1.16.89-1.4C8.37 9.38 8 8.84 8 8.22M12 19c-3.31 0-6-2.69-6-6c3.31 0 6 2.69 6 6c0-3.31 2.69-6 6-6c0 3.31-2.69 6-6 6"/><circle cx="12" cy="9.62" r="1.56" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 2H2v20h20zM8 8.22a1.562 1.562 0 0 1 2.45-1.28l-.01-.12c0-.86.7-1.56 1.56-1.56s1.56.7 1.56 1.56l-.01.12A1.562 1.562 0 0 1 16 8.22c0 .62-.37 1.16-.89 1.4c.52.25.89.79.89 1.41c0 .86-.7 1.56-1.56 1.56c-.33 0-.64-.11-.89-.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 1 8 11.03c0-.62.37-1.16.89-1.4C8.37 9.38 8 8.84 8 8.22M12 19c-3.31 0-6-2.69-6-6c3.31 0 6 2.69 6 6c0-3.31 2.69-6 6-6c0 3.31-2.69 6-6 6"/><circle cx="12" cy="9.62" r="1.56" fill="currentColor"/></svg> </template>
CSS
.icon-sharp-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%22M22%202H2v20h20zM8%208.22a1.562%201.562%200%200%201%202.45-1.28l-.01-.12c0-.86.7-1.56%201.56-1.56s1.56.7%201.56%201.56l-.01.12A1.562%201.562%200%200%201%2016%208.22c0%20.62-.37%201.16-.89%201.4c.52.25.89.79.89%201.41c0%20.86-.7%201.56-1.56%201.56c-.33%200-.64-.11-.89-.28l.01.12c0%20.86-.7%201.56-1.56%201.56s-1.56-.7-1.56-1.56l.01-.12A1.562%201.562%200%200%201%208%2011.03c0-.62.37-1.16.89-1.4C8.37%209.38%208%208.84%208%208.22M12%2019c-3.31%200-6-2.69-6-6c3.31%200%206%202.69%206%206c0-3.31%202.69-6%206-6c0%203.31-2.69%206-6%206%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%229.62%22%20r%3D%221.56%22%20fill%3D%22currentColor%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%22M22%202H2v20h20zM8%208.22a1.562%201.562%200%200%201%202.45-1.28l-.01-.12c0-.86.7-1.56%201.56-1.56s1.56.7%201.56%201.56l-.01.12A1.562%201.562%200%200%201%2016%208.22c0%20.62-.37%201.16-.89%201.4c.52.25.89.79.89%201.41c0%20.86-.7%201.56-1.56%201.56c-.33%200-.64-.11-.89-.28l.01.12c0%20.86-.7%201.56-1.56%201.56s-1.56-.7-1.56-1.56l.01-.12A1.562%201.562%200%200%201%208%2011.03c0-.62.37-1.16.89-1.4C8.37%209.38%208%208.84%208%208.22M12%2019c-3.31%200-6-2.69-6-6c3.31%200%206%202.69%206%206c0-3.31%202.69-6%206-6c0%203.31-2.69%206-6%206%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%229.62%22%20r%3D%221.56%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/sharp-yard.svg?color=%231a73e8&size=48