color off icon
color-off-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- color-off-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the color off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06l-1.998-1.998c-1.993 1.584-4.54 1.82-6.579.342c-1.177-.854-1.633-1.925-1.854-3.664l-.105-.988l-.045-.397c-.123-.933-.311-1.353-.704-1.572c-.536-.299-.893-.306-1.596-.033l-.352.145l-.178.078c-1.014.44-1.689.595-2.541.416l-.2-.046l-.164-.047c-2.789-.865-3.202-4.647-.565-8.158q.205-.273.43-.528L2.22 3.28a.75.75 0 0 1 0-1.06m3.113 4.174q-.153.177-.295.365c-2.075 2.762-1.82 5.28-.215 5.815l.123.037l.134.03c.439.087.814.015 1.437-.24l.602-.258c1.202-.493 1.985-.541 3.045.05c.918.51 1.276 1.298 1.458 2.66l.054.459l.053.532l.047.422c.172 1.36.485 2.09 1.248 2.644c1.399 1.014 3.166.896 4.632-.193l-1.555-1.556a1.24 1.24 0 0 1-.53.299a1.25 1.25 0 0 1-1.234-2.062zM6.61 3.429c3.151-1.817 7.36-1.941 10.593.07c4.28 2.66 5.853 7.776 4.1 12.576a9.4 9.4 0 0 1-.646 1.4l-1.108-1.108q.189-.382.346-.807c1.515-4.151.173-8.513-3.485-10.788c-2.63-1.635-6.053-1.598-8.694-.238zm10.816 9.11a1.249 1.249 0 0 1 .693 2.4l-1.562-1.564c.123-.396.439-.722.869-.837m-.494-3.49a1.25 1.25 0 1 1 .646 2.415a1.25 1.25 0 0 1-.646-2.414m-1.979-3.002A1.25 1.25 0 1 1 15.6 8.46a1.25 1.25 0 0 1-.646-2.414m-3.525-.972a1.25 1.25 0 1 1 .646 2.415a1.25 1.25 0 0 1-.646-2.415"/></svg>
React
import type { SVGProps } from "react";
export function FluentColorOff24Regular(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="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06l-1.998-1.998c-1.993 1.584-4.54 1.82-6.579.342c-1.177-.854-1.633-1.925-1.854-3.664l-.105-.988l-.045-.397c-.123-.933-.311-1.353-.704-1.572c-.536-.299-.893-.306-1.596-.033l-.352.145l-.178.078c-1.014.44-1.689.595-2.541.416l-.2-.046l-.164-.047c-2.789-.865-3.202-4.647-.565-8.158q.205-.273.43-.528L2.22 3.28a.75.75 0 0 1 0-1.06m3.113 4.174q-.153.177-.295.365c-2.075 2.762-1.82 5.28-.215 5.815l.123.037l.134.03c.439.087.814.015 1.437-.24l.602-.258c1.202-.493 1.985-.541 3.045.05c.918.51 1.276 1.298 1.458 2.66l.054.459l.053.532l.047.422c.172 1.36.485 2.09 1.248 2.644c1.399 1.014 3.166.896 4.632-.193l-1.555-1.556a1.24 1.24 0 0 1-.53.299a1.25 1.25 0 0 1-1.234-2.062zM6.61 3.429c3.151-1.817 7.36-1.941 10.593.07c4.28 2.66 5.853 7.776 4.1 12.576a9.4 9.4 0 0 1-.646 1.4l-1.108-1.108q.189-.382.346-.807c1.515-4.151.173-8.513-3.485-10.788c-2.63-1.635-6.053-1.598-8.694-.238zm10.816 9.11a1.249 1.249 0 0 1 .693 2.4l-1.562-1.564c.123-.396.439-.722.869-.837m-.494-3.49a1.25 1.25 0 1 1 .646 2.415a1.25 1.25 0 0 1-.646-2.414m-1.979-3.002A1.25 1.25 0 1 1 15.6 8.46a1.25 1.25 0 0 1-.646-2.414m-3.525-.972a1.25 1.25 0 1 1 .646 2.415a1.25 1.25 0 0 1-.646-2.415"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06l-1.998-1.998c-1.993 1.584-4.54 1.82-6.579.342c-1.177-.854-1.633-1.925-1.854-3.664l-.105-.988l-.045-.397c-.123-.933-.311-1.353-.704-1.572c-.536-.299-.893-.306-1.596-.033l-.352.145l-.178.078c-1.014.44-1.689.595-2.541.416l-.2-.046l-.164-.047c-2.789-.865-3.202-4.647-.565-8.158q.205-.273.43-.528L2.22 3.28a.75.75 0 0 1 0-1.06m3.113 4.174q-.153.177-.295.365c-2.075 2.762-1.82 5.28-.215 5.815l.123.037l.134.03c.439.087.814.015 1.437-.24l.602-.258c1.202-.493 1.985-.541 3.045.05c.918.51 1.276 1.298 1.458 2.66l.054.459l.053.532l.047.422c.172 1.36.485 2.09 1.248 2.644c1.399 1.014 3.166.896 4.632-.193l-1.555-1.556a1.24 1.24 0 0 1-.53.299a1.25 1.25 0 0 1-1.234-2.062zM6.61 3.429c3.151-1.817 7.36-1.941 10.593.07c4.28 2.66 5.853 7.776 4.1 12.576a9.4 9.4 0 0 1-.646 1.4l-1.108-1.108q.189-.382.346-.807c1.515-4.151.173-8.513-3.485-10.788c-2.63-1.635-6.053-1.598-8.694-.238zm10.816 9.11a1.249 1.249 0 0 1 .693 2.4l-1.562-1.564c.123-.396.439-.722.869-.837m-.494-3.49a1.25 1.25 0 1 1 .646 2.415a1.25 1.25 0 0 1-.646-2.414m-1.979-3.002A1.25 1.25 0 1 1 15.6 8.46a1.25 1.25 0 0 1-.646-2.414m-3.525-.972a1.25 1.25 0 1 1 .646 2.415a1.25 1.25 0 0 1-.646-2.415"/></svg> </template>
CSS
.icon-color-off-24-regular {
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%22M2.22%202.22a.75.75%200%200%201%201.06%200l18.5%2018.5a.75.75%200%200%201-1.06%201.06l-1.998-1.998c-1.993%201.584-4.54%201.82-6.579.342c-1.177-.854-1.633-1.925-1.854-3.664l-.105-.988l-.045-.397c-.123-.933-.311-1.353-.704-1.572c-.536-.299-.893-.306-1.596-.033l-.352.145l-.178.078c-1.014.44-1.689.595-2.541.416l-.2-.046l-.164-.047c-2.789-.865-3.202-4.647-.565-8.158q.205-.273.43-.528L2.22%203.28a.75.75%200%200%201%200-1.06m3.113%204.174q-.153.177-.295.365c-2.075%202.762-1.82%205.28-.215%205.815l.123.037l.134.03c.439.087.814.015%201.437-.24l.602-.258c1.202-.493%201.985-.541%203.045.05c.918.51%201.276%201.298%201.458%202.66l.054.459l.053.532l.047.422c.172%201.36.485%202.09%201.248%202.644c1.399%201.014%203.166.896%204.632-.193l-1.555-1.556a1.24%201.24%200%200%201-.53.299a1.25%201.25%200%200%201-1.234-2.062zM6.61%203.429c3.151-1.817%207.36-1.941%2010.593.07c4.28%202.66%205.853%207.776%204.1%2012.576a9.4%209.4%200%200%201-.646%201.4l-1.108-1.108q.189-.382.346-.807c1.515-4.151.173-8.513-3.485-10.788c-2.63-1.635-6.053-1.598-8.694-.238zm10.816%209.11a1.249%201.249%200%200%201%20.693%202.4l-1.562-1.564c.123-.396.439-.722.869-.837m-.494-3.49a1.25%201.25%200%201%201%20.646%202.415a1.25%201.25%200%200%201-.646-2.414m-1.979-3.002A1.25%201.25%200%201%201%2015.6%208.46a1.25%201.25%200%200%201-.646-2.414m-3.525-.972a1.25%201.25%200%201%201%20.646%202.415a1.25%201.25%200%200%201-.646-2.415%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%22M2.22%202.22a.75.75%200%200%201%201.06%200l18.5%2018.5a.75.75%200%200%201-1.06%201.06l-1.998-1.998c-1.993%201.584-4.54%201.82-6.579.342c-1.177-.854-1.633-1.925-1.854-3.664l-.105-.988l-.045-.397c-.123-.933-.311-1.353-.704-1.572c-.536-.299-.893-.306-1.596-.033l-.352.145l-.178.078c-1.014.44-1.689.595-2.541.416l-.2-.046l-.164-.047c-2.789-.865-3.202-4.647-.565-8.158q.205-.273.43-.528L2.22%203.28a.75.75%200%200%201%200-1.06m3.113%204.174q-.153.177-.295.365c-2.075%202.762-1.82%205.28-.215%205.815l.123.037l.134.03c.439.087.814.015%201.437-.24l.602-.258c1.202-.493%201.985-.541%203.045.05c.918.51%201.276%201.298%201.458%202.66l.054.459l.053.532l.047.422c.172%201.36.485%202.09%201.248%202.644c1.399%201.014%203.166.896%204.632-.193l-1.555-1.556a1.24%201.24%200%200%201-.53.299a1.25%201.25%200%200%201-1.234-2.062zM6.61%203.429c3.151-1.817%207.36-1.941%2010.593.07c4.28%202.66%205.853%207.776%204.1%2012.576a9.4%209.4%200%200%201-.646%201.4l-1.108-1.108q.189-.382.346-.807c1.515-4.151.173-8.513-3.485-10.788c-2.63-1.635-6.053-1.598-8.694-.238zm10.816%209.11a1.249%201.249%200%200%201%20.693%202.4l-1.562-1.564c.123-.396.439-.722.869-.837m-.494-3.49a1.25%201.25%200%201%201%20.646%202.415a1.25%201.25%200%200%201-.646-2.414m-1.979-3.002A1.25%201.25%200%201%201%2015.6%208.46a1.25%201.25%200%200%201-.646-2.414m-3.525-.972a1.25%201.25%200%201%201%20.646%202.415a1.25%201.25%200%200%201-.646-2.415%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/color-off-24-regular.svg?color=%231a73e8&size=48