shape line icon
shape-line-sharp from Material Symbols by Google · Sharp · Text · Apache-2.0 Free for personal and commercial use.
- Name
- shape-line-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
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 11m8 12v-9h9v9zm3.725-15.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 MaterialSymbolsShapeLineSharp(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 11m8 12v-9h9v9zm3.725-15.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 11m8 12v-9h9v9zm3.725-15.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-sharp {
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%2011m8%2012v-9h9v9zm3.725-15.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%2011m8%2012v-9h9v9zm3.725-15.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-sharp.svg?color=%231a73e8&size=48