shape-line from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
shape-line
Set
Material Symbols Light
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
shape-line-rounded

3 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

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.006 10q-1.658 0-2.832-1.17T2 6.003q0-1.679 1.17-2.84Q4.338 2 5.997 2q1.679 0 2.84 1.158Q10 4.317 10 5.994q0 1.658-1.158 2.832Q7.683 10 6.006 10m10.61 12q-.667 0-1.141-.475T15 20.386v-3.77q0-.666.475-1.14t1.14-.475h3.77q.666 0 1.14.475t.475 1.14v3.77q0 .666-.475 1.14t-1.14.475zm.609-14.511L7.489 17.2q.125.223.202.486q.078.262.078.545q0 .833-.573 1.416q-.574.584-1.422.584q-.832 0-1.418-.584t-.587-1.418q0-.85.584-1.424q.583-.574 1.416-.574q.283 0 .546.078q.262.077.485.202l9.712-9.736q-.125-.223-.203-.474q-.078-.25-.078-.532q0-.85.584-1.425t1.417-.575q.85 0 1.425.574q.574.574.574 1.422q0 .831-.575 1.418t-1.425.586q-.281 0-.532-.078q-.251-.077-.474-.202"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightShapeLine(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.006 10q-1.658 0-2.832-1.17T2 6.003q0-1.679 1.17-2.84Q4.338 2 5.997 2q1.679 0 2.84 1.158Q10 4.317 10 5.994q0 1.658-1.158 2.832Q7.683 10 6.006 10m10.61 12q-.667 0-1.141-.475T15 20.386v-3.77q0-.666.475-1.14t1.14-.475h3.77q.666 0 1.14.475t.475 1.14v3.77q0 .666-.475 1.14t-1.14.475zm.609-14.511L7.489 17.2q.125.223.202.486q.078.262.078.545q0 .833-.573 1.416q-.574.584-1.422.584q-.832 0-1.418-.584t-.587-1.418q0-.85.584-1.424q.583-.574 1.416-.574q.283 0 .546.078q.262.077.485.202l9.712-9.736q-.125-.223-.203-.474q-.078-.25-.078-.532q0-.85.584-1.425t1.417-.575q.85 0 1.425.574q.574.574.574 1.422q0 .831-.575 1.418t-1.425.586q-.281 0-.532-.078q-.251-.077-.474-.202"/></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.006 10q-1.658 0-2.832-1.17T2 6.003q0-1.679 1.17-2.84Q4.338 2 5.997 2q1.679 0 2.84 1.158Q10 4.317 10 5.994q0 1.658-1.158 2.832Q7.683 10 6.006 10m10.61 12q-.667 0-1.141-.475T15 20.386v-3.77q0-.666.475-1.14t1.14-.475h3.77q.666 0 1.14.475t.475 1.14v3.77q0 .666-.475 1.14t-1.14.475zm.609-14.511L7.489 17.2q.125.223.202.486q.078.262.078.545q0 .833-.573 1.416q-.574.584-1.422.584q-.832 0-1.418-.584t-.587-1.418q0-.85.584-1.424q.583-.574 1.416-.574q.283 0 .546.078q.262.077.485.202l9.712-9.736q-.125-.223-.203-.474q-.078-.25-.078-.532q0-.85.584-1.425t1.417-.575q.85 0 1.425.574q.574.574.574 1.422q0 .831-.575 1.418t-1.425.586q-.281 0-.532-.078q-.251-.077-.474-.202"/></svg>
</template>

CSS

.icon-shape-line {
  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.006%2010q-1.658%200-2.832-1.17T2%206.003q0-1.679%201.17-2.84Q4.338%202%205.997%202q1.679%200%202.84%201.158Q10%204.317%2010%205.994q0%201.658-1.158%202.832Q7.683%2010%206.006%2010m10.61%2012q-.667%200-1.141-.475T15%2020.386v-3.77q0-.666.475-1.14t1.14-.475h3.77q.666%200%201.14.475t.475%201.14v3.77q0%20.666-.475%201.14t-1.14.475zm.609-14.511L7.489%2017.2q.125.223.202.486q.078.262.078.545q0%20.833-.573%201.416q-.574.584-1.422.584q-.832%200-1.418-.584t-.587-1.418q0-.85.584-1.424q.583-.574%201.416-.574q.283%200%20.546.078q.262.077.485.202l9.712-9.736q-.125-.223-.203-.474q-.078-.25-.078-.532q0-.85.584-1.425t1.417-.575q.85%200%201.425.574q.574.574.574%201.422q0%20.831-.575%201.418t-1.425.586q-.281%200-.532-.078q-.251-.077-.474-.202%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.006%2010q-1.658%200-2.832-1.17T2%206.003q0-1.679%201.17-2.84Q4.338%202%205.997%202q1.679%200%202.84%201.158Q10%204.317%2010%205.994q0%201.658-1.158%202.832Q7.683%2010%206.006%2010m10.61%2012q-.667%200-1.141-.475T15%2020.386v-3.77q0-.666.475-1.14t1.14-.475h3.77q.666%200%201.14.475t.475%201.14v3.77q0%20.666-.475%201.14t-1.14.475zm.609-14.511L7.489%2017.2q.125.223.202.486q.078.262.078.545q0%20.833-.573%201.416q-.574.584-1.422.584q-.832%200-1.418-.584t-.587-1.418q0-.85.584-1.424q.583-.574%201.416-.574q.283%200%20.546.078q.262.077.485.202l9.712-9.736q-.125-.223-.203-.474q-.078-.25-.078-.532q0-.85.584-1.425t1.417-.575q.85%200%201.425.574q.574.574.574%201.422q0%20.831-.575%201.418t-1.425.586q-.281%200-.532-.078q-.251-.077-.474-.202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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