code off icon
code-off-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- code-off-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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.482-8.48l-2.803 6.258a.75.75 0 0 1-1.405-.519l.035-.096l3.037-6.779l-3.728-3.728L3.811 12l3.72 3.72a.75.75 0 0 1-.977 1.134l-.084-.074l-4.25-4.25a.75.75 0 0 1-.074-.976l.074-.084l4.093-4.095L2.22 3.28a.75.75 0 0 1 0-1.06m14.25 4.999a.75.75 0 0 1 .976-.073l.084.073l4.25 4.25a.75.75 0 0 1 .072.976l-.072.084l-3.035 3.034l-1.06-1.06l2.505-2.504l-3.72-3.72a.75.75 0 0 1 0-1.06m-1.905-2.777a.75.75 0 0 1 1.405.519l-.035.096l-2.383 5.313l-1.135-1.136z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCodeOff24Regular(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.482-8.48l-2.803 6.258a.75.75 0 0 1-1.405-.519l.035-.096l3.037-6.779l-3.728-3.728L3.811 12l3.72 3.72a.75.75 0 0 1-.977 1.134l-.084-.074l-4.25-4.25a.75.75 0 0 1-.074-.976l.074-.084l4.093-4.095L2.22 3.28a.75.75 0 0 1 0-1.06m14.25 4.999a.75.75 0 0 1 .976-.073l.084.073l4.25 4.25a.75.75 0 0 1 .072.976l-.072.084l-3.035 3.034l-1.06-1.06l2.505-2.504l-3.72-3.72a.75.75 0 0 1 0-1.06m-1.905-2.777a.75.75 0 0 1 1.405.519l-.035.096l-2.383 5.313l-1.135-1.136z"/></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.482-8.48l-2.803 6.258a.75.75 0 0 1-1.405-.519l.035-.096l3.037-6.779l-3.728-3.728L3.811 12l3.72 3.72a.75.75 0 0 1-.977 1.134l-.084-.074l-4.25-4.25a.75.75 0 0 1-.074-.976l.074-.084l4.093-4.095L2.22 3.28a.75.75 0 0 1 0-1.06m14.25 4.999a.75.75 0 0 1 .976-.073l.084.073l4.25 4.25a.75.75 0 0 1 .072.976l-.072.084l-3.035 3.034l-1.06-1.06l2.505-2.504l-3.72-3.72a.75.75 0 0 1 0-1.06m-1.905-2.777a.75.75 0 0 1 1.405.519l-.035.096l-2.383 5.313l-1.135-1.136z"/></svg> </template>
CSS
.icon-code-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-8.482-8.48l-2.803%206.258a.75.75%200%200%201-1.405-.519l.035-.096l3.037-6.779l-3.728-3.728L3.811%2012l3.72%203.72a.75.75%200%200%201-.977%201.134l-.084-.074l-4.25-4.25a.75.75%200%200%201-.074-.976l.074-.084l4.093-4.095L2.22%203.28a.75.75%200%200%201%200-1.06m14.25%204.999a.75.75%200%200%201%20.976-.073l.084.073l4.25%204.25a.75.75%200%200%201%20.072.976l-.072.084l-3.035%203.034l-1.06-1.06l2.505-2.504l-3.72-3.72a.75.75%200%200%201%200-1.06m-1.905-2.777a.75.75%200%200%201%201.405.519l-.035.096l-2.383%205.313l-1.135-1.136z%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.482-8.48l-2.803%206.258a.75.75%200%200%201-1.405-.519l.035-.096l3.037-6.779l-3.728-3.728L3.811%2012l3.72%203.72a.75.75%200%200%201-.977%201.134l-.084-.074l-4.25-4.25a.75.75%200%200%201-.074-.976l.074-.084l4.093-4.095L2.22%203.28a.75.75%200%200%201%200-1.06m14.25%204.999a.75.75%200%200%201%20.976-.073l.084.073l4.25%204.25a.75.75%200%200%201%20.072.976l-.072.084l-3.035%203.034l-1.06-1.06l2.505-2.504l-3.72-3.72a.75.75%200%200%201%200-1.06m-1.905-2.777a.75.75%200%200%201%201.405.519l-.035.096l-2.383%205.313l-1.135-1.136z%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-regular.svg?color=%231a73e8&size=48