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

Name
line-curve-outline-rounded
Set
Material Symbols Light
Style
Outline 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-.233 0-.376-.19t-.155-.448q-.046-2.71-1.118-5.085t-2.89-4.155t-4.232-2.874t-5.156-1.237q-.22-.011-.396-.154Q4 5.713 4 5.5t.168-.357t.382-.137q2.962.046 5.57 1.187t4.56 3.084t3.104 4.544t1.191 5.564q.006.252-.118.433T18.5 20"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLineCurveOutlineRounded(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-.233 0-.376-.19t-.155-.448q-.046-2.71-1.118-5.085t-2.89-4.155t-4.232-2.874t-5.156-1.237q-.22-.011-.396-.154Q4 5.713 4 5.5t.168-.357t.382-.137q2.962.046 5.57 1.187t4.56 3.084t3.104 4.544t1.191 5.564q.006.252-.118.433T18.5 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="M18.5 20q-.233 0-.376-.19t-.155-.448q-.046-2.71-1.118-5.085t-2.89-4.155t-4.232-2.874t-5.156-1.237q-.22-.011-.396-.154Q4 5.713 4 5.5t.168-.357t.382-.137q2.962.046 5.57 1.187t4.56 3.084t3.104 4.544t1.191 5.564q.006.252-.118.433T18.5 20"/></svg>
</template>

CSS

.icon-line-curve-outline-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-.233%200-.376-.19t-.155-.448q-.046-2.71-1.118-5.085t-2.89-4.155t-4.232-2.874t-5.156-1.237q-.22-.011-.396-.154Q4%205.713%204%205.5t.168-.357t.382-.137q2.962.046%205.57%201.187t4.56%203.084t3.104%204.544t1.191%205.564q.006.252-.118.433T18.5%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%22M18.5%2020q-.233%200-.376-.19t-.155-.448q-.046-2.71-1.118-5.085t-2.89-4.155t-4.232-2.874t-5.156-1.237q-.22-.011-.396-.154Q4%205.713%204%205.5t.168-.357t.382-.137q2.962.046%205.57%201.187t4.56%203.084t3.104%204.544t1.191%205.564q.006.252-.118.433T18.5%2020%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-outline-rounded.svg?color=%231a73e8&size=48