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

Name
repartition
Set
Material Symbols
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

The same icon in other sets

More ui actions icons from Material Symbols

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="M3 14v-2h14q.825 0 1.413-.587T19 10t-.587-1.412T17 8H5.825l1.6 1.575L6 11L2 7l4-4l1.425 1.4l-1.6 1.6H17q1.65 0 2.825 1.175T21 10t-1.175 2.825T17 14zm0 8v-6h18v6zm2-2h3.325v-2H5zm5.325 0h3.325v-2h-3.325zm5.35 0H19v-2h-3.325z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRepartition(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="M3 14v-2h14q.825 0 1.413-.587T19 10t-.587-1.412T17 8H5.825l1.6 1.575L6 11L2 7l4-4l1.425 1.4l-1.6 1.6H17q1.65 0 2.825 1.175T21 10t-1.175 2.825T17 14zm0 8v-6h18v6zm2-2h3.325v-2H5zm5.325 0h3.325v-2h-3.325zm5.35 0H19v-2h-3.325z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 14v-2h14q.825 0 1.413-.587T19 10t-.587-1.412T17 8H5.825l1.6 1.575L6 11L2 7l4-4l1.425 1.4l-1.6 1.6H17q1.65 0 2.825 1.175T21 10t-1.175 2.825T17 14zm0 8v-6h18v6zm2-2h3.325v-2H5zm5.325 0h3.325v-2h-3.325zm5.35 0H19v-2h-3.325z"/></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%22M3%2014v-2h14q.825%200%201.413-.587T19%2010t-.587-1.412T17%208H5.825l1.6%201.575L6%2011L2%207l4-4l1.425%201.4l-1.6%201.6H17q1.65%200%202.825%201.175T21%2010t-1.175%202.825T17%2014zm0%208v-6h18v6zm2-2h3.325v-2H5zm5.325%200h3.325v-2h-3.325zm5.35%200H19v-2h-3.325z%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%22M3%2014v-2h14q.825%200%201.413-.587T19%2010t-.587-1.412T17%208H5.825l1.6%201.575L6%2011L2%207l4-4l1.425%201.4l-1.6%201.6H17q1.65%200%202.825%201.175T21%2010t-1.175%202.825T17%2014zm0%208v-6h18v6zm2-2h3.325v-2H5zm5.325%200h3.325v-2h-3.325zm5.35%200H19v-2h-3.325z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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