code off icon
code-off-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- code-off-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M1.146 1.147a.5.5 0 0 1 .707 0l13 13a.5.5 0 0 1-.707.707L8.073 8.779l-1.787 4.025a.75.75 0 0 1-1.371-.61l2.022-4.551L4.61 5.317a.75.75 0 0 1-.05.931L3.004 8L4.56 9.751a.75.75 0 0 1-1.122.997l-2-2.25a.75.75 0 0 1 0-.997l2-2.25a.75.75 0 0 1 .985-.12L1.146 1.854a.5.5 0 0 1 0-.707m10.356 4.042a.75.75 0 0 1 1.058.062l2 2.25a.75.75 0 0 1 0 .997l-1.854 2.086l-1.063-1.063l1.353-1.522l-1.557-1.75a.75.75 0 0 1 .063-1.06M8.914 3.194a.75.75 0 0 1 1.371.61L8.943 6.82L7.807 5.685z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCodeOff16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1.146 1.147a.5.5 0 0 1 .707 0l13 13a.5.5 0 0 1-.707.707L8.073 8.779l-1.787 4.025a.75.75 0 0 1-1.371-.61l2.022-4.551L4.61 5.317a.75.75 0 0 1-.05.931L3.004 8L4.56 9.751a.75.75 0 0 1-1.122.997l-2-2.25a.75.75 0 0 1 0-.997l2-2.25a.75.75 0 0 1 .985-.12L1.146 1.854a.5.5 0 0 1 0-.707m10.356 4.042a.75.75 0 0 1 1.058.062l2 2.25a.75.75 0 0 1 0 .997l-1.854 2.086l-1.063-1.063l1.353-1.522l-1.557-1.75a.75.75 0 0 1 .063-1.06M8.914 3.194a.75.75 0 0 1 1.371.61L8.943 6.82L7.807 5.685z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1.146 1.147a.5.5 0 0 1 .707 0l13 13a.5.5 0 0 1-.707.707L8.073 8.779l-1.787 4.025a.75.75 0 0 1-1.371-.61l2.022-4.551L4.61 5.317a.75.75 0 0 1-.05.931L3.004 8L4.56 9.751a.75.75 0 0 1-1.122.997l-2-2.25a.75.75 0 0 1 0-.997l2-2.25a.75.75 0 0 1 .985-.12L1.146 1.854a.5.5 0 0 1 0-.707m10.356 4.042a.75.75 0 0 1 1.058.062l2 2.25a.75.75 0 0 1 0 .997l-1.854 2.086l-1.063-1.063l1.353-1.522l-1.557-1.75a.75.75 0 0 1 .063-1.06M8.914 3.194a.75.75 0 0 1 1.371.61L8.943 6.82L7.807 5.685z"/></svg> </template>
CSS
.icon-code-off-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.146%201.147a.5.5%200%200%201%20.707%200l13%2013a.5.5%200%200%201-.707.707L8.073%208.779l-1.787%204.025a.75.75%200%200%201-1.371-.61l2.022-4.551L4.61%205.317a.75.75%200%200%201-.05.931L3.004%208L4.56%209.751a.75.75%200%200%201-1.122.997l-2-2.25a.75.75%200%200%201%200-.997l2-2.25a.75.75%200%200%201%20.985-.12L1.146%201.854a.5.5%200%200%201%200-.707m10.356%204.042a.75.75%200%200%201%201.058.062l2%202.25a.75.75%200%200%201%200%20.997l-1.854%202.086l-1.063-1.063l1.353-1.522l-1.557-1.75a.75.75%200%200%201%20.063-1.06M8.914%203.194a.75.75%200%200%201%201.371.61L8.943%206.82L7.807%205.685z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.146%201.147a.5.5%200%200%201%20.707%200l13%2013a.5.5%200%200%201-.707.707L8.073%208.779l-1.787%204.025a.75.75%200%200%201-1.371-.61l2.022-4.551L4.61%205.317a.75.75%200%200%201-.05.931L3.004%208L4.56%209.751a.75.75%200%200%201-1.122.997l-2-2.25a.75.75%200%200%201%200-.997l2-2.25a.75.75%200%200%201%20.985-.12L1.146%201.854a.5.5%200%200%201%200-.707m10.356%204.042a.75.75%200%200%201%201.058.062l2%202.25a.75.75%200%200%201%200%20.997l-1.854%202.086l-1.063-1.063l1.353-1.522l-1.557-1.75a.75.75%200%200%201%20.063-1.06M8.914%203.194a.75.75%200%200%201%201.371.61L8.943%206.82L7.807%205.685z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/code-off-16-filled.svg?color=%231a73e8&size=48