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

Name
repartition
Set
Material Symbols Light
Style
Regular
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
repartition-outline, repartition-outline-sharp, repartition-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the repartition icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 13.27v-1h12.808q.92 0 1.556-.636T19 10.077t-.636-1.557t-1.556-.635H4.902l2.177 2.152l-.713.713L3 7.385l3.366-3.366l.713.689l-2.177 2.176h11.906q1.323 0 2.258.935q.934.935.934 2.258t-.935 2.258t-2.257.934zM4 21v-4.962h16V21zm1-1h3.998v-2.962H5zm4.998 0h3.979v-2.962H9.998zm5.004 0H19v-2.962h-3.998z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightRepartition(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="M4 13.27v-1h12.808q.92 0 1.556-.636T19 10.077t-.636-1.557t-1.556-.635H4.902l2.177 2.152l-.713.713L3 7.385l3.366-3.366l.713.689l-2.177 2.176h11.906q1.323 0 2.258.935q.934.935.934 2.258t-.935 2.258t-2.257.934zM4 21v-4.962h16V21zm1-1h3.998v-2.962H5zm4.998 0h3.979v-2.962H9.998zm5.004 0H19v-2.962h-3.998z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 13.27v-1h12.808q.92 0 1.556-.636T19 10.077t-.636-1.557t-1.556-.635H4.902l2.177 2.152l-.713.713L3 7.385l3.366-3.366l.713.689l-2.177 2.176h11.906q1.323 0 2.258.935q.934.935.934 2.258t-.935 2.258t-2.257.934zM4 21v-4.962h16V21zm1-1h3.998v-2.962H5zm4.998 0h3.979v-2.962H9.998zm5.004 0H19v-2.962h-3.998z"/></svg>
</template>

CSS

.icon-repartition {
  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%22M4%2013.27v-1h12.808q.92%200%201.556-.636T19%2010.077t-.636-1.557t-1.556-.635H4.902l2.177%202.152l-.713.713L3%207.385l3.366-3.366l.713.689l-2.177%202.176h11.906q1.323%200%202.258.935q.934.935.934%202.258t-.935%202.258t-2.257.934zM4%2021v-4.962h16V21zm1-1h3.998v-2.962H5zm4.998%200h3.979v-2.962H9.998zm5.004%200H19v-2.962h-3.998z%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%22M4%2013.27v-1h12.808q.92%200%201.556-.636T19%2010.077t-.636-1.557t-1.556-.635H4.902l2.177%202.152l-.713.713L3%207.385l3.366-3.366l.713.689l-2.177%202.176h11.906q1.323%200%202.258.935q.934.935.934%202.258t-.935%202.258t-2.257.934zM4%2021v-4.962h16V21zm1-1h3.998v-2.962H5zm4.998%200h3.979v-2.962H9.998zm5.004%200H19v-2.962h-3.998z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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