round repartition icon

round-repartition from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
round-repartition
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the round 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.5 21h15c.83 0 1.5-.67 1.5-1.5v-3c0-.83-.67-1.5-1.5-1.5h-15c-.83 0-1.5.67-1.5 1.5v3c0 .83.67 1.5 1.5 1.5m5.83-2v-2h3.33v2zM19 19h-3.33v-2H19zM5 17h3.33v2H5zm1.71-7.71c.39-.39.39-1.02 0-1.42L5.83 7h11.06c1 0 1.92.68 2.08 1.66C19.18 9.91 18.21 11 17 11H4c-.55 0-1 .45-1 1s.45 1 1 1h12.82c2.09 0 3.96-1.52 4.16-3.6C21.21 7.02 19.34 5 17 5H5.83l.88-.88c.39-.39.39-1.02 0-1.42a.996.996 0 0 0-1.41 0L2.71 5.29a.996.996 0 0 0 0 1.41L5.3 9.29c.38.39 1.02.39 1.41 0"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundRepartition(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.5 21h15c.83 0 1.5-.67 1.5-1.5v-3c0-.83-.67-1.5-1.5-1.5h-15c-.83 0-1.5.67-1.5 1.5v3c0 .83.67 1.5 1.5 1.5m5.83-2v-2h3.33v2zM19 19h-3.33v-2H19zM5 17h3.33v2H5zm1.71-7.71c.39-.39.39-1.02 0-1.42L5.83 7h11.06c1 0 1.92.68 2.08 1.66C19.18 9.91 18.21 11 17 11H4c-.55 0-1 .45-1 1s.45 1 1 1h12.82c2.09 0 3.96-1.52 4.16-3.6C21.21 7.02 19.34 5 17 5H5.83l.88-.88c.39-.39.39-1.02 0-1.42a.996.996 0 0 0-1.41 0L2.71 5.29a.996.996 0 0 0 0 1.41L5.3 9.29c.38.39 1.02.39 1.41 0"/></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.5 21h15c.83 0 1.5-.67 1.5-1.5v-3c0-.83-.67-1.5-1.5-1.5h-15c-.83 0-1.5.67-1.5 1.5v3c0 .83.67 1.5 1.5 1.5m5.83-2v-2h3.33v2zM19 19h-3.33v-2H19zM5 17h3.33v2H5zm1.71-7.71c.39-.39.39-1.02 0-1.42L5.83 7h11.06c1 0 1.92.68 2.08 1.66C19.18 9.91 18.21 11 17 11H4c-.55 0-1 .45-1 1s.45 1 1 1h12.82c2.09 0 3.96-1.52 4.16-3.6C21.21 7.02 19.34 5 17 5H5.83l.88-.88c.39-.39.39-1.02 0-1.42a.996.996 0 0 0-1.41 0L2.71 5.29a.996.996 0 0 0 0 1.41L5.3 9.29c.38.39 1.02.39 1.41 0"/></svg>
</template>

CSS

.icon-round-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.5%2021h15c.83%200%201.5-.67%201.5-1.5v-3c0-.83-.67-1.5-1.5-1.5h-15c-.83%200-1.5.67-1.5%201.5v3c0%20.83.67%201.5%201.5%201.5m5.83-2v-2h3.33v2zM19%2019h-3.33v-2H19zM5%2017h3.33v2H5zm1.71-7.71c.39-.39.39-1.02%200-1.42L5.83%207h11.06c1%200%201.92.68%202.08%201.66C19.18%209.91%2018.21%2011%2017%2011H4c-.55%200-1%20.45-1%201s.45%201%201%201h12.82c2.09%200%203.96-1.52%204.16-3.6C21.21%207.02%2019.34%205%2017%205H5.83l.88-.88c.39-.39.39-1.02%200-1.42a.996.996%200%200%200-1.41%200L2.71%205.29a.996.996%200%200%200%200%201.41L5.3%209.29c.38.39%201.02.39%201.41%200%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.5%2021h15c.83%200%201.5-.67%201.5-1.5v-3c0-.83-.67-1.5-1.5-1.5h-15c-.83%200-1.5.67-1.5%201.5v3c0%20.83.67%201.5%201.5%201.5m5.83-2v-2h3.33v2zM19%2019h-3.33v-2H19zM5%2017h3.33v2H5zm1.71-7.71c.39-.39.39-1.02%200-1.42L5.83%207h11.06c1%200%201.92.68%202.08%201.66C19.18%209.91%2018.21%2011%2017%2011H4c-.55%200-1%20.45-1%201s.45%201%201%201h12.82c2.09%200%203.96-1.52%204.16-3.6C21.21%207.02%2019.34%205%2017%205H5.83l.88-.88c.39-.39.39-1.02%200-1.42a.996.996%200%200%200-1.41%200L2.71%205.29a.996.996%200%200%200%200%201.41L5.3%209.29c.38.39%201.02.39%201.41%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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