line-axis-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
line-axis-rounded
Set
Material Symbols
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
line-axis-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the line axis icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.75 16.75l5.325-5.325q.575-.575 1.425-.575t1.425.575L13.5 14l1.675-1.9l-5.6-5.175L4.25 12.25q-.325.325-.75.325t-.75-.325t-.325-.75t.325-.75l5.4-5.4q.575-.575 1.362-.587T10.9 5.3l5.7 5.225l3.3-3.75q.275-.325.713-.325t.737.3q.275.275.288.663t-.263.687l-3.325 3.75l3.15 2.9q.35.3.35.75t-.325.775q-.3.3-.725.3t-.75-.275l-3.1-2.85l-1.75 1.95q-.575.65-1.425.688T12 15.5L9.5 13l-5.25 5.25q-.325.325-.75.325t-.75-.325t-.325-.75t.325-.75"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLineAxisRounded(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="m2.75 16.75l5.325-5.325q.575-.575 1.425-.575t1.425.575L13.5 14l1.675-1.9l-5.6-5.175L4.25 12.25q-.325.325-.75.325t-.75-.325t-.325-.75t.325-.75l5.4-5.4q.575-.575 1.362-.587T10.9 5.3l5.7 5.225l3.3-3.75q.275-.325.713-.325t.737.3q.275.275.288.663t-.263.687l-3.325 3.75l3.15 2.9q.35.3.35.75t-.325.775q-.3.3-.725.3t-.75-.275l-3.1-2.85l-1.75 1.95q-.575.65-1.425.688T12 15.5L9.5 13l-5.25 5.25q-.325.325-.75.325t-.75-.325t-.325-.75t.325-.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.75 16.75l5.325-5.325q.575-.575 1.425-.575t1.425.575L13.5 14l1.675-1.9l-5.6-5.175L4.25 12.25q-.325.325-.75.325t-.75-.325t-.325-.75t.325-.75l5.4-5.4q.575-.575 1.362-.587T10.9 5.3l5.7 5.225l3.3-3.75q.275-.325.713-.325t.737.3q.275.275.288.663t-.263.687l-3.325 3.75l3.15 2.9q.35.3.35.75t-.325.775q-.3.3-.725.3t-.75-.275l-3.1-2.85l-1.75 1.95q-.575.65-1.425.688T12 15.5L9.5 13l-5.25 5.25q-.325.325-.75.325t-.75-.325t-.325-.75t.325-.75"/></svg>
</template>

CSS

.icon-line-axis-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%22m2.75%2016.75l5.325-5.325q.575-.575%201.425-.575t1.425.575L13.5%2014l1.675-1.9l-5.6-5.175L4.25%2012.25q-.325.325-.75.325t-.75-.325t-.325-.75t.325-.75l5.4-5.4q.575-.575%201.362-.587T10.9%205.3l5.7%205.225l3.3-3.75q.275-.325.713-.325t.737.3q.275.275.288.663t-.263.687l-3.325%203.75l3.15%202.9q.35.3.35.75t-.325.775q-.3.3-.725.3t-.75-.275l-3.1-2.85l-1.75%201.95q-.575.65-1.425.688T12%2015.5L9.5%2013l-5.25%205.25q-.325.325-.75.325t-.75-.325t-.325-.75t.325-.75%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%22m2.75%2016.75l5.325-5.325q.575-.575%201.425-.575t1.425.575L13.5%2014l1.675-1.9l-5.6-5.175L4.25%2012.25q-.325.325-.75.325t-.75-.325t-.325-.75t.325-.75l5.4-5.4q.575-.575%201.362-.587T10.9%205.3l5.7%205.225l3.3-3.75q.275-.325.713-.325t.737.3q.275.275.288.663t-.263.687l-3.325%203.75l3.15%202.9q.35.3.35.75t-.325.775q-.3.3-.725.3t-.75-.275l-3.1-2.85l-1.75%201.95q-.575.65-1.425.688T12%2015.5L9.5%2013l-5.25%205.25q-.325.325-.75.325t-.75-.325t-.325-.75t.325-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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