all inclusive icon

all-inclusive from Material Symbols by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.

Name
all-inclusive
Set
Material Symbols
Style
Regular
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
all-inclusive-outline, all-inclusive-outline-rounded, all-inclusive-outline-sharp, all-inclusive-rounded, all-inclusive-sharp

The same icon in other sets

More actions icons from Material Symbols

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="M5.5 17.5q-2.3 0-3.9-1.6T0 12t1.6-3.9t3.9-1.6q.925 0 1.775.325T8.8 7.75l1.7 1.55L9 10.65l-1.55-1.4q-.4-.35-.9-.55T5.5 8.5q-1.45 0-2.475 1.025T2 12t1.025 2.475T5.5 15.5q.55 0 1.05-.2t.9-.55l7.75-7q.675-.6 1.525-.925T18.5 6.5q2.3 0 3.9 1.6T24 12t-1.6 3.9t-3.9 1.6q-.925 0-1.775-.325T15.2 16.25l-1.7-1.55l1.5-1.35l1.55 1.4q.4.35.9.55t1.05.2q1.45 0 2.475-1.025T22 12t-1.025-2.475T18.5 8.5q-.55 0-1.05.2t-.9.55l-7.75 7q-.675.6-1.525.925T5.5 17.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAllInclusive(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="M5.5 17.5q-2.3 0-3.9-1.6T0 12t1.6-3.9t3.9-1.6q.925 0 1.775.325T8.8 7.75l1.7 1.55L9 10.65l-1.55-1.4q-.4-.35-.9-.55T5.5 8.5q-1.45 0-2.475 1.025T2 12t1.025 2.475T5.5 15.5q.55 0 1.05-.2t.9-.55l7.75-7q.675-.6 1.525-.925T18.5 6.5q2.3 0 3.9 1.6T24 12t-1.6 3.9t-3.9 1.6q-.925 0-1.775-.325T15.2 16.25l-1.7-1.55l1.5-1.35l1.55 1.4q.4.35.9.55t1.05.2q1.45 0 2.475-1.025T22 12t-1.025-2.475T18.5 8.5q-.55 0-1.05.2t-.9.55l-7.75 7q-.675.6-1.525.925T5.5 17.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.5 17.5q-2.3 0-3.9-1.6T0 12t1.6-3.9t3.9-1.6q.925 0 1.775.325T8.8 7.75l1.7 1.55L9 10.65l-1.55-1.4q-.4-.35-.9-.55T5.5 8.5q-1.45 0-2.475 1.025T2 12t1.025 2.475T5.5 15.5q.55 0 1.05-.2t.9-.55l7.75-7q.675-.6 1.525-.925T18.5 6.5q2.3 0 3.9 1.6T24 12t-1.6 3.9t-3.9 1.6q-.925 0-1.775-.325T15.2 16.25l-1.7-1.55l1.5-1.35l1.55 1.4q.4.35.9.55t1.05.2q1.45 0 2.475-1.025T22 12t-1.025-2.475T18.5 8.5q-.55 0-1.05.2t-.9.55l-7.75 7q-.675.6-1.525.925T5.5 17.5"/></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%22M5.5%2017.5q-2.3%200-3.9-1.6T0%2012t1.6-3.9t3.9-1.6q.925%200%201.775.325T8.8%207.75l1.7%201.55L9%2010.65l-1.55-1.4q-.4-.35-.9-.55T5.5%208.5q-1.45%200-2.475%201.025T2%2012t1.025%202.475T5.5%2015.5q.55%200%201.05-.2t.9-.55l7.75-7q.675-.6%201.525-.925T18.5%206.5q2.3%200%203.9%201.6T24%2012t-1.6%203.9t-3.9%201.6q-.925%200-1.775-.325T15.2%2016.25l-1.7-1.55l1.5-1.35l1.55%201.4q.4.35.9.55t1.05.2q1.45%200%202.475-1.025T22%2012t-1.025-2.475T18.5%208.5q-.55%200-1.05.2t-.9.55l-7.75%207q-.675.6-1.525.925T5.5%2017.5%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%22M5.5%2017.5q-2.3%200-3.9-1.6T0%2012t1.6-3.9t3.9-1.6q.925%200%201.775.325T8.8%207.75l1.7%201.55L9%2010.65l-1.55-1.4q-.4-.35-.9-.55T5.5%208.5q-1.45%200-2.475%201.025T2%2012t1.025%202.475T5.5%2015.5q.55%200%201.05-.2t.9-.55l7.75-7q.675-.6%201.525-.925T18.5%206.5q2.3%200%203.9%201.6T24%2012t-1.6%203.9t-3.9%201.6q-.925%200-1.775-.325T15.2%2016.25l-1.7-1.55l1.5-1.35l1.55%201.4q.4.35.9.55t1.05.2q1.45%200%202.475-1.025T22%2012t-1.025-2.475T18.5%208.5q-.55%200-1.05.2t-.9.55l-7.75%207q-.675.6-1.525.925T5.5%2017.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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