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

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

2 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the line curve icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 20q-.252 0-.385-.161q-.134-.162-.146-.477q-.046-2.671-1.128-5.027t-2.89-4.155q-1.809-1.8-4.232-2.913T4.573 6.011Q4.411 6 4.206 5.885Q4 5.771 4 5.5t.197-.385t.353-.11q2.942.047 5.541 1.227t4.561 3.141t3.122 4.554t1.201 5.458q.006.31-.109.462q-.114.153-.366.153"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLineCurveRounded(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="M18.5 20q-.252 0-.385-.161q-.134-.162-.146-.477q-.046-2.671-1.128-5.027t-2.89-4.155q-1.809-1.8-4.232-2.913T4.573 6.011Q4.411 6 4.206 5.885Q4 5.771 4 5.5t.197-.385t.353-.11q2.942.047 5.541 1.227t4.561 3.141t3.122 4.554t1.201 5.458q.006.31-.109.462q-.114.153-.366.153"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 20q-.252 0-.385-.161q-.134-.162-.146-.477q-.046-2.671-1.128-5.027t-2.89-4.155q-1.809-1.8-4.232-2.913T4.573 6.011Q4.411 6 4.206 5.885Q4 5.771 4 5.5t.197-.385t.353-.11q2.942.047 5.541 1.227t4.561 3.141t3.122 4.554t1.201 5.458q.006.31-.109.462q-.114.153-.366.153"/></svg>
</template>

CSS

.icon-line-curve-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%22M18.5%2020q-.252%200-.385-.161q-.134-.162-.146-.477q-.046-2.671-1.128-5.027t-2.89-4.155q-1.809-1.8-4.232-2.913T4.573%206.011Q4.411%206%204.206%205.885Q4%205.771%204%205.5t.197-.385t.353-.11q2.942.047%205.541%201.227t4.561%203.141t3.122%204.554t1.201%205.458q.006.31-.109.462q-.114.153-.366.153%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%22M18.5%2020q-.252%200-.385-.161q-.134-.162-.146-.477q-.046-2.671-1.128-5.027t-2.89-4.155q-1.809-1.8-4.232-2.913T4.573%206.011Q4.411%206%204.206%205.885Q4%205.771%204%205.5t.197-.385t.353-.11q2.942.047%205.541%201.227t4.561%203.141t3.122%204.554t1.201%205.458q.006.31-.109.462q-.114.153-.366.153%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-curve-rounded.svg?color=%231a73e8&size=48