format line spacing icon

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

Name
format-line-spacing-rounded
Set
Material Symbols Light
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
format-line-spacing-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the format line spacing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.808 6.927l-1.746 1.74q-.14.14-.342.15q-.2.01-.366-.156q-.16-.159-.16-.353t.16-.354l2.388-2.388q.131-.131.268-.184q.136-.053.298-.053t.298.053t.267.184l2.389 2.388q.14.14.152.341t-.152.367q-.16.16-.352.162q-.19.003-.356-.157l-1.746-1.74v10.146l1.746-1.74q.14-.14.341-.15t.366.156q.16.159.16.353t-.16.354l-2.388 2.389q-.13.13-.267.183t-.298.053t-.299-.053q-.136-.052-.267-.183l-2.388-2.389q-.14-.14-.153-.341t.153-.366q.16-.16.35-.163q.192-.003.357.157l1.747 1.74zM12.866 18q-.195 0-.338-.143t-.144-.357t.144-.357q.143-.143.357-.143h7.519q.252 0 .424.172t.172.424t-.191.434q-.192.181-.443.181zm.019-5.5q-.214 0-.357-.143q-.144-.143-.144-.357t.144-.357t.357-.143H20.5q.214 0 .357.143T21 12t-.143.357t-.357.143zm0-5.5q-.214 0-.357-.153q-.144-.153-.144-.366t.134-.347t.347-.134l7.52-.212q.252 0 .433.172q.182.173.182.424q0 .252-.182.434T20.385 7z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFormatLineSpacingRounded(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.808 6.927l-1.746 1.74q-.14.14-.342.15q-.2.01-.366-.156q-.16-.159-.16-.353t.16-.354l2.388-2.388q.131-.131.268-.184q.136-.053.298-.053t.298.053t.267.184l2.389 2.388q.14.14.152.341t-.152.367q-.16.16-.352.162q-.19.003-.356-.157l-1.746-1.74v10.146l1.746-1.74q.14-.14.341-.15t.366.156q.16.159.16.353t-.16.354l-2.388 2.389q-.13.13-.267.183t-.298.053t-.299-.053q-.136-.052-.267-.183l-2.388-2.389q-.14-.14-.153-.341t.153-.366q.16-.16.35-.163q.192-.003.357.157l1.747 1.74zM12.866 18q-.195 0-.338-.143t-.144-.357t.144-.357q.143-.143.357-.143h7.519q.252 0 .424.172t.172.424t-.191.434q-.192.181-.443.181zm.019-5.5q-.214 0-.357-.143q-.144-.143-.144-.357t.144-.357t.357-.143H20.5q.214 0 .357.143T21 12t-.143.357t-.357.143zm0-5.5q-.214 0-.357-.153q-.144-.153-.144-.366t.134-.347t.347-.134l7.52-.212q.252 0 .433.172q.182.173.182.424q0 .252-.182.434T20.385 7z"/></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.808 6.927l-1.746 1.74q-.14.14-.342.15q-.2.01-.366-.156q-.16-.159-.16-.353t.16-.354l2.388-2.388q.131-.131.268-.184q.136-.053.298-.053t.298.053t.267.184l2.389 2.388q.14.14.152.341t-.152.367q-.16.16-.352.162q-.19.003-.356-.157l-1.746-1.74v10.146l1.746-1.74q.14-.14.341-.15t.366.156q.16.159.16.353t-.16.354l-2.388 2.389q-.13.13-.267.183t-.298.053t-.299-.053q-.136-.052-.267-.183l-2.388-2.389q-.14-.14-.153-.341t.153-.366q.16-.16.35-.163q.192-.003.357.157l1.747 1.74zM12.866 18q-.195 0-.338-.143t-.144-.357t.144-.357q.143-.143.357-.143h7.519q.252 0 .424.172t.172.424t-.191.434q-.192.181-.443.181zm.019-5.5q-.214 0-.357-.143q-.144-.143-.144-.357t.144-.357t.357-.143H20.5q.214 0 .357.143T21 12t-.143.357t-.357.143zm0-5.5q-.214 0-.357-.153q-.144-.153-.144-.366t.134-.347t.347-.134l7.52-.212q.252 0 .433.172q.182.173.182.424q0 .252-.182.434T20.385 7z"/></svg>
</template>

CSS

.icon-format-line-spacing-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%22m5.808%206.927l-1.746%201.74q-.14.14-.342.15q-.2.01-.366-.156q-.16-.159-.16-.353t.16-.354l2.388-2.388q.131-.131.268-.184q.136-.053.298-.053t.298.053t.267.184l2.389%202.388q.14.14.152.341t-.152.367q-.16.16-.352.162q-.19.003-.356-.157l-1.746-1.74v10.146l1.746-1.74q.14-.14.341-.15t.366.156q.16.159.16.353t-.16.354l-2.388%202.389q-.13.13-.267.183t-.298.053t-.299-.053q-.136-.052-.267-.183l-2.388-2.389q-.14-.14-.153-.341t.153-.366q.16-.16.35-.163q.192-.003.357.157l1.747%201.74zM12.866%2018q-.195%200-.338-.143t-.144-.357t.144-.357q.143-.143.357-.143h7.519q.252%200%20.424.172t.172.424t-.191.434q-.192.181-.443.181zm.019-5.5q-.214%200-.357-.143q-.144-.143-.144-.357t.144-.357t.357-.143H20.5q.214%200%20.357.143T21%2012t-.143.357t-.357.143zm0-5.5q-.214%200-.357-.153q-.144-.153-.144-.366t.134-.347t.347-.134l7.52-.212q.252%200%20.433.172q.182.173.182.424q0%20.252-.182.434T20.385%207z%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.808%206.927l-1.746%201.74q-.14.14-.342.15q-.2.01-.366-.156q-.16-.159-.16-.353t.16-.354l2.388-2.388q.131-.131.268-.184q.136-.053.298-.053t.298.053t.267.184l2.389%202.388q.14.14.152.341t-.152.367q-.16.16-.352.162q-.19.003-.356-.157l-1.746-1.74v10.146l1.746-1.74q.14-.14.341-.15t.366.156q.16.159.16.353t-.16.354l-2.388%202.389q-.13.13-.267.183t-.298.053t-.299-.053q-.136-.052-.267-.183l-2.388-2.389q-.14-.14-.153-.341t.153-.366q.16-.16.35-.163q.192-.003.357.157l1.747%201.74zM12.866%2018q-.195%200-.338-.143t-.144-.357t.144-.357q.143-.143.357-.143h7.519q.252%200%20.424.172t.172.424t-.191.434q-.192.181-.443.181zm.019-5.5q-.214%200-.357-.143q-.144-.143-.144-.357t.144-.357t.357-.143H20.5q.214%200%20.357.143T21%2012t-.143.357t-.357.143zm0-5.5q-.214%200-.357-.153q-.144-.153-.144-.366t.134-.347t.347-.134l7.52-.212q.252%200%20.433.172q.182.173.182.424q0%20.252-.182.434T20.385%207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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