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

Name
format-clear-rounded
Set
Material Symbols Light
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
format-clear-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 clear icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.546 9.966l-.94-.941l.788-1.904H9.78q-.21-.075-.355-.24t-.22-.335q-.11-.205.018-.433t.419-.228H18.5q.26 0 .438.178t.178.437t-.178.438t-.438.178h-4.742zM18.985 20.4l-7.62-7.638l-2.138 5.044q-.079.175-.226.28t-.347.106q-.338 0-.52-.28q-.18-.281-.047-.589l2.344-5.496l-7.023-7.004q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l15.576 15.577q.14.14.15.345t-.15.363t-.353.16t-.354-.16"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFormatClearRounded(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="m12.546 9.966l-.94-.941l.788-1.904H9.78q-.21-.075-.355-.24t-.22-.335q-.11-.205.018-.433t.419-.228H18.5q.26 0 .438.178t.178.437t-.178.438t-.438.178h-4.742zM18.985 20.4l-7.62-7.638l-2.138 5.044q-.079.175-.226.28t-.347.106q-.338 0-.52-.28q-.18-.281-.047-.589l2.344-5.496l-7.023-7.004q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l15.576 15.577q.14.14.15.345t-.15.363t-.353.16t-.354-.16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.546 9.966l-.94-.941l.788-1.904H9.78q-.21-.075-.355-.24t-.22-.335q-.11-.205.018-.433t.419-.228H18.5q.26 0 .438.178t.178.437t-.178.438t-.438.178h-4.742zM18.985 20.4l-7.62-7.638l-2.138 5.044q-.079.175-.226.28t-.347.106q-.338 0-.52-.28q-.18-.281-.047-.589l2.344-5.496l-7.023-7.004q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l15.576 15.577q.14.14.15.345t-.15.363t-.353.16t-.354-.16"/></svg>
</template>

CSS

.icon-format-clear-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%22m12.546%209.966l-.94-.941l.788-1.904H9.78q-.21-.075-.355-.24t-.22-.335q-.11-.205.018-.433t.419-.228H18.5q.26%200%20.438.178t.178.437t-.178.438t-.438.178h-4.742zM18.985%2020.4l-7.62-7.638l-2.138%205.044q-.079.175-.226.28t-.347.106q-.338%200-.52-.28q-.18-.281-.047-.589l2.344-5.496l-7.023-7.004q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l15.576%2015.577q.14.14.15.345t-.15.363t-.353.16t-.354-.16%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%22m12.546%209.966l-.94-.941l.788-1.904H9.78q-.21-.075-.355-.24t-.22-.335q-.11-.205.018-.433t.419-.228H18.5q.26%200%20.438.178t.178.437t-.178.438t-.438.178h-4.742zM18.985%2020.4l-7.62-7.638l-2.138%205.044q-.079.175-.226.28t-.347.106q-.338%200-.52-.28q-.18-.281-.047-.589l2.344-5.496l-7.023-7.004q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l15.576%2015.577q.14.14.15.345t-.15.363t-.353.16t-.354-.16%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-clear-rounded.svg?color=%231a73e8&size=48