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

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

1 other variant in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

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="m3.135 17.135l5.306-5.306q.459-.46 1.136-.46t1.137.46l2.401 2.402q.193.192.462.183q.27-.01.442-.222l1.925-2.226l-5.888-5.445q-.192-.173-.442-.163t-.423.183l-5.325 5.325q-.152.151-.356.161t-.375-.161t-.171-.366t.17-.365l5.343-5.343q.46-.46 1.103-.481q.643-.022 1.128.431l5.93 5.456l3.589-4.134q.14-.172.338-.172q.196 0 .362.147q.14.14.153.326q.012.185-.128.35l-3.575 4.154l3.496 3.227q.177.146.187.356t-.162.38q-.146.147-.35.157q-.204.009-.375-.131l-3.484-3.216l-1.943 2.239q-.46.535-1.155.562q-.697.028-1.206-.481l-2.366-2.366q-.173-.173-.442-.173t-.442.173l-5.27 5.27q-.151.151-.355.161t-.375-.161t-.171-.366t.17-.365"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLineAxisRounded(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="m3.135 17.135l5.306-5.306q.459-.46 1.136-.46t1.137.46l2.401 2.402q.193.192.462.183q.27-.01.442-.222l1.925-2.226l-5.888-5.445q-.192-.173-.442-.163t-.423.183l-5.325 5.325q-.152.151-.356.161t-.375-.161t-.171-.366t.17-.365l5.343-5.343q.46-.46 1.103-.481q.643-.022 1.128.431l5.93 5.456l3.589-4.134q.14-.172.338-.172q.196 0 .362.147q.14.14.153.326q.012.185-.128.35l-3.575 4.154l3.496 3.227q.177.146.187.356t-.162.38q-.146.147-.35.157q-.204.009-.375-.131l-3.484-3.216l-1.943 2.239q-.46.535-1.155.562q-.697.028-1.206-.481l-2.366-2.366q-.173-.173-.442-.173t-.442.173l-5.27 5.27q-.151.151-.355.161t-.375-.161t-.171-.366t.17-.365"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.135 17.135l5.306-5.306q.459-.46 1.136-.46t1.137.46l2.401 2.402q.193.192.462.183q.27-.01.442-.222l1.925-2.226l-5.888-5.445q-.192-.173-.442-.163t-.423.183l-5.325 5.325q-.152.151-.356.161t-.375-.161t-.171-.366t.17-.365l5.343-5.343q.46-.46 1.103-.481q.643-.022 1.128.431l5.93 5.456l3.589-4.134q.14-.172.338-.172q.196 0 .362.147q.14.14.153.326q.012.185-.128.35l-3.575 4.154l3.496 3.227q.177.146.187.356t-.162.38q-.146.147-.35.157q-.204.009-.375-.131l-3.484-3.216l-1.943 2.239q-.46.535-1.155.562q-.697.028-1.206-.481l-2.366-2.366q-.173-.173-.442-.173t-.442.173l-5.27 5.27q-.151.151-.355.161t-.375-.161t-.171-.366t.17-.365"/></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%22m3.135%2017.135l5.306-5.306q.459-.46%201.136-.46t1.137.46l2.401%202.402q.193.192.462.183q.27-.01.442-.222l1.925-2.226l-5.888-5.445q-.192-.173-.442-.163t-.423.183l-5.325%205.325q-.152.151-.356.161t-.375-.161t-.171-.366t.17-.365l5.343-5.343q.46-.46%201.103-.481q.643-.022%201.128.431l5.93%205.456l3.589-4.134q.14-.172.338-.172q.196%200%20.362.147q.14.14.153.326q.012.185-.128.35l-3.575%204.154l3.496%203.227q.177.146.187.356t-.162.38q-.146.147-.35.157q-.204.009-.375-.131l-3.484-3.216l-1.943%202.239q-.46.535-1.155.562q-.697.028-1.206-.481l-2.366-2.366q-.173-.173-.442-.173t-.442.173l-5.27%205.27q-.151.151-.355.161t-.375-.161t-.171-.366t.17-.365%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%22m3.135%2017.135l5.306-5.306q.459-.46%201.136-.46t1.137.46l2.401%202.402q.193.192.462.183q.27-.01.442-.222l1.925-2.226l-5.888-5.445q-.192-.173-.442-.163t-.423.183l-5.325%205.325q-.152.151-.356.161t-.375-.161t-.171-.366t.17-.365l5.343-5.343q.46-.46%201.103-.481q.643-.022%201.128.431l5.93%205.456l3.589-4.134q.14-.172.338-.172q.196%200%20.362.147q.14.14.153.326q.012.185-.128.35l-3.575%204.154l3.496%203.227q.177.146.187.356t-.162.38q-.146.147-.35.157q-.204.009-.375-.131l-3.484-3.216l-1.943%202.239q-.46.535-1.155.562q-.697.028-1.206-.481l-2.366-2.366q-.173-.173-.442-.173t-.442.173l-5.27%205.27q-.151.151-.355.161t-.375-.161t-.171-.366t.17-.365%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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