invert colors off icon
invert-colors-off from Material Design Icons by Pictogrammers · Filled · Color · Apache-2.0 Free for personal and commercial use.
- Name
- invert-colors-off
- Set
- Material Design Icons
- Style
- Filled
- Category
- Color
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- invert-colours-off
The same icon in other sets
More color icons from Material Design Icons
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="M20.65 20.87L18.3 18.5L12 12.23L8.44 8.66L7 7.25L4.27 4.5L3 5.77l2.78 2.78a8.005 8.005 0 0 0 .56 10.69A7.98 7.98 0 0 0 12 21.58c1.79 0 3.57-.58 5.03-1.78l2.7 2.7L21 21.23zM12 19.59c-1.6 0-3.11-.62-4.24-1.76A5.95 5.95 0 0 1 6 13.59C6 12.27 6.43 11 7.21 10L12 14.77zM12 5.1v4.58l7.25 7.26a7.99 7.99 0 0 0-1.6-9.01L12 2.27l-3.7 3.7l1.41 1.41z"/></svg>
React
import type { SVGProps } from "react";
export function MdiInvertColorsOff(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="M20.65 20.87L18.3 18.5L12 12.23L8.44 8.66L7 7.25L4.27 4.5L3 5.77l2.78 2.78a8.005 8.005 0 0 0 .56 10.69A7.98 7.98 0 0 0 12 21.58c1.79 0 3.57-.58 5.03-1.78l2.7 2.7L21 21.23zM12 19.59c-1.6 0-3.11-.62-4.24-1.76A5.95 5.95 0 0 1 6 13.59C6 12.27 6.43 11 7.21 10L12 14.77zM12 5.1v4.58l7.25 7.26a7.99 7.99 0 0 0-1.6-9.01L12 2.27l-3.7 3.7l1.41 1.41z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.65 20.87L18.3 18.5L12 12.23L8.44 8.66L7 7.25L4.27 4.5L3 5.77l2.78 2.78a8.005 8.005 0 0 0 .56 10.69A7.98 7.98 0 0 0 12 21.58c1.79 0 3.57-.58 5.03-1.78l2.7 2.7L21 21.23zM12 19.59c-1.6 0-3.11-.62-4.24-1.76A5.95 5.95 0 0 1 6 13.59C6 12.27 6.43 11 7.21 10L12 14.77zM12 5.1v4.58l7.25 7.26a7.99 7.99 0 0 0-1.6-9.01L12 2.27l-3.7 3.7l1.41 1.41z"/></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%22M20.65%2020.87L18.3%2018.5L12%2012.23L8.44%208.66L7%207.25L4.27%204.5L3%205.77l2.78%202.78a8.005%208.005%200%200%200%20.56%2010.69A7.98%207.98%200%200%200%2012%2021.58c1.79%200%203.57-.58%205.03-1.78l2.7%202.7L21%2021.23zM12%2019.59c-1.6%200-3.11-.62-4.24-1.76A5.95%205.95%200%200%201%206%2013.59C6%2012.27%206.43%2011%207.21%2010L12%2014.77zM12%205.1v4.58l7.25%207.26a7.99%207.99%200%200%200-1.6-9.01L12%202.27l-3.7%203.7l1.41%201.41z%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%22M20.65%2020.87L18.3%2018.5L12%2012.23L8.44%208.66L7%207.25L4.27%204.5L3%205.77l2.78%202.78a8.005%208.005%200%200%200%20.56%2010.69A7.98%207.98%200%200%200%2012%2021.58c1.79%200%203.57-.58%205.03-1.78l2.7%202.7L21%2021.23zM12%2019.59c-1.6%200-3.11-.62-4.24-1.76A5.95%205.95%200%200%201%206%2013.59C6%2012.27%206.43%2011%207.21%2010L12%2014.77zM12%205.1v4.58l7.25%207.26a7.99%207.99%200%200%200-1.6-9.01L12%202.27l-3.7%203.7l1.41%201.41z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/invert-colors-off.svg?color=%231a73e8&size=48