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

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

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

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="m13.2 10.35l-2.325-2.325l-.663-.662L9.55 6.7q-.475-.475-.213-1.088T10.276 5H18.5q.625 0 1.063.438T20 6.5t-.437 1.063T18.5 8h-4.3zm5.9 11.55l-7.6-7.6l-1.6 3.775q-.175.425-.562.675T8.5 19q-.8 0-1.25-.675T7.125 16.9L9.2 12L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFormatClearRounded(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="m13.2 10.35l-2.325-2.325l-.663-.662L9.55 6.7q-.475-.475-.213-1.088T10.276 5H18.5q.625 0 1.063.438T20 6.5t-.437 1.063T18.5 8h-4.3zm5.9 11.55l-7.6-7.6l-1.6 3.775q-.175.425-.562.675T8.5 19q-.8 0-1.25-.675T7.125 16.9L9.2 12L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.2 10.35l-2.325-2.325l-.663-.662L9.55 6.7q-.475-.475-.213-1.088T10.276 5H18.5q.625 0 1.063.438T20 6.5t-.437 1.063T18.5 8h-4.3zm5.9 11.55l-7.6-7.6l-1.6 3.775q-.175.425-.562.675T8.5 19q-.8 0-1.25-.675T7.125 16.9L9.2 12L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275"/></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%22m13.2%2010.35l-2.325-2.325l-.663-.662L9.55%206.7q-.475-.475-.213-1.088T10.276%205H18.5q.625%200%201.063.438T20%206.5t-.437%201.063T18.5%208h-4.3zm5.9%2011.55l-7.6-7.6l-1.6%203.775q-.175.425-.562.675T8.5%2019q-.8%200-1.25-.675T7.125%2016.9L9.2%2012L2.1%204.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7t-.7.275t-.7-.275%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%22m13.2%2010.35l-2.325-2.325l-.663-.662L9.55%206.7q-.475-.475-.213-1.088T10.276%205H18.5q.625%200%201.063.438T20%206.5t-.437%201.063T18.5%208h-4.3zm5.9%2011.55l-7.6-7.6l-1.6%203.775q-.175.425-.562.675T8.5%2019q-.8%200-1.25-.675T7.125%2016.9L9.2%2012L2.1%204.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7t-.7.275t-.7-.275%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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