code off icon
code-off-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- code-off-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
code-block-16-filledcode-block-edit-16-filledcode-circle-20-filledcode-cs-16-filledcode-cs-rectangle-16-filledcode-fs-16-filledcode-fs-rectangle-16-filledcode-js-16-filledcode-js-rectangle-16-filledcode-py-16-filledcode-py-rectangle-16-filledcode-rb-16-filledcode-rb-rectangle-16-filledcode-text-16-filledcode-text-edit-20-filledcode-text-off-16-filledcode-ts-16-filledcode-ts-rectangle-16-filledcode-vb-16-filledcode-vb-rectangle-16-filled
Use the code 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-8.275-8.274l-2.521 5.892a1 1 0 0 1-1.878-.677l.039-.11l2.837-6.629l-3.245-3.245L4.414 12l3.293 3.293a1 1 0 0 1-1.32 1.497l-.094-.083l-4-4a1 1 0 0 1-.084-1.32l.084-.094l3.97-3.97L2.22 3.28a.75.75 0 0 1 0-1.06m14.072 5.072a1 1 0 0 1 1.32-.083l.094.083l4.001 4.001a1 1 0 0 1 .083 1.32l-.084.095l-2.911 2.905L17.38 14.2l2.205-2.2l-3.293-3.294a1 1 0 0 1 0-1.414M14.08 4.606a1 1 0 0 1 1.879.678l-.04.11l-2.202 5.142l-1.524-1.523z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCodeOff24Filled(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-8.275-8.274l-2.521 5.892a1 1 0 0 1-1.878-.677l.039-.11l2.837-6.629l-3.245-3.245L4.414 12l3.293 3.293a1 1 0 0 1-1.32 1.497l-.094-.083l-4-4a1 1 0 0 1-.084-1.32l.084-.094l3.97-3.97L2.22 3.28a.75.75 0 0 1 0-1.06m14.072 5.072a1 1 0 0 1 1.32-.083l.094.083l4.001 4.001a1 1 0 0 1 .083 1.32l-.084.095l-2.911 2.905L17.38 14.2l2.205-2.2l-3.293-3.294a1 1 0 0 1 0-1.414M14.08 4.606a1 1 0 0 1 1.879.678l-.04.11l-2.202 5.142l-1.524-1.523z"/></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-8.275-8.274l-2.521 5.892a1 1 0 0 1-1.878-.677l.039-.11l2.837-6.629l-3.245-3.245L4.414 12l3.293 3.293a1 1 0 0 1-1.32 1.497l-.094-.083l-4-4a1 1 0 0 1-.084-1.32l.084-.094l3.97-3.97L2.22 3.28a.75.75 0 0 1 0-1.06m14.072 5.072a1 1 0 0 1 1.32-.083l.094.083l4.001 4.001a1 1 0 0 1 .083 1.32l-.084.095l-2.911 2.905L17.38 14.2l2.205-2.2l-3.293-3.294a1 1 0 0 1 0-1.414M14.08 4.606a1 1 0 0 1 1.879.678l-.04.11l-2.202 5.142l-1.524-1.523z"/></svg> </template>
CSS
.icon-code-off-24-filled {
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-8.275-8.274l-2.521%205.892a1%201%200%200%201-1.878-.677l.039-.11l2.837-6.629l-3.245-3.245L4.414%2012l3.293%203.293a1%201%200%200%201-1.32%201.497l-.094-.083l-4-4a1%201%200%200%201-.084-1.32l.084-.094l3.97-3.97L2.22%203.28a.75.75%200%200%201%200-1.06m14.072%205.072a1%201%200%200%201%201.32-.083l.094.083l4.001%204.001a1%201%200%200%201%20.083%201.32l-.084.095l-2.911%202.905L17.38%2014.2l2.205-2.2l-3.293-3.294a1%201%200%200%201%200-1.414M14.08%204.606a1%201%200%200%201%201.879.678l-.04.11l-2.202%205.142l-1.524-1.523z%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-8.275-8.274l-2.521%205.892a1%201%200%200%201-1.878-.677l.039-.11l2.837-6.629l-3.245-3.245L4.414%2012l3.293%203.293a1%201%200%200%201-1.32%201.497l-.094-.083l-4-4a1%201%200%200%201-.084-1.32l.084-.094l3.97-3.97L2.22%203.28a.75.75%200%200%201%200-1.06m14.072%205.072a1%201%200%200%201%201.32-.083l.094.083l4.001%204.001a1%201%200%200%201%20.083%201.32l-.084.095l-2.911%202.905L17.38%2014.2l2.205-2.2l-3.293-3.294a1%201%200%200%201%200-1.414M14.08%204.606a1%201%200%200%201%201.879.678l-.04.11l-2.202%205.142l-1.524-1.523z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/code-off-24-filled.svg?color=%231a73e8&size=48