invert-colors from Material Design Icons by Pictogrammers · Filled · Color · Apache-2.0 Free for personal and commercial use.

Name
invert-colors
Set
Material Design Icons
Style
Filled
Category
Color
Viewbox
24×24
License
Apache 2.0
Aliases
invert-colours

The same icon in other sets

More color icons from Material Design Icons

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 19.58c-1.6 0-3.11-.62-4.24-1.75A5.95 5.95 0 0 1 6 13.58c0-1.58.62-3.11 1.76-4.24L12 5.1m5.66 2.83L12 2.27L6.34 7.93c-3.12 3.12-3.12 8.19 0 11.31A7.98 7.98 0 0 0 12 21.58c2.05 0 4.1-.78 5.66-2.34c3.12-3.12 3.12-8.19 0-11.31"/></svg>

React

import type { SVGProps } from "react";

export function MdiInvertColors(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 19.58c-1.6 0-3.11-.62-4.24-1.75A5.95 5.95 0 0 1 6 13.58c0-1.58.62-3.11 1.76-4.24L12 5.1m5.66 2.83L12 2.27L6.34 7.93c-3.12 3.12-3.12 8.19 0 11.31A7.98 7.98 0 0 0 12 21.58c2.05 0 4.1-.78 5.66-2.34c3.12-3.12 3.12-8.19 0-11.31"/></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 19.58c-1.6 0-3.11-.62-4.24-1.75A5.95 5.95 0 0 1 6 13.58c0-1.58.62-3.11 1.76-4.24L12 5.1m5.66 2.83L12 2.27L6.34 7.93c-3.12 3.12-3.12 8.19 0 11.31A7.98 7.98 0 0 0 12 21.58c2.05 0 4.1-.78 5.66-2.34c3.12-3.12 3.12-8.19 0-11.31"/></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%2019.58c-1.6%200-3.11-.62-4.24-1.75A5.95%205.95%200%200%201%206%2013.58c0-1.58.62-3.11%201.76-4.24L12%205.1m5.66%202.83L12%202.27L6.34%207.93c-3.12%203.12-3.12%208.19%200%2011.31A7.98%207.98%200%200%200%2012%2021.58c2.05%200%204.1-.78%205.66-2.34c3.12-3.12%203.12-8.19%200-11.31%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%2019.58c-1.6%200-3.11-.62-4.24-1.75A5.95%205.95%200%200%201%206%2013.58c0-1.58.62-3.11%201.76-4.24L12%205.1m5.66%202.83L12%202.27L6.34%207.93c-3.12%203.12-3.12%208.19%200%2011.31A7.98%207.98%200%200%200%2012%2021.58c2.05%200%204.1-.78%205.66-2.34c3.12-3.12%203.12-8.19%200-11.31%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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