outline format color reset icon

outline-format-color-reset from Google Material Icons by Material Design Authors · Baseline · Editor · Apache-2.0 Free for personal and commercial use.

Name
outline-format-color-reset
Set
Google Material Icons
Style
Baseline
Category
Editor
Viewbox
24×24
License
Apache 2.0

More editor icons from Google Material Icons

Use the outline format color reset icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6.36c1.53 2 3.08 4.43 3.71 6.24l2.23 2.23c.03-.27.06-.55.06-.83c0-3.98-6-10.8-6-10.8s-1.18 1.35-2.5 3.19l1.44 1.44c.34-.51.7-1 1.06-1.47M5.41 5.14L4 6.55l3.32 3.32C6.55 11.33 6 12.79 6 14c0 3.31 2.69 6 6 6c1.52 0 2.9-.57 3.95-1.5l2.63 2.63L20 19.72zM12 18c-2.21 0-4-1.79-4-4c0-.69.32-1.62.81-2.64l5.72 5.72c-.7.56-1.57.92-2.53.92"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineFormatColorReset(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 6.36c1.53 2 3.08 4.43 3.71 6.24l2.23 2.23c.03-.27.06-.55.06-.83c0-3.98-6-10.8-6-10.8s-1.18 1.35-2.5 3.19l1.44 1.44c.34-.51.7-1 1.06-1.47M5.41 5.14L4 6.55l3.32 3.32C6.55 11.33 6 12.79 6 14c0 3.31 2.69 6 6 6c1.52 0 2.9-.57 3.95-1.5l2.63 2.63L20 19.72zM12 18c-2.21 0-4-1.79-4-4c0-.69.32-1.62.81-2.64l5.72 5.72c-.7.56-1.57.92-2.53.92"/></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 6.36c1.53 2 3.08 4.43 3.71 6.24l2.23 2.23c.03-.27.06-.55.06-.83c0-3.98-6-10.8-6-10.8s-1.18 1.35-2.5 3.19l1.44 1.44c.34-.51.7-1 1.06-1.47M5.41 5.14L4 6.55l3.32 3.32C6.55 11.33 6 12.79 6 14c0 3.31 2.69 6 6 6c1.52 0 2.9-.57 3.95-1.5l2.63 2.63L20 19.72zM12 18c-2.21 0-4-1.79-4-4c0-.69.32-1.62.81-2.64l5.72 5.72c-.7.56-1.57.92-2.53.92"/></svg>
</template>

CSS

.icon-outline-format-color-reset {
  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%206.36c1.53%202%203.08%204.43%203.71%206.24l2.23%202.23c.03-.27.06-.55.06-.83c0-3.98-6-10.8-6-10.8s-1.18%201.35-2.5%203.19l1.44%201.44c.34-.51.7-1%201.06-1.47M5.41%205.14L4%206.55l3.32%203.32C6.55%2011.33%206%2012.79%206%2014c0%203.31%202.69%206%206%206c1.52%200%202.9-.57%203.95-1.5l2.63%202.63L20%2019.72zM12%2018c-2.21%200-4-1.79-4-4c0-.69.32-1.62.81-2.64l5.72%205.72c-.7.56-1.57.92-2.53.92%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%206.36c1.53%202%203.08%204.43%203.71%206.24l2.23%202.23c.03-.27.06-.55.06-.83c0-3.98-6-10.8-6-10.8s-1.18%201.35-2.5%203.19l1.44%201.44c.34-.51.7-1%201.06-1.47M5.41%205.14L4%206.55l3.32%203.32C6.55%2011.33%206%2012.79%206%2014c0%203.31%202.69%206%206%206c1.52%200%202.9-.57%203.95-1.5l2.63%202.63L20%2019.72zM12%2018c-2.21%200-4-1.79-4-4c0-.69.32-1.62.81-2.64l5.72%205.72c-.7.56-1.57.92-2.53.92%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-format-color-reset.svg?color=%231a73e8&size=48