diagonal line icon

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

Name
diagonal-line
Set
Material Symbols
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
diagonal-line-outline, diagonal-line-outline-rounded, diagonal-line-outline-sharp, diagonal-line-rounded, diagonal-line-sharp

The same icon in other sets

More text icons from Material Symbols

Use the diagonal line icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 22q-1.25 0-2.125-.875T16 19q0-.35.075-.675t.225-.625l-10-10q-.3.15-.625.225T5 8q-1.25 0-2.125-.875T2 5t.875-2.125T5 2t2.125.875T8 5q0 .35-.075.675T7.7 6.3l10 10q.3-.15.625-.225T19 16q1.25 0 2.125.875T22 19t-.875 2.125T19 22"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDiagonalLine(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="M19 22q-1.25 0-2.125-.875T16 19q0-.35.075-.675t.225-.625l-10-10q-.3.15-.625.225T5 8q-1.25 0-2.125-.875T2 5t.875-2.125T5 2t2.125.875T8 5q0 .35-.075.675T7.7 6.3l10 10q.3-.15.625-.225T19 16q1.25 0 2.125.875T22 19t-.875 2.125T19 22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 22q-1.25 0-2.125-.875T16 19q0-.35.075-.675t.225-.625l-10-10q-.3.15-.625.225T5 8q-1.25 0-2.125-.875T2 5t.875-2.125T5 2t2.125.875T8 5q0 .35-.075.675T7.7 6.3l10 10q.3-.15.625-.225T19 16q1.25 0 2.125.875T22 19t-.875 2.125T19 22"/></svg>
</template>

CSS

.icon-diagonal-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%22M19%2022q-1.25%200-2.125-.875T16%2019q0-.35.075-.675t.225-.625l-10-10q-.3.15-.625.225T5%208q-1.25%200-2.125-.875T2%205t.875-2.125T5%202t2.125.875T8%205q0%20.35-.075.675T7.7%206.3l10%2010q.3-.15.625-.225T19%2016q1.25%200%202.125.875T22%2019t-.875%202.125T19%2022%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%22M19%2022q-1.25%200-2.125-.875T16%2019q0-.35.075-.675t.225-.625l-10-10q-.3.15-.625.225T5%208q-1.25%200-2.125-.875T2%205t.875-2.125T5%202t2.125.875T8%205q0%20.35-.075.675T7.7%206.3l10%2010q.3-.15.625-.225T19%2016q1.25%200%202.125.875T22%2019t-.875%202.125T19%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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