line style icon
line-style-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- line-style-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- line-style-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 line style icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.975 20q-.425 0-.7-.288T3 19t.3-.712t.725-.288t.7.288T5 19t-.3.713t-.725.287m4 0q-.425 0-.7-.288T7 19t.3-.712t.725-.288t.7.288T9 19t-.3.713t-.725.287m4 0q-.425 0-.7-.288T11 19t.288-.712T12 18t.713.288T13 19t-.3.713t-.725.287M16 20q-.425 0-.712-.288T15 19t.3-.712t.725-.288t.7.288T17 19t-.288.713T16 20m4 0q-.425 0-.712-.288T19 19t.288-.712T20 18t.713.288T21 19t-.288.713T20 20M3.975 16q-.425 0-.7-.288T3 15t.288-.712T4 14h3.025q.425 0 .7.288T8 15t-.288.713T7 16zm6.5 0q-.425 0-.7-.288T9.5 15t.288-.712T10.5 14h3.025q.425 0 .7.288T14.5 15t-.288.713T13.5 16zm6.5 0q-.425 0-.7-.288T16 15t.288-.712T17 14h3.025q.425 0 .7.288T21 15t-.288.713T20 16zm-13-4q-.425 0-.7-.288T3 11t.288-.712T4 10h6.025q.425 0 .7.288T11 11t-.288.713T10 12zm10 0q-.425 0-.7-.288T13 11t.288-.712T14 10h6.025q.425 0 .7.288T21 11t-.288.713T20 12zM4 8q-.425 0-.712-.288T3 7V5q0-.425.288-.712T4 4h16q.425 0 .713.288T21 5v2q0 .425-.288.713T20 8z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLineStyleRounded(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.975 20q-.425 0-.7-.288T3 19t.3-.712t.725-.288t.7.288T5 19t-.3.713t-.725.287m4 0q-.425 0-.7-.288T7 19t.3-.712t.725-.288t.7.288T9 19t-.3.713t-.725.287m4 0q-.425 0-.7-.288T11 19t.288-.712T12 18t.713.288T13 19t-.3.713t-.725.287M16 20q-.425 0-.712-.288T15 19t.3-.712t.725-.288t.7.288T17 19t-.288.713T16 20m4 0q-.425 0-.712-.288T19 19t.288-.712T20 18t.713.288T21 19t-.288.713T20 20M3.975 16q-.425 0-.7-.288T3 15t.288-.712T4 14h3.025q.425 0 .7.288T8 15t-.288.713T7 16zm6.5 0q-.425 0-.7-.288T9.5 15t.288-.712T10.5 14h3.025q.425 0 .7.288T14.5 15t-.288.713T13.5 16zm6.5 0q-.425 0-.7-.288T16 15t.288-.712T17 14h3.025q.425 0 .7.288T21 15t-.288.713T20 16zm-13-4q-.425 0-.7-.288T3 11t.288-.712T4 10h6.025q.425 0 .7.288T11 11t-.288.713T10 12zm10 0q-.425 0-.7-.288T13 11t.288-.712T14 10h6.025q.425 0 .7.288T21 11t-.288.713T20 12zM4 8q-.425 0-.712-.288T3 7V5q0-.425.288-.712T4 4h16q.425 0 .713.288T21 5v2q0 .425-.288.713T20 8z"/></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.975 20q-.425 0-.7-.288T3 19t.3-.712t.725-.288t.7.288T5 19t-.3.713t-.725.287m4 0q-.425 0-.7-.288T7 19t.3-.712t.725-.288t.7.288T9 19t-.3.713t-.725.287m4 0q-.425 0-.7-.288T11 19t.288-.712T12 18t.713.288T13 19t-.3.713t-.725.287M16 20q-.425 0-.712-.288T15 19t.3-.712t.725-.288t.7.288T17 19t-.288.713T16 20m4 0q-.425 0-.712-.288T19 19t.288-.712T20 18t.713.288T21 19t-.288.713T20 20M3.975 16q-.425 0-.7-.288T3 15t.288-.712T4 14h3.025q.425 0 .7.288T8 15t-.288.713T7 16zm6.5 0q-.425 0-.7-.288T9.5 15t.288-.712T10.5 14h3.025q.425 0 .7.288T14.5 15t-.288.713T13.5 16zm6.5 0q-.425 0-.7-.288T16 15t.288-.712T17 14h3.025q.425 0 .7.288T21 15t-.288.713T20 16zm-13-4q-.425 0-.7-.288T3 11t.288-.712T4 10h6.025q.425 0 .7.288T11 11t-.288.713T10 12zm10 0q-.425 0-.7-.288T13 11t.288-.712T14 10h6.025q.425 0 .7.288T21 11t-.288.713T20 12zM4 8q-.425 0-.712-.288T3 7V5q0-.425.288-.712T4 4h16q.425 0 .713.288T21 5v2q0 .425-.288.713T20 8z"/></svg> </template>
CSS
.icon-line-style-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.975%2020q-.425%200-.7-.288T3%2019t.3-.712t.725-.288t.7.288T5%2019t-.3.713t-.725.287m4%200q-.425%200-.7-.288T7%2019t.3-.712t.725-.288t.7.288T9%2019t-.3.713t-.725.287m4%200q-.425%200-.7-.288T11%2019t.288-.712T12%2018t.713.288T13%2019t-.3.713t-.725.287M16%2020q-.425%200-.712-.288T15%2019t.3-.712t.725-.288t.7.288T17%2019t-.288.713T16%2020m4%200q-.425%200-.712-.288T19%2019t.288-.712T20%2018t.713.288T21%2019t-.288.713T20%2020M3.975%2016q-.425%200-.7-.288T3%2015t.288-.712T4%2014h3.025q.425%200%20.7.288T8%2015t-.288.713T7%2016zm6.5%200q-.425%200-.7-.288T9.5%2015t.288-.712T10.5%2014h3.025q.425%200%20.7.288T14.5%2015t-.288.713T13.5%2016zm6.5%200q-.425%200-.7-.288T16%2015t.288-.712T17%2014h3.025q.425%200%20.7.288T21%2015t-.288.713T20%2016zm-13-4q-.425%200-.7-.288T3%2011t.288-.712T4%2010h6.025q.425%200%20.7.288T11%2011t-.288.713T10%2012zm10%200q-.425%200-.7-.288T13%2011t.288-.712T14%2010h6.025q.425%200%20.7.288T21%2011t-.288.713T20%2012zM4%208q-.425%200-.712-.288T3%207V5q0-.425.288-.712T4%204h16q.425%200%20.713.288T21%205v2q0%20.425-.288.713T20%208z%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.975%2020q-.425%200-.7-.288T3%2019t.3-.712t.725-.288t.7.288T5%2019t-.3.713t-.725.287m4%200q-.425%200-.7-.288T7%2019t.3-.712t.725-.288t.7.288T9%2019t-.3.713t-.725.287m4%200q-.425%200-.7-.288T11%2019t.288-.712T12%2018t.713.288T13%2019t-.3.713t-.725.287M16%2020q-.425%200-.712-.288T15%2019t.3-.712t.725-.288t.7.288T17%2019t-.288.713T16%2020m4%200q-.425%200-.712-.288T19%2019t.288-.712T20%2018t.713.288T21%2019t-.288.713T20%2020M3.975%2016q-.425%200-.7-.288T3%2015t.288-.712T4%2014h3.025q.425%200%20.7.288T8%2015t-.288.713T7%2016zm6.5%200q-.425%200-.7-.288T9.5%2015t.288-.712T10.5%2014h3.025q.425%200%20.7.288T14.5%2015t-.288.713T13.5%2016zm6.5%200q-.425%200-.7-.288T16%2015t.288-.712T17%2014h3.025q.425%200%20.7.288T21%2015t-.288.713T20%2016zm-13-4q-.425%200-.7-.288T3%2011t.288-.712T4%2010h6.025q.425%200%20.7.288T11%2011t-.288.713T10%2012zm10%200q-.425%200-.7-.288T13%2011t.288-.712T14%2010h6.025q.425%200%20.7.288T21%2011t-.288.713T20%2012zM4%208q-.425%200-.712-.288T3%207V5q0-.425.288-.712T4%204h16q.425%200%20.713.288T21%205v2q0%20.425-.288.713T20%208z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/line-style-rounded.svg?color=%231a73e8&size=48