invert colors off icon
invert-colors-off-rounded from Material Symbols Light by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- invert-colors-off-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- invert-colors-off-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
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="M16.958 8.248q1.046 1.027 1.544 2.29q.498 1.262.498 2.6q0 .253-.018.528t-.074.534q-.056.317-.289.491t-.525.174q-.167 0-.341-.065t-.316-.208l-4.958-4.957q-.217-.218-.348-.522T12 8.485V4.78l-1.871 1.846q-.14.14-.354.138t-.354-.144q-.165-.165-.162-.356q.003-.192.168-.351l1.735-1.691q.186-.186.404-.27q.217-.084.434-.084t.444.084t.414.27zM12 20q-2.921 0-4.96-1.97T5 13.138q0-1.236.439-2.45t1.507-2.326L3.831 5.246q-.14-.14-.15-.344t.15-.363t.354-.16t.354.16l15.615 15.615q.14.14.15.344t-.15.364t-.354.16t-.354-.16l-2.708-2.708q-1.03.986-2.268 1.416T12 20m0-1v-5.579L7.654 9.075q-.948.992-1.301 1.997T6 13.139q0 2.5 1.75 4.18T12 19"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightInvertColorsOffRounded(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.958 8.248q1.046 1.027 1.544 2.29q.498 1.262.498 2.6q0 .253-.018.528t-.074.534q-.056.317-.289.491t-.525.174q-.167 0-.341-.065t-.316-.208l-4.958-4.957q-.217-.218-.348-.522T12 8.485V4.78l-1.871 1.846q-.14.14-.354.138t-.354-.144q-.165-.165-.162-.356q.003-.192.168-.351l1.735-1.691q.186-.186.404-.27q.217-.084.434-.084t.444.084t.414.27zM12 20q-2.921 0-4.96-1.97T5 13.138q0-1.236.439-2.45t1.507-2.326L3.831 5.246q-.14-.14-.15-.344t.15-.363t.354-.16t.354.16l15.615 15.615q.14.14.15.344t-.15.364t-.354.16t-.354-.16l-2.708-2.708q-1.03.986-2.268 1.416T12 20m0-1v-5.579L7.654 9.075q-.948.992-1.301 1.997T6 13.139q0 2.5 1.75 4.18T12 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="M16.958 8.248q1.046 1.027 1.544 2.29q.498 1.262.498 2.6q0 .253-.018.528t-.074.534q-.056.317-.289.491t-.525.174q-.167 0-.341-.065t-.316-.208l-4.958-4.957q-.217-.218-.348-.522T12 8.485V4.78l-1.871 1.846q-.14.14-.354.138t-.354-.144q-.165-.165-.162-.356q.003-.192.168-.351l1.735-1.691q.186-.186.404-.27q.217-.084.434-.084t.444.084t.414.27zM12 20q-2.921 0-4.96-1.97T5 13.138q0-1.236.439-2.45t1.507-2.326L3.831 5.246q-.14-.14-.15-.344t.15-.363t.354-.16t.354.16l15.615 15.615q.14.14.15.344t-.15.364t-.354.16t-.354-.16l-2.708-2.708q-1.03.986-2.268 1.416T12 20m0-1v-5.579L7.654 9.075q-.948.992-1.301 1.997T6 13.139q0 2.5 1.75 4.18T12 19"/></svg> </template>
CSS
.icon-invert-colors-off-rounded {
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.958%208.248q1.046%201.027%201.544%202.29q.498%201.262.498%202.6q0%20.253-.018.528t-.074.534q-.056.317-.289.491t-.525.174q-.167%200-.341-.065t-.316-.208l-4.958-4.957q-.217-.218-.348-.522T12%208.485V4.78l-1.871%201.846q-.14.14-.354.138t-.354-.144q-.165-.165-.162-.356q.003-.192.168-.351l1.735-1.691q.186-.186.404-.27q.217-.084.434-.084t.444.084t.414.27zM12%2020q-2.921%200-4.96-1.97T5%2013.138q0-1.236.439-2.45t1.507-2.326L3.831%205.246q-.14-.14-.15-.344t.15-.363t.354-.16t.354.16l15.615%2015.615q.14.14.15.344t-.15.364t-.354.16t-.354-.16l-2.708-2.708q-1.03.986-2.268%201.416T12%2020m0-1v-5.579L7.654%209.075q-.948.992-1.301%201.997T6%2013.139q0%202.5%201.75%204.18T12%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%22M16.958%208.248q1.046%201.027%201.544%202.29q.498%201.262.498%202.6q0%20.253-.018.528t-.074.534q-.056.317-.289.491t-.525.174q-.167%200-.341-.065t-.316-.208l-4.958-4.957q-.217-.218-.348-.522T12%208.485V4.78l-1.871%201.846q-.14.14-.354.138t-.354-.144q-.165-.165-.162-.356q.003-.192.168-.351l1.735-1.691q.186-.186.404-.27q.217-.084.434-.084t.444.084t.414.27zM12%2020q-2.921%200-4.96-1.97T5%2013.138q0-1.236.439-2.45t1.507-2.326L3.831%205.246q-.14-.14-.15-.344t.15-.363t.354-.16t.354.16l15.615%2015.615q.14.14.15.344t-.15.364t-.354.16t-.354-.16l-2.708-2.708q-1.03.986-2.268%201.416T12%2020m0-1v-5.579L7.654%209.075q-.948.992-1.301%201.997T6%2013.139q0%202.5%201.75%204.18T12%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/invert-colors-off-rounded.svg?color=%231a73e8&size=48