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

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

1 other variant in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the format overline icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.192 4.5q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h11.616q.212 0 .356.144t.144.357t-.144.356t-.356.143zm1.336 13.972q-1.836-1.837-1.836-4.473T7.53 9.528T12 7.692t4.471 1.836T18.308 14t-1.836 4.472T12 20.308t-4.472-1.836m8.15-.794q1.514-1.514 1.514-3.678t-1.514-3.678T12 8.808t-3.678 1.514T6.808 14t1.514 3.678Q9.837 19.192 12 19.192t3.678-1.514"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFormatOverlineRounded(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="M6.192 4.5q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h11.616q.212 0 .356.144t.144.357t-.144.356t-.356.143zm1.336 13.972q-1.836-1.837-1.836-4.473T7.53 9.528T12 7.692t4.471 1.836T18.308 14t-1.836 4.472T12 20.308t-4.472-1.836m8.15-.794q1.514-1.514 1.514-3.678t-1.514-3.678T12 8.808t-3.678 1.514T6.808 14t1.514 3.678Q9.837 19.192 12 19.192t3.678-1.514"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.192 4.5q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h11.616q.212 0 .356.144t.144.357t-.144.356t-.356.143zm1.336 13.972q-1.836-1.837-1.836-4.473T7.53 9.528T12 7.692t4.471 1.836T18.308 14t-1.836 4.472T12 20.308t-4.472-1.836m8.15-.794q1.514-1.514 1.514-3.678t-1.514-3.678T12 8.808t-3.678 1.514T6.808 14t1.514 3.678Q9.837 19.192 12 19.192t3.678-1.514"/></svg>
</template>

CSS

.icon-format-overline-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%22M6.192%204.5q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h11.616q.212%200%20.356.144t.144.357t-.144.356t-.356.143zm1.336%2013.972q-1.836-1.837-1.836-4.473T7.53%209.528T12%207.692t4.471%201.836T18.308%2014t-1.836%204.472T12%2020.308t-4.472-1.836m8.15-.794q1.514-1.514%201.514-3.678t-1.514-3.678T12%208.808t-3.678%201.514T6.808%2014t1.514%203.678Q9.837%2019.192%2012%2019.192t3.678-1.514%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%22M6.192%204.5q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h11.616q.212%200%20.356.144t.144.357t-.144.356t-.356.143zm1.336%2013.972q-1.836-1.837-1.836-4.473T7.53%209.528T12%207.692t4.471%201.836T18.308%2014t-1.836%204.472T12%2020.308t-4.472-1.836m8.15-.794q1.514-1.514%201.514-3.678t-1.514-3.678T12%208.808t-3.678%201.514T6.808%2014t1.514%203.678Q9.837%2019.192%2012%2019.192t3.678-1.514%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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