format line spacing icon
format-line-spacing-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- format-line-spacing-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- format-line-spacing-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More text icons from Material Symbols
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
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 7.85l-.9.875Q3.825 9 3.413 9T2.7 8.7q-.275-.275-.275-.7t.275-.7l2.6-2.6q.15-.15.325-.212T6 4.425t.375.063t.325.212l2.6 2.6q.275.275.288.688T9.3 8.7q-.275.275-.687.288T7.9 8.725L7 7.85v8.3l.9-.875Q8.175 15 8.588 15t.712.3q.275.275.275.7t-.275.7l-2.6 2.6q-.15.15-.325.213T6 19.575t-.375-.062T5.3 19.3l-2.6-2.6q-.275-.275-.288-.687T2.7 15.3q.275-.275.688-.288t.712.263l.9.875zM13 19q-.425 0-.712-.288T12 18t.288-.712T13 17h8q.425 0 .713.288T22 18t-.288.713T21 19zm0-6q-.425 0-.712-.288T12 12t.288-.712T13 11h8q.425 0 .713.288T22 12t-.288.713T21 13zm0-6q-.425 0-.712-.288T12 6t.288-.712T13 5h8q.425 0 .713.288T22 6t-.288.713T21 7z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFormatLineSpacingRounded(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 7.85l-.9.875Q3.825 9 3.413 9T2.7 8.7q-.275-.275-.275-.7t.275-.7l2.6-2.6q.15-.15.325-.212T6 4.425t.375.063t.325.212l2.6 2.6q.275.275.288.688T9.3 8.7q-.275.275-.687.288T7.9 8.725L7 7.85v8.3l.9-.875Q8.175 15 8.588 15t.712.3q.275.275.275.7t-.275.7l-2.6 2.6q-.15.15-.325.213T6 19.575t-.375-.062T5.3 19.3l-2.6-2.6q-.275-.275-.288-.687T2.7 15.3q.275-.275.688-.288t.712.263l.9.875zM13 19q-.425 0-.712-.288T12 18t.288-.712T13 17h8q.425 0 .713.288T22 18t-.288.713T21 19zm0-6q-.425 0-.712-.288T12 12t.288-.712T13 11h8q.425 0 .713.288T22 12t-.288.713T21 13zm0-6q-.425 0-.712-.288T12 6t.288-.712T13 5h8q.425 0 .713.288T22 6t-.288.713T21 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 7.85l-.9.875Q3.825 9 3.413 9T2.7 8.7q-.275-.275-.275-.7t.275-.7l2.6-2.6q.15-.15.325-.212T6 4.425t.375.063t.325.212l2.6 2.6q.275.275.288.688T9.3 8.7q-.275.275-.687.288T7.9 8.725L7 7.85v8.3l.9-.875Q8.175 15 8.588 15t.712.3q.275.275.275.7t-.275.7l-2.6 2.6q-.15.15-.325.213T6 19.575t-.375-.062T5.3 19.3l-2.6-2.6q-.275-.275-.288-.687T2.7 15.3q.275-.275.688-.288t.712.263l.9.875zM13 19q-.425 0-.712-.288T12 18t.288-.712T13 17h8q.425 0 .713.288T22 18t-.288.713T21 19zm0-6q-.425 0-.712-.288T12 12t.288-.712T13 11h8q.425 0 .713.288T22 12t-.288.713T21 13zm0-6q-.425 0-.712-.288T12 6t.288-.712T13 5h8q.425 0 .713.288T22 6t-.288.713T21 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%207.85l-.9.875Q3.825%209%203.413%209T2.7%208.7q-.275-.275-.275-.7t.275-.7l2.6-2.6q.15-.15.325-.212T6%204.425t.375.063t.325.212l2.6%202.6q.275.275.288.688T9.3%208.7q-.275.275-.687.288T7.9%208.725L7%207.85v8.3l.9-.875Q8.175%2015%208.588%2015t.712.3q.275.275.275.7t-.275.7l-2.6%202.6q-.15.15-.325.213T6%2019.575t-.375-.062T5.3%2019.3l-2.6-2.6q-.275-.275-.288-.687T2.7%2015.3q.275-.275.688-.288t.712.263l.9.875zM13%2019q-.425%200-.712-.288T12%2018t.288-.712T13%2017h8q.425%200%20.713.288T22%2018t-.288.713T21%2019zm0-6q-.425%200-.712-.288T12%2012t.288-.712T13%2011h8q.425%200%20.713.288T22%2012t-.288.713T21%2013zm0-6q-.425%200-.712-.288T12%206t.288-.712T13%205h8q.425%200%20.713.288T22%206t-.288.713T21%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%207.85l-.9.875Q3.825%209%203.413%209T2.7%208.7q-.275-.275-.275-.7t.275-.7l2.6-2.6q.15-.15.325-.212T6%204.425t.375.063t.325.212l2.6%202.6q.275.275.288.688T9.3%208.7q-.275.275-.687.288T7.9%208.725L7%207.85v8.3l.9-.875Q8.175%2015%208.588%2015t.712.3q.275.275.275.7t-.275.7l-2.6%202.6q-.15.15-.325.213T6%2019.575t-.375-.062T5.3%2019.3l-2.6-2.6q-.275-.275-.288-.687T2.7%2015.3q.275-.275.688-.288t.712.263l.9.875zM13%2019q-.425%200-.712-.288T12%2018t.288-.712T13%2017h8q.425%200%20.713.288T22%2018t-.288.713T21%2019zm0-6q-.425%200-.712-.288T12%2012t.288-.712T13%2011h8q.425%200%20.713.288T22%2012t-.288.713T21%2013zm0-6q-.425%200-.712-.288T12%206t.288-.712T13%205h8q.425%200%20.713.288T22%206t-.288.713T21%207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/format-line-spacing-rounded.svg?color=%231a73e8&size=48