invert colors off icon
invert-colors-off-rounded from Material Symbols by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- invert-colors-off-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- invert-colors-off-outline-rounded
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="M17.65 7.575q1.2 1.2 1.775 2.588T20 13.1q0 .425-.038.825t-.112.775t-.375.588t-.65.212q-.225 0-.437-.075t-.413-.275l-5.4-5.4q-.275-.275-.425-.638T12 8.35V4.8l-1.525 1.5q-.275.275-.7.263t-.7-.288q-.3-.3-.287-.712t.312-.688l1.85-1.825q.225-.225.5-.337T12 2.6t.55.113t.5.337zM12 21q-3.325 0-5.663-2.287T4 13.1q0-1.275.4-2.45T5.6 8.4L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2.4-2.4q-1.05.775-2.287 1.138T12 21m0-2v-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 MaterialSymbolsInvertColorsOffRounded(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="M17.65 7.575q1.2 1.2 1.775 2.588T20 13.1q0 .425-.038.825t-.112.775t-.375.588t-.65.212q-.225 0-.437-.075t-.413-.275l-5.4-5.4q-.275-.275-.425-.638T12 8.35V4.8l-1.525 1.5q-.275.275-.7.263t-.7-.288q-.3-.3-.287-.712t.312-.688l1.85-1.825q.225-.225.5-.337T12 2.6t.55.113t.5.337zM12 21q-3.325 0-5.663-2.287T4 13.1q0-1.275.4-2.45T5.6 8.4L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2.4-2.4q-1.05.775-2.287 1.138T12 21m0-2v-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="M17.65 7.575q1.2 1.2 1.775 2.588T20 13.1q0 .425-.038.825t-.112.775t-.375.588t-.65.212q-.225 0-.437-.075t-.413-.275l-5.4-5.4q-.275-.275-.425-.638T12 8.35V4.8l-1.525 1.5q-.275.275-.7.263t-.7-.288q-.3-.3-.287-.712t.312-.688l1.85-1.825q.225-.225.5-.337T12 2.6t.55.113t.5.337zM12 21q-3.325 0-5.663-2.287T4 13.1q0-1.275.4-2.45T5.6 8.4L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2.4-2.4q-1.05.775-2.287 1.138T12 21m0-2v-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-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%22M17.65%207.575q1.2%201.2%201.775%202.588T20%2013.1q0%20.425-.038.825t-.112.775t-.375.588t-.65.212q-.225%200-.437-.075t-.413-.275l-5.4-5.4q-.275-.275-.425-.638T12%208.35V4.8l-1.525%201.5q-.275.275-.7.263t-.7-.288q-.3-.3-.287-.712t.312-.688l1.85-1.825q.225-.225.5-.337T12%202.6t.55.113t.5.337zM12%2021q-3.325%200-5.663-2.287T4%2013.1q0-1.275.4-2.45T5.6%208.4L2.1%204.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2.4-2.4q-1.05.775-2.287%201.138T12%2021m0-2v-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%22M17.65%207.575q1.2%201.2%201.775%202.588T20%2013.1q0%20.425-.038.825t-.112.775t-.375.588t-.65.212q-.225%200-.437-.075t-.413-.275l-5.4-5.4q-.275-.275-.425-.638T12%208.35V4.8l-1.525%201.5q-.275.275-.7.263t-.7-.288q-.3-.3-.287-.712t.312-.688l1.85-1.825q.225-.225.5-.337T12%202.6t.55.113t.5.337zM12%2021q-3.325%200-5.663-2.287T4%2013.1q0-1.275.4-2.45T5.6%208.4L2.1%204.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2.4-2.4q-1.05.775-2.287%201.138T12%2021m0-2v-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-rounded.svg?color=%231a73e8&size=48