all-inclusive from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
all-inclusive
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
forever

The same icon in other sets

Related icons in Material Design Icons

Use the 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.99C3.53 15.38 2 13.87 2 12s1.53-3.38 3.4-3.38c.91 0 1.76.35 2.44 1.03l1.13 1l1.53-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.53l7.03-6.24c.64-.64 1.49-.99 2.4-.99c1.87 0 3.4 1.51 3.4 3.38s-1.53 3.38-3.4 3.38c-.9 0-1.76-.35-2.44-1.03L15 13.34l-1.5 1.34l1.28 1.12a5.4 5.4 0 0 0 3.82 1.57c2.98 0 5.4-2.41 5.4-5.37c0-3-2.42-5.38-5.4-5.38"/></svg>

React

import type { SVGProps } from "react";

export function MdiAllInclusive(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.99C3.53 15.38 2 13.87 2 12s1.53-3.38 3.4-3.38c.91 0 1.76.35 2.44 1.03l1.13 1l1.53-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.53l7.03-6.24c.64-.64 1.49-.99 2.4-.99c1.87 0 3.4 1.51 3.4 3.38s-1.53 3.38-3.4 3.38c-.9 0-1.76-.35-2.44-1.03L15 13.34l-1.5 1.34l1.28 1.12a5.4 5.4 0 0 0 3.82 1.57c2.98 0 5.4-2.41 5.4-5.37c0-3-2.42-5.38-5.4-5.38"/></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.99C3.53 15.38 2 13.87 2 12s1.53-3.38 3.4-3.38c.91 0 1.76.35 2.44 1.03l1.13 1l1.53-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.53l7.03-6.24c.64-.64 1.49-.99 2.4-.99c1.87 0 3.4 1.51 3.4 3.38s-1.53 3.38-3.4 3.38c-.9 0-1.76-.35-2.44-1.03L15 13.34l-1.5 1.34l1.28 1.12a5.4 5.4 0 0 0 3.82 1.57c2.98 0 5.4-2.41 5.4-5.37c0-3-2.42-5.38-5.4-5.38"/></svg>
</template>

CSS

.icon-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.99C3.53%2015.38%202%2013.87%202%2012s1.53-3.38%203.4-3.38c.91%200%201.76.35%202.44%201.03l1.13%201l1.53-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.53l7.03-6.24c.64-.64%201.49-.99%202.4-.99c1.87%200%203.4%201.51%203.4%203.38s-1.53%203.38-3.4%203.38c-.9%200-1.76-.35-2.44-1.03L15%2013.34l-1.5%201.34l1.28%201.12a5.4%205.4%200%200%200%203.82%201.57c2.98%200%205.4-2.41%205.4-5.37c0-3-2.42-5.38-5.4-5.38%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.99C3.53%2015.38%202%2013.87%202%2012s1.53-3.38%203.4-3.38c.91%200%201.76.35%202.44%201.03l1.13%201l1.53-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.53l7.03-6.24c.64-.64%201.49-.99%202.4-.99c1.87%200%203.4%201.51%203.4%203.38s-1.53%203.38-3.4%203.38c-.9%200-1.76-.35-2.44-1.03L15%2013.34l-1.5%201.34l1.28%201.12a5.4%205.4%200%200%200%203.82%201.57c2.98%200%205.4-2.41%205.4-5.37c0-3-2.42-5.38-5.4-5.38%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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