code off icon
code-off-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- code-off-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M2.146 2.146a.5.5 0 0 1 .707 0l15 15a.5.5 0 0 1-.707.708l-7.141-7.142l-2.569 5.84a.75.75 0 0 1-1.373-.604l2.803-6.375l-2.87-2.87a.74.74 0 0 1-.151.505L3.696 10l2.149 2.793a.75.75 0 0 1-1.19.915l-2.5-3.25a.75.75 0 0 1 0-.915l2.5-3.25a.75.75 0 0 1 .64-.291L2.146 2.854a.5.5 0 0 1 0-.708m12.147 4.01a.75.75 0 0 1 1.052.137l2.5 3.25a.75.75 0 0 1 0 .915l-2.29 2.976l-1.07-1.07L16.303 10l-2.149-2.792a.75.75 0 0 1 .138-1.052m-2.73-2.708a.751.751 0 0 1 1.374.605L10.87 8.749L9.731 7.61z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCodeOff20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.146 2.146a.5.5 0 0 1 .707 0l15 15a.5.5 0 0 1-.707.708l-7.141-7.142l-2.569 5.84a.75.75 0 0 1-1.373-.604l2.803-6.375l-2.87-2.87a.74.74 0 0 1-.151.505L3.696 10l2.149 2.793a.75.75 0 0 1-1.19.915l-2.5-3.25a.75.75 0 0 1 0-.915l2.5-3.25a.75.75 0 0 1 .64-.291L2.146 2.854a.5.5 0 0 1 0-.708m12.147 4.01a.75.75 0 0 1 1.052.137l2.5 3.25a.75.75 0 0 1 0 .915l-2.29 2.976l-1.07-1.07L16.303 10l-2.149-2.792a.75.75 0 0 1 .138-1.052m-2.73-2.708a.751.751 0 0 1 1.374.605L10.87 8.749L9.731 7.61z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.146 2.146a.5.5 0 0 1 .707 0l15 15a.5.5 0 0 1-.707.708l-7.141-7.142l-2.569 5.84a.75.75 0 0 1-1.373-.604l2.803-6.375l-2.87-2.87a.74.74 0 0 1-.151.505L3.696 10l2.149 2.793a.75.75 0 0 1-1.19.915l-2.5-3.25a.75.75 0 0 1 0-.915l2.5-3.25a.75.75 0 0 1 .64-.291L2.146 2.854a.5.5 0 0 1 0-.708m12.147 4.01a.75.75 0 0 1 1.052.137l2.5 3.25a.75.75 0 0 1 0 .915l-2.29 2.976l-1.07-1.07L16.303 10l-2.149-2.792a.75.75 0 0 1 .138-1.052m-2.73-2.708a.751.751 0 0 1 1.374.605L10.87 8.749L9.731 7.61z"/></svg> </template>
CSS
.icon-code-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.146%202.146a.5.5%200%200%201%20.707%200l15%2015a.5.5%200%200%201-.707.708l-7.141-7.142l-2.569%205.84a.75.75%200%200%201-1.373-.604l2.803-6.375l-2.87-2.87a.74.74%200%200%201-.151.505L3.696%2010l2.149%202.793a.75.75%200%200%201-1.19.915l-2.5-3.25a.75.75%200%200%201%200-.915l2.5-3.25a.75.75%200%200%201%20.64-.291L2.146%202.854a.5.5%200%200%201%200-.708m12.147%204.01a.75.75%200%200%201%201.052.137l2.5%203.25a.75.75%200%200%201%200%20.915l-2.29%202.976l-1.07-1.07L16.303%2010l-2.149-2.792a.75.75%200%200%201%20.138-1.052m-2.73-2.708a.751.751%200%200%201%201.374.605L10.87%208.749L9.731%207.61z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.146%202.146a.5.5%200%200%201%20.707%200l15%2015a.5.5%200%200%201-.707.708l-7.141-7.142l-2.569%205.84a.75.75%200%200%201-1.373-.604l2.803-6.375l-2.87-2.87a.74.74%200%200%201-.151.505L3.696%2010l2.149%202.793a.75.75%200%200%201-1.19.915l-2.5-3.25a.75.75%200%200%201%200-.915l2.5-3.25a.75.75%200%200%201%20.64-.291L2.146%202.854a.5.5%200%200%201%200-.708m12.147%204.01a.75.75%200%200%201%201.052.137l2.5%203.25a.75.75%200%200%201%200%20.915l-2.29%202.976l-1.07-1.07L16.303%2010l-2.149-2.792a.75.75%200%200%201%20.138-1.052m-2.73-2.708a.751.751%200%200%201%201.374.605L10.87%208.749L9.731%207.61z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/code-off-20-filled.svg?color=%231a73e8&size=48