sharp all inclusive icon

sharp-all-inclusive from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.

Name
sharp-all-inclusive
Set
Google Material Icons
Style
Baseline
Category
Places
Viewbox
24×24
License
Apache 2.0

More places icons from Google Material Icons

Use the sharp all inclusive icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.6 6.62c-1.44 0-2.8.56-3.77 1.53L7.8 14.39c-.64.64-1.49.99-2.4.99c-1.87 0-3.39-1.51-3.39-3.38S3.53 8.62 5.4 8.62c.91 0 1.76.35 2.44 1.03l1.13 1l1.51-1.34L9.22 8.2A5.37 5.37 0 0 0 5.4 6.62C2.42 6.62 0 9.04 0 12s2.42 5.38 5.4 5.38c1.44 0 2.8-.56 3.77-1.53L13.51 12l2.69-2.39c.64-.64 1.49-.99 2.4-.99c1.87 0 3.39 1.51 3.39 3.38s-1.52 3.38-3.39 3.38c-.9 0-1.76-.35-2.44-1.03l-1.14-1.01l-1.51 1.34l1.27 1.12a5.4 5.4 0 0 0 3.82 1.57c2.98 0 5.4-2.41 5.4-5.38s-2.42-5.37-5.4-5.37"/></svg>

React

import type { SVGProps } from "react";

export function IcSharpAllInclusive(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.6 6.62c-1.44 0-2.8.56-3.77 1.53L7.8 14.39c-.64.64-1.49.99-2.4.99c-1.87 0-3.39-1.51-3.39-3.38S3.53 8.62 5.4 8.62c.91 0 1.76.35 2.44 1.03l1.13 1l1.51-1.34L9.22 8.2A5.37 5.37 0 0 0 5.4 6.62C2.42 6.62 0 9.04 0 12s2.42 5.38 5.4 5.38c1.44 0 2.8-.56 3.77-1.53L13.51 12l2.69-2.39c.64-.64 1.49-.99 2.4-.99c1.87 0 3.39 1.51 3.39 3.38s-1.52 3.38-3.39 3.38c-.9 0-1.76-.35-2.44-1.03l-1.14-1.01l-1.51 1.34l1.27 1.12a5.4 5.4 0 0 0 3.82 1.57c2.98 0 5.4-2.41 5.4-5.38s-2.42-5.37-5.4-5.37"/></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.6 6.62c-1.44 0-2.8.56-3.77 1.53L7.8 14.39c-.64.64-1.49.99-2.4.99c-1.87 0-3.39-1.51-3.39-3.38S3.53 8.62 5.4 8.62c.91 0 1.76.35 2.44 1.03l1.13 1l1.51-1.34L9.22 8.2A5.37 5.37 0 0 0 5.4 6.62C2.42 6.62 0 9.04 0 12s2.42 5.38 5.4 5.38c1.44 0 2.8-.56 3.77-1.53L13.51 12l2.69-2.39c.64-.64 1.49-.99 2.4-.99c1.87 0 3.39 1.51 3.39 3.38s-1.52 3.38-3.39 3.38c-.9 0-1.76-.35-2.44-1.03l-1.14-1.01l-1.51 1.34l1.27 1.12a5.4 5.4 0 0 0 3.82 1.57c2.98 0 5.4-2.41 5.4-5.38s-2.42-5.37-5.4-5.37"/></svg>
</template>

CSS

.icon-sharp-all-inclusive {
  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.6%206.62c-1.44%200-2.8.56-3.77%201.53L7.8%2014.39c-.64.64-1.49.99-2.4.99c-1.87%200-3.39-1.51-3.39-3.38S3.53%208.62%205.4%208.62c.91%200%201.76.35%202.44%201.03l1.13%201l1.51-1.34L9.22%208.2A5.37%205.37%200%200%200%205.4%206.62C2.42%206.62%200%209.04%200%2012s2.42%205.38%205.4%205.38c1.44%200%202.8-.56%203.77-1.53L13.51%2012l2.69-2.39c.64-.64%201.49-.99%202.4-.99c1.87%200%203.39%201.51%203.39%203.38s-1.52%203.38-3.39%203.38c-.9%200-1.76-.35-2.44-1.03l-1.14-1.01l-1.51%201.34l1.27%201.12a5.4%205.4%200%200%200%203.82%201.57c2.98%200%205.4-2.41%205.4-5.38s-2.42-5.37-5.4-5.37%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.6%206.62c-1.44%200-2.8.56-3.77%201.53L7.8%2014.39c-.64.64-1.49.99-2.4.99c-1.87%200-3.39-1.51-3.39-3.38S3.53%208.62%205.4%208.62c.91%200%201.76.35%202.44%201.03l1.13%201l1.51-1.34L9.22%208.2A5.37%205.37%200%200%200%205.4%206.62C2.42%206.62%200%209.04%200%2012s2.42%205.38%205.4%205.38c1.44%200%202.8-.56%203.77-1.53L13.51%2012l2.69-2.39c.64-.64%201.49-.99%202.4-.99c1.87%200%203.39%201.51%203.39%203.38s-1.52%203.38-3.39%203.38c-.9%200-1.76-.35-2.44-1.03l-1.14-1.01l-1.51%201.34l1.27%201.12a5.4%205.4%200%200%200%203.82%201.57c2.98%200%205.4-2.41%205.4-5.38s-2.42-5.37-5.4-5.37%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/sharp-all-inclusive.svg?color=%231a73e8&size=48