round-yard from Google Material Icons by Material Design Authors · Baseline · Search · Apache-2.0 Free for personal and commercial use.

Name
round-yard
Set
Google Material Icons
Style
Baseline
Category
Search
Viewbox
24×24
License
Apache 2.0

More search icons from Google Material Icons

Use the round yard icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 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-2M8 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-2.83 0-5.21-1.97-5.84-4.61c-.18-.74.49-1.4 1.23-1.23C10.03 13.79 12 16.17 12 19c0-2.83 1.97-5.21 4.61-5.84c.74-.18 1.4.49 1.23 1.23A6.015 6.015 0 0 1 12 19"/><circle cx="12" cy="9.62" r="1.56" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundYard(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 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-2M8 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-2.83 0-5.21-1.97-5.84-4.61c-.18-.74.49-1.4 1.23-1.23C10.03 13.79 12 16.17 12 19c0-2.83 1.97-5.21 4.61-5.84c.74-.18 1.4.49 1.23 1.23A6.015 6.015 0 0 1 12 19"/><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="M20 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-2M8 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-2.83 0-5.21-1.97-5.84-4.61c-.18-.74.49-1.4 1.23-1.23C10.03 13.79 12 16.17 12 19c0-2.83 1.97-5.21 4.61-5.84c.74-.18 1.4.49 1.23 1.23A6.015 6.015 0 0 1 12 19"/><circle cx="12" cy="9.62" r="1.56" fill="currentColor"/></svg>
</template>

CSS

.icon-round-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%22M20%202H4c-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-2M8%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-2.83%200-5.21-1.97-5.84-4.61c-.18-.74.49-1.4%201.23-1.23C10.03%2013.79%2012%2016.17%2012%2019c0-2.83%201.97-5.21%204.61-5.84c.74-.18%201.4.49%201.23%201.23A6.015%206.015%200%200%201%2012%2019%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%22M20%202H4c-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-2M8%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-2.83%200-5.21-1.97-5.84-4.61c-.18-.74.49-1.4%201.23-1.23C10.03%2013.79%2012%2016.17%2012%2019c0-2.83%201.97-5.21%204.61-5.84c.74-.18%201.4.49%201.23%201.23A6.015%206.015%200%200%201%2012%2019%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/round-yard.svg?color=%231a73e8&size=48