code off icon
code-off-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- code-off-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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-6.957-6.957l-2.222 5.782a.5.5 0 0 1-.934-.359l2.382-6.198l-3.448-3.448a.5.5 0 0 1-.087.151L3.158 10l2.722 3.175a.5.5 0 0 1-.76.651l-3-3.5a.5.5 0 0 1 0-.651l3-3.5a.5.5 0 0 1 .205-.142L2.146 2.854a.5.5 0 0 1 0-.708M14.175 6.62a.5.5 0 0 1 .705.054l3 3.5a.5.5 0 0 1 0 .651l-2.277 2.656l-.71-.71l1.949-2.272l-2.722-3.174a.5.5 0 0 1 .055-.705m-2.142-3.3a.5.5 0 0 1 .934.359l-1.991 5.175l-.774-.774z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCodeOff20Regular(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-6.957-6.957l-2.222 5.782a.5.5 0 0 1-.934-.359l2.382-6.198l-3.448-3.448a.5.5 0 0 1-.087.151L3.158 10l2.722 3.175a.5.5 0 0 1-.76.651l-3-3.5a.5.5 0 0 1 0-.651l3-3.5a.5.5 0 0 1 .205-.142L2.146 2.854a.5.5 0 0 1 0-.708M14.175 6.62a.5.5 0 0 1 .705.054l3 3.5a.5.5 0 0 1 0 .651l-2.277 2.656l-.71-.71l1.949-2.272l-2.722-3.174a.5.5 0 0 1 .055-.705m-2.142-3.3a.5.5 0 0 1 .934.359l-1.991 5.175l-.774-.774z"/></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-6.957-6.957l-2.222 5.782a.5.5 0 0 1-.934-.359l2.382-6.198l-3.448-3.448a.5.5 0 0 1-.087.151L3.158 10l2.722 3.175a.5.5 0 0 1-.76.651l-3-3.5a.5.5 0 0 1 0-.651l3-3.5a.5.5 0 0 1 .205-.142L2.146 2.854a.5.5 0 0 1 0-.708M14.175 6.62a.5.5 0 0 1 .705.054l3 3.5a.5.5 0 0 1 0 .651l-2.277 2.656l-.71-.71l1.949-2.272l-2.722-3.174a.5.5 0 0 1 .055-.705m-2.142-3.3a.5.5 0 0 1 .934.359l-1.991 5.175l-.774-.774z"/></svg> </template>
CSS
.icon-code-off-20-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%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-6.957-6.957l-2.222%205.782a.5.5%200%200%201-.934-.359l2.382-6.198l-3.448-3.448a.5.5%200%200%201-.087.151L3.158%2010l2.722%203.175a.5.5%200%200%201-.76.651l-3-3.5a.5.5%200%200%201%200-.651l3-3.5a.5.5%200%200%201%20.205-.142L2.146%202.854a.5.5%200%200%201%200-.708M14.175%206.62a.5.5%200%200%201%20.705.054l3%203.5a.5.5%200%200%201%200%20.651l-2.277%202.656l-.71-.71l1.949-2.272l-2.722-3.174a.5.5%200%200%201%20.055-.705m-2.142-3.3a.5.5%200%200%201%20.934.359l-1.991%205.175l-.774-.774z%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-6.957-6.957l-2.222%205.782a.5.5%200%200%201-.934-.359l2.382-6.198l-3.448-3.448a.5.5%200%200%201-.087.151L3.158%2010l2.722%203.175a.5.5%200%200%201-.76.651l-3-3.5a.5.5%200%200%201%200-.651l3-3.5a.5.5%200%200%201%20.205-.142L2.146%202.854a.5.5%200%200%201%200-.708M14.175%206.62a.5.5%200%200%201%20.705.054l3%203.5a.5.5%200%200%201%200%20.651l-2.277%202.656l-.71-.71l1.949-2.272l-2.722-3.174a.5.5%200%200%201%20.055-.705m-2.142-3.3a.5.5%200%200%201%20.934.359l-1.991%205.175l-.774-.774z%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-regular.svg?color=%231a73e8&size=48