invert colors off icon

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

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

1 other variant in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the invert colors off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.275 16.45L12 9.175V4.8L9.775 6.975l-1.4-1.4L12 2l5.65 5.575q1.2 1.2 1.775 2.588T20 13.1q0 .95-.2 1.813t-.525 1.537m.525 6.15l-3.1-3.1q-1.05.775-2.287 1.138T12 21q-3.325 0-5.663-2.287T4 13.1q0-1.275.4-2.45T5.6 8.4L1.4 4.2l1.4-1.4l18.4 18.4zM12 19v-4.175l-5-5q-.525.8-.763 1.613T6 13.1q0 2.5 1.75 4.2T12 19"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsInvertColorsOff(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="M19.275 16.45L12 9.175V4.8L9.775 6.975l-1.4-1.4L12 2l5.65 5.575q1.2 1.2 1.775 2.588T20 13.1q0 .95-.2 1.813t-.525 1.537m.525 6.15l-3.1-3.1q-1.05.775-2.287 1.138T12 21q-3.325 0-5.663-2.287T4 13.1q0-1.275.4-2.45T5.6 8.4L1.4 4.2l1.4-1.4l18.4 18.4zM12 19v-4.175l-5-5q-.525.8-.763 1.613T6 13.1q0 2.5 1.75 4.2T12 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="M19.275 16.45L12 9.175V4.8L9.775 6.975l-1.4-1.4L12 2l5.65 5.575q1.2 1.2 1.775 2.588T20 13.1q0 .95-.2 1.813t-.525 1.537m.525 6.15l-3.1-3.1q-1.05.775-2.287 1.138T12 21q-3.325 0-5.663-2.287T4 13.1q0-1.275.4-2.45T5.6 8.4L1.4 4.2l1.4-1.4l18.4 18.4zM12 19v-4.175l-5-5q-.525.8-.763 1.613T6 13.1q0 2.5 1.75 4.2T12 19"/></svg>
</template>

CSS

.icon-invert-colors-off {
  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%22M19.275%2016.45L12%209.175V4.8L9.775%206.975l-1.4-1.4L12%202l5.65%205.575q1.2%201.2%201.775%202.588T20%2013.1q0%20.95-.2%201.813t-.525%201.537m.525%206.15l-3.1-3.1q-1.05.775-2.287%201.138T12%2021q-3.325%200-5.663-2.287T4%2013.1q0-1.275.4-2.45T5.6%208.4L1.4%204.2l1.4-1.4l18.4%2018.4zM12%2019v-4.175l-5-5q-.525.8-.763%201.613T6%2013.1q0%202.5%201.75%204.2T12%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%22M19.275%2016.45L12%209.175V4.8L9.775%206.975l-1.4-1.4L12%202l5.65%205.575q1.2%201.2%201.775%202.588T20%2013.1q0%20.95-.2%201.813t-.525%201.537m.525%206.15l-3.1-3.1q-1.05.775-2.287%201.138T12%2021q-3.325%200-5.663-2.287T4%2013.1q0-1.275.4-2.45T5.6%208.4L1.4%204.2l1.4-1.4l18.4%2018.4zM12%2019v-4.175l-5-5q-.525.8-.763%201.613T6%2013.1q0%202.5%201.75%204.2T12%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-off.svg?color=%231a73e8&size=48

Invert Colors Off icon — Material Symbols · IconsDB