invert colors icon

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

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

3 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the invert colors icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-3.325 0-5.663-2.3T4 13.125q0-1.65.625-3.062T6.35 7.55L12 2l5.65 5.55q1.1 1.1 1.725 2.513T20 13.125q0 3.275-2.337 5.575T12 21m0-2V4.8L7.75 9q-.875.825-1.312 1.875T6 13.125q0 2.425 1.75 4.15T12 19"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsInvertColors(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 21q-3.325 0-5.663-2.3T4 13.125q0-1.65.625-3.062T6.35 7.55L12 2l5.65 5.55q1.1 1.1 1.725 2.513T20 13.125q0 3.275-2.337 5.575T12 21m0-2V4.8L7.75 9q-.875.825-1.312 1.875T6 13.125q0 2.425 1.75 4.15T12 19"/></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 21q-3.325 0-5.663-2.3T4 13.125q0-1.65.625-3.062T6.35 7.55L12 2l5.65 5.55q1.1 1.1 1.725 2.513T20 13.125q0 3.275-2.337 5.575T12 21m0-2V4.8L7.75 9q-.875.825-1.312 1.875T6 13.125q0 2.425 1.75 4.15T12 19"/></svg>
</template>

CSS

.icon-invert-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%22M12%2021q-3.325%200-5.663-2.3T4%2013.125q0-1.65.625-3.062T6.35%207.55L12%202l5.65%205.55q1.1%201.1%201.725%202.513T20%2013.125q0%203.275-2.337%205.575T12%2021m0-2V4.8L7.75%209q-.875.825-1.312%201.875T6%2013.125q0%202.425%201.75%204.15T12%2019%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%2021q-3.325%200-5.663-2.3T4%2013.125q0-1.65.625-3.062T6.35%207.55L12%202l5.65%205.55q1.1%201.1%201.725%202.513T20%2013.125q0%203.275-2.337%205.575T12%2021m0-2V4.8L7.75%209q-.875.825-1.312%201.875T6%2013.125q0%202.425%201.75%204.15T12%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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