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

Name
all-inclusive
Set
Material Symbols Light
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 Light

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 17q-2.091 0-3.545-1.454T.5 12.002t1.455-3.546T5.5 7q.823 0 1.58.296t1.374.838l2.123 1.82l-.77.657l-2.01-1.746q-.478-.404-1.074-.634Q6.127 8 5.499 8Q3.842 8 2.67 9.172Q1.5 10.345 1.5 12.003q0 1.659 1.171 2.828T5.499 16q.628 0 1.224-.23q.596-.232 1.073-.636l7.75-7q.598-.561 1.361-.848T18.5 7q2.091 0 3.546 1.454t1.454 3.544t-1.455 3.546T18.5 17q-.829 0-1.573-.306t-1.38-.828l-2.085-1.82l.73-.677l2.012 1.766q.477.427 1.073.646t1.225.219q1.656 0 2.827-1.172q1.171-1.173 1.171-2.831t-1.171-2.828T18.501 8q-.628 0-1.224.23q-.596.232-1.073.636l-7.75 7q-.598.561-1.361.848T5.5 17"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAllInclusive(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 17q-2.091 0-3.545-1.454T.5 12.002t1.455-3.546T5.5 7q.823 0 1.58.296t1.374.838l2.123 1.82l-.77.657l-2.01-1.746q-.478-.404-1.074-.634Q6.127 8 5.499 8Q3.842 8 2.67 9.172Q1.5 10.345 1.5 12.003q0 1.659 1.171 2.828T5.499 16q.628 0 1.224-.23q.596-.232 1.073-.636l7.75-7q.598-.561 1.361-.848T18.5 7q2.091 0 3.546 1.454t1.454 3.544t-1.455 3.546T18.5 17q-.829 0-1.573-.306t-1.38-.828l-2.085-1.82l.73-.677l2.012 1.766q.477.427 1.073.646t1.225.219q1.656 0 2.827-1.172q1.171-1.173 1.171-2.831t-1.171-2.828T18.501 8q-.628 0-1.224.23q-.596.232-1.073.636l-7.75 7q-.598.561-1.361.848T5.5 17"/></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 17q-2.091 0-3.545-1.454T.5 12.002t1.455-3.546T5.5 7q.823 0 1.58.296t1.374.838l2.123 1.82l-.77.657l-2.01-1.746q-.478-.404-1.074-.634Q6.127 8 5.499 8Q3.842 8 2.67 9.172Q1.5 10.345 1.5 12.003q0 1.659 1.171 2.828T5.499 16q.628 0 1.224-.23q.596-.232 1.073-.636l7.75-7q.598-.561 1.361-.848T18.5 7q2.091 0 3.546 1.454t1.454 3.544t-1.455 3.546T18.5 17q-.829 0-1.573-.306t-1.38-.828l-2.085-1.82l.73-.677l2.012 1.766q.477.427 1.073.646t1.225.219q1.656 0 2.827-1.172q1.171-1.173 1.171-2.831t-1.171-2.828T18.501 8q-.628 0-1.224.23q-.596.232-1.073.636l-7.75 7q-.598.561-1.361.848T5.5 17"/></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%2017q-2.091%200-3.545-1.454T.5%2012.002t1.455-3.546T5.5%207q.823%200%201.58.296t1.374.838l2.123%201.82l-.77.657l-2.01-1.746q-.478-.404-1.074-.634Q6.127%208%205.499%208Q3.842%208%202.67%209.172Q1.5%2010.345%201.5%2012.003q0%201.659%201.171%202.828T5.499%2016q.628%200%201.224-.23q.596-.232%201.073-.636l7.75-7q.598-.561%201.361-.848T18.5%207q2.091%200%203.546%201.454t1.454%203.544t-1.455%203.546T18.5%2017q-.829%200-1.573-.306t-1.38-.828l-2.085-1.82l.73-.677l2.012%201.766q.477.427%201.073.646t1.225.219q1.656%200%202.827-1.172q1.171-1.173%201.171-2.831t-1.171-2.828T18.501%208q-.628%200-1.224.23q-.596.232-1.073.636l-7.75%207q-.598.561-1.361.848T5.5%2017%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%2017q-2.091%200-3.545-1.454T.5%2012.002t1.455-3.546T5.5%207q.823%200%201.58.296t1.374.838l2.123%201.82l-.77.657l-2.01-1.746q-.478-.404-1.074-.634Q6.127%208%205.499%208Q3.842%208%202.67%209.172Q1.5%2010.345%201.5%2012.003q0%201.659%201.171%202.828T5.499%2016q.628%200%201.224-.23q.596-.232%201.073-.636l7.75-7q.598-.561%201.361-.848T18.5%207q2.091%200%203.546%201.454t1.454%203.544t-1.455%203.546T18.5%2017q-.829%200-1.573-.306t-1.38-.828l-2.085-1.82l.73-.677l2.012%201.766q.477.427%201.073.646t1.225.219q1.656%200%202.827-1.172q1.171-1.173%201.171-2.831t-1.171-2.828T18.501%208q-.628%200-1.224.23q-.596.232-1.073.636l-7.75%207q-.598.561-1.361.848T5.5%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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