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

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

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

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="M19 20q-.425 0-.712-.325t-.338-.775q-.2-2.575-1.263-4.825t-2.775-3.962T9.95 7.325T5.15 6.05q-.45-.05-.8-.337T4 5t.313-.712t.737-.263q3 .2 5.638 1.438T15.325 8.7t3.238 4.65T19.975 19q.025.425-.262.713T19 20"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLineCurveRounded(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 20q-.425 0-.712-.325t-.338-.775q-.2-2.575-1.263-4.825t-2.775-3.962T9.95 7.325T5.15 6.05q-.45-.05-.8-.337T4 5t.313-.712t.737-.263q3 .2 5.638 1.438T15.325 8.7t3.238 4.65T19.975 19q.025.425-.262.713T19 20"/></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 20q-.425 0-.712-.325t-.338-.775q-.2-2.575-1.263-4.825t-2.775-3.962T9.95 7.325T5.15 6.05q-.45-.05-.8-.337T4 5t.313-.712t.737-.263q3 .2 5.638 1.438T15.325 8.7t3.238 4.65T19.975 19q.025.425-.262.713T19 20"/></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%22M19%2020q-.425%200-.712-.325t-.338-.775q-.2-2.575-1.263-4.825t-2.775-3.962T9.95%207.325T5.15%206.05q-.45-.05-.8-.337T4%205t.313-.712t.737-.263q3%20.2%205.638%201.438T15.325%208.7t3.238%204.65T19.975%2019q.025.425-.262.713T19%2020%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%2020q-.425%200-.712-.325t-.338-.775q-.2-2.575-1.263-4.825t-2.775-3.962T9.95%207.325T5.15%206.05q-.45-.05-.8-.337T4%205t.313-.712t.737-.263q3%20.2%205.638%201.438T15.325%208.7t3.238%204.65T19.975%2019q.025.425-.262.713T19%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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