shape line icon
shape-line-outline from Material Symbols by Google · Outline · Text · Apache-2.0 Free for personal and commercial use.
- Name
- shape-line-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- shape-line-outline-rounded
3 other variants 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 shape line icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 11q-2.075 0-3.537-1.463T1 6q0-2.1 1.463-3.55T6 1q2.1 0 3.55 1.45T11 6q0 2.075-1.45 3.538T6 11m0-2q1.275 0 2.138-.875T9 6q0-1.275-.862-2.137T6 3q-1.25 0-2.125.863T3 6q0 1.25.875 2.125T6 9m10 14q-.825 0-1.412-.587T14 21v-5q0-.825.588-1.412T16 14h5q.825 0 1.413.588T23 16v5q0 .825-.587 1.413T21 23zm0-2h5v-5h-5zm1.725-13.3L7.7 17.7q.125.3.212.625T8 19q0 1.25-.862 2.125T5 22q-1.25 0-2.125-.875T2 19q0-1.275.875-2.137T5 16q.35 0 .675.088t.625.212l10-10.025q-.125-.3-.213-.613T16 5q0-1.275.875-2.137T19 2q1.275 0 2.138.863T22 5q0 1.25-.862 2.125T19 8q-.35 0-.663-.088t-.612-.212"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsShapeLineOutline(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="M6 11q-2.075 0-3.537-1.463T1 6q0-2.1 1.463-3.55T6 1q2.1 0 3.55 1.45T11 6q0 2.075-1.45 3.538T6 11m0-2q1.275 0 2.138-.875T9 6q0-1.275-.862-2.137T6 3q-1.25 0-2.125.863T3 6q0 1.25.875 2.125T6 9m10 14q-.825 0-1.412-.587T14 21v-5q0-.825.588-1.412T16 14h5q.825 0 1.413.588T23 16v5q0 .825-.587 1.413T21 23zm0-2h5v-5h-5zm1.725-13.3L7.7 17.7q.125.3.212.625T8 19q0 1.25-.862 2.125T5 22q-1.25 0-2.125-.875T2 19q0-1.275.875-2.137T5 16q.35 0 .675.088t.625.212l10-10.025q-.125-.3-.213-.613T16 5q0-1.275.875-2.137T19 2q1.275 0 2.138.863T22 5q0 1.25-.862 2.125T19 8q-.35 0-.663-.088t-.612-.212"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 11q-2.075 0-3.537-1.463T1 6q0-2.1 1.463-3.55T6 1q2.1 0 3.55 1.45T11 6q0 2.075-1.45 3.538T6 11m0-2q1.275 0 2.138-.875T9 6q0-1.275-.862-2.137T6 3q-1.25 0-2.125.863T3 6q0 1.25.875 2.125T6 9m10 14q-.825 0-1.412-.587T14 21v-5q0-.825.588-1.412T16 14h5q.825 0 1.413.588T23 16v5q0 .825-.587 1.413T21 23zm0-2h5v-5h-5zm1.725-13.3L7.7 17.7q.125.3.212.625T8 19q0 1.25-.862 2.125T5 22q-1.25 0-2.125-.875T2 19q0-1.275.875-2.137T5 16q.35 0 .675.088t.625.212l10-10.025q-.125-.3-.213-.613T16 5q0-1.275.875-2.137T19 2q1.275 0 2.138.863T22 5q0 1.25-.862 2.125T19 8q-.35 0-.663-.088t-.612-.212"/></svg> </template>
CSS
.icon-shape-line-outline {
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%22M6%2011q-2.075%200-3.537-1.463T1%206q0-2.1%201.463-3.55T6%201q2.1%200%203.55%201.45T11%206q0%202.075-1.45%203.538T6%2011m0-2q1.275%200%202.138-.875T9%206q0-1.275-.862-2.137T6%203q-1.25%200-2.125.863T3%206q0%201.25.875%202.125T6%209m10%2014q-.825%200-1.412-.587T14%2021v-5q0-.825.588-1.412T16%2014h5q.825%200%201.413.588T23%2016v5q0%20.825-.587%201.413T21%2023zm0-2h5v-5h-5zm1.725-13.3L7.7%2017.7q.125.3.212.625T8%2019q0%201.25-.862%202.125T5%2022q-1.25%200-2.125-.875T2%2019q0-1.275.875-2.137T5%2016q.35%200%20.675.088t.625.212l10-10.025q-.125-.3-.213-.613T16%205q0-1.275.875-2.137T19%202q1.275%200%202.138.863T22%205q0%201.25-.862%202.125T19%208q-.35%200-.663-.088t-.612-.212%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%22M6%2011q-2.075%200-3.537-1.463T1%206q0-2.1%201.463-3.55T6%201q2.1%200%203.55%201.45T11%206q0%202.075-1.45%203.538T6%2011m0-2q1.275%200%202.138-.875T9%206q0-1.275-.862-2.137T6%203q-1.25%200-2.125.863T3%206q0%201.25.875%202.125T6%209m10%2014q-.825%200-1.412-.587T14%2021v-5q0-.825.588-1.412T16%2014h5q.825%200%201.413.588T23%2016v5q0%20.825-.587%201.413T21%2023zm0-2h5v-5h-5zm1.725-13.3L7.7%2017.7q.125.3.212.625T8%2019q0%201.25-.862%202.125T5%2022q-1.25%200-2.125-.875T2%2019q0-1.275.875-2.137T5%2016q.35%200%20.675.088t.625.212l10-10.025q-.125-.3-.213-.613T16%205q0-1.275.875-2.137T19%202q1.275%200%202.138.863T22%205q0%201.25-.862%202.125T19%208q-.35%200-.663-.088t-.612-.212%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/shape-line-outline.svg?color=%231a73e8&size=48