horizontal distribute icon

horizontal-distribute-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
horizontal-distribute-rounded
Set
Material Symbols Light
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
horizontal-distribute-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the horizontal distribute icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 21q-.214 0-.357-.144T3 20.5v-17q0-.213.144-.356T3.501 3t.356.144T4 3.5v17q0 .213-.144.356T3.499 21m7.794-4.792Q11 15.917 11 15.5v-7q0-.417.291-.708q.291-.292.707-.292t.709.292T13 8.5v7q0 .417-.291.708q-.291.292-.707.292t-.709-.292m8.85 4.648Q20 20.713 20 20.5v-17q0-.213.144-.356T20.501 3t.356.144T21 3.5v17q0 .213-.144.356t-.357.144t-.356-.144"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHorizontalDistributeRounded(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.5 21q-.214 0-.357-.144T3 20.5v-17q0-.213.144-.356T3.501 3t.356.144T4 3.5v17q0 .213-.144.356T3.499 21m7.794-4.792Q11 15.917 11 15.5v-7q0-.417.291-.708q.291-.292.707-.292t.709.292T13 8.5v7q0 .417-.291.708q-.291.292-.707.292t-.709-.292m8.85 4.648Q20 20.713 20 20.5v-17q0-.213.144-.356T20.501 3t.356.144T21 3.5v17q0 .213-.144.356t-.357.144t-.356-.144"/></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.5 21q-.214 0-.357-.144T3 20.5v-17q0-.213.144-.356T3.501 3t.356.144T4 3.5v17q0 .213-.144.356T3.499 21m7.794-4.792Q11 15.917 11 15.5v-7q0-.417.291-.708q.291-.292.707-.292t.709.292T13 8.5v7q0 .417-.291.708q-.291.292-.707.292t-.709-.292m8.85 4.648Q20 20.713 20 20.5v-17q0-.213.144-.356T20.501 3t.356.144T21 3.5v17q0 .213-.144.356t-.357.144t-.356-.144"/></svg>
</template>

CSS

.icon-horizontal-distribute-rounded {
  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.5%2021q-.214%200-.357-.144T3%2020.5v-17q0-.213.144-.356T3.501%203t.356.144T4%203.5v17q0%20.213-.144.356T3.499%2021m7.794-4.792Q11%2015.917%2011%2015.5v-7q0-.417.291-.708q.291-.292.707-.292t.709.292T13%208.5v7q0%20.417-.291.708q-.291.292-.707.292t-.709-.292m8.85%204.648Q20%2020.713%2020%2020.5v-17q0-.213.144-.356T20.501%203t.356.144T21%203.5v17q0%20.213-.144.356t-.357.144t-.356-.144%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.5%2021q-.214%200-.357-.144T3%2020.5v-17q0-.213.144-.356T3.501%203t.356.144T4%203.5v17q0%20.213-.144.356T3.499%2021m7.794-4.792Q11%2015.917%2011%2015.5v-7q0-.417.291-.708q.291-.292.707-.292t.709.292T13%208.5v7q0%20.417-.291.708q-.291.292-.707.292t-.709-.292m8.85%204.648Q20%2020.713%2020%2020.5v-17q0-.213.144-.356T20.501%203t.356.144T21%203.5v17q0%20.213-.144.356t-.357.144t-.356-.144%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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