reset-colors from Material Symbols by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.

Name
reset-colors
Set
Material Symbols
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
reset-colors-outline

2 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the reset colors icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.95 22.888q-.275-.113-.5-.338l-4-4Q12 18.125 12 17.5t.45-1.075L16.1 12.8l-1.95-1.95l1.4-1.4l7.025 6.975q.225.225.338.5t.112.55t-.112.563t-.338.512l-4 4q-.225.225-.513.338T17.5 23t-.55-.112M14.2 17.5h6.6l-3.3-3.3zM4 21v-2h2.35Q4.8 17.75 3.9 15.938T3 12q0-1.875.713-3.512t1.924-2.85t2.85-1.925T12 3q3.225 0 5.663 1.988T20.775 10H18.7q-.65-2.2-2.475-3.6T12 5Q9.075 5 7.038 7.038T5 12q0 1.8.813 3.3T8 17.75V15h2v6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsResetColors(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="M16.95 22.888q-.275-.113-.5-.338l-4-4Q12 18.125 12 17.5t.45-1.075L16.1 12.8l-1.95-1.95l1.4-1.4l7.025 6.975q.225.225.338.5t.112.55t-.112.563t-.338.512l-4 4q-.225.225-.513.338T17.5 23t-.55-.112M14.2 17.5h6.6l-3.3-3.3zM4 21v-2h2.35Q4.8 17.75 3.9 15.938T3 12q0-1.875.713-3.512t1.924-2.85t2.85-1.925T12 3q3.225 0 5.663 1.988T20.775 10H18.7q-.65-2.2-2.475-3.6T12 5Q9.075 5 7.038 7.038T5 12q0 1.8.813 3.3T8 17.75V15h2v6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.95 22.888q-.275-.113-.5-.338l-4-4Q12 18.125 12 17.5t.45-1.075L16.1 12.8l-1.95-1.95l1.4-1.4l7.025 6.975q.225.225.338.5t.112.55t-.112.563t-.338.512l-4 4q-.225.225-.513.338T17.5 23t-.55-.112M14.2 17.5h6.6l-3.3-3.3zM4 21v-2h2.35Q4.8 17.75 3.9 15.938T3 12q0-1.875.713-3.512t1.924-2.85t2.85-1.925T12 3q3.225 0 5.663 1.988T20.775 10H18.7q-.65-2.2-2.475-3.6T12 5Q9.075 5 7.038 7.038T5 12q0 1.8.813 3.3T8 17.75V15h2v6z"/></svg>
</template>

CSS

.icon-reset-colors {
  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%22M16.95%2022.888q-.275-.113-.5-.338l-4-4Q12%2018.125%2012%2017.5t.45-1.075L16.1%2012.8l-1.95-1.95l1.4-1.4l7.025%206.975q.225.225.338.5t.112.55t-.112.563t-.338.512l-4%204q-.225.225-.513.338T17.5%2023t-.55-.112M14.2%2017.5h6.6l-3.3-3.3zM4%2021v-2h2.35Q4.8%2017.75%203.9%2015.938T3%2012q0-1.875.713-3.512t1.924-2.85t2.85-1.925T12%203q3.225%200%205.663%201.988T20.775%2010H18.7q-.65-2.2-2.475-3.6T12%205Q9.075%205%207.038%207.038T5%2012q0%201.8.813%203.3T8%2017.75V15h2v6z%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%22M16.95%2022.888q-.275-.113-.5-.338l-4-4Q12%2018.125%2012%2017.5t.45-1.075L16.1%2012.8l-1.95-1.95l1.4-1.4l7.025%206.975q.225.225.338.5t.112.55t-.112.563t-.338.512l-4%204q-.225.225-.513.338T17.5%2023t-.55-.112M14.2%2017.5h6.6l-3.3-3.3zM4%2021v-2h2.35Q4.8%2017.75%203.9%2015.938T3%2012q0-1.875.713-3.512t1.924-2.85t2.85-1.925T12%203q3.225%200%205.663%201.988T20.775%2010H18.7q-.65-2.2-2.475-3.6T12%205Q9.075%205%207.038%207.038T5%2012q0%201.8.813%203.3T8%2017.75V15h2v6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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