code icon
code-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- code-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
codeBootstrap IconscodeBoxIcons v2codeCarboncode-fillEva IconscodeFont Awesome 6 SolidcodeFeather Iconscodecss.ggcodeHuge IconscodeHumbleiconscodeIconoircodeIonIconscodeJam IconscodeLine AwesomecodeLucidecodeMajesticonscodeMaterial Symbolscode-fillMingCute IconcodeOcticonscodePhosphorcodePixelarticonscodeRadix Iconscode-fillRemix Iconcode-boldSolarcodeTabler Icons
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-off-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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.066 18.943l6.5-14.5a.75.75 0 0 1 1.404.518l-.036.096l-6.5 14.5a.75.75 0 0 1-1.404-.518zl6.5-14.5zM2.22 11.47l4.25-4.25a.75.75 0 0 1 1.133.976l-.073.085L3.81 12l3.72 3.719a.75.75 0 0 1-.976 1.133l-.084-.073l-4.25-4.25a.75.75 0 0 1-.073-.976zl4.25-4.25zm14.25-4.25a.75.75 0 0 1 .976-.073l.084.073l4.25 4.25a.75.75 0 0 1 .073.976l-.073.085l-4.25 4.25a.75.75 0 0 1-1.133-.977l.073-.084L20.19 12l-3.72-3.72a.75.75 0 0 1 0-1.06"/></svg>
React
import type { SVGProps } from "react";
export function FluentCode24Regular(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="m8.066 18.943l6.5-14.5a.75.75 0 0 1 1.404.518l-.036.096l-6.5 14.5a.75.75 0 0 1-1.404-.518zl6.5-14.5zM2.22 11.47l4.25-4.25a.75.75 0 0 1 1.133.976l-.073.085L3.81 12l3.72 3.719a.75.75 0 0 1-.976 1.133l-.084-.073l-4.25-4.25a.75.75 0 0 1-.073-.976zl4.25-4.25zm14.25-4.25a.75.75 0 0 1 .976-.073l.084.073l4.25 4.25a.75.75 0 0 1 .073.976l-.073.085l-4.25 4.25a.75.75 0 0 1-1.133-.977l.073-.084L20.19 12l-3.72-3.72a.75.75 0 0 1 0-1.06"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.066 18.943l6.5-14.5a.75.75 0 0 1 1.404.518l-.036.096l-6.5 14.5a.75.75 0 0 1-1.404-.518zl6.5-14.5zM2.22 11.47l4.25-4.25a.75.75 0 0 1 1.133.976l-.073.085L3.81 12l3.72 3.719a.75.75 0 0 1-.976 1.133l-.084-.073l-4.25-4.25a.75.75 0 0 1-.073-.976zl4.25-4.25zm14.25-4.25a.75.75 0 0 1 .976-.073l.084.073l4.25 4.25a.75.75 0 0 1 .073.976l-.073.085l-4.25 4.25a.75.75 0 0 1-1.133-.977l.073-.084L20.19 12l-3.72-3.72a.75.75 0 0 1 0-1.06"/></svg> </template>
CSS
.icon-code-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%22m8.066%2018.943l6.5-14.5a.75.75%200%200%201%201.404.518l-.036.096l-6.5%2014.5a.75.75%200%200%201-1.404-.518zl6.5-14.5zM2.22%2011.47l4.25-4.25a.75.75%200%200%201%201.133.976l-.073.085L3.81%2012l3.72%203.719a.75.75%200%200%201-.976%201.133l-.084-.073l-4.25-4.25a.75.75%200%200%201-.073-.976zl4.25-4.25zm14.25-4.25a.75.75%200%200%201%20.976-.073l.084.073l4.25%204.25a.75.75%200%200%201%20.073.976l-.073.085l-4.25%204.25a.75.75%200%200%201-1.133-.977l.073-.084L20.19%2012l-3.72-3.72a.75.75%200%200%201%200-1.06%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%22m8.066%2018.943l6.5-14.5a.75.75%200%200%201%201.404.518l-.036.096l-6.5%2014.5a.75.75%200%200%201-1.404-.518zl6.5-14.5zM2.22%2011.47l4.25-4.25a.75.75%200%200%201%201.133.976l-.073.085L3.81%2012l3.72%203.719a.75.75%200%200%201-.976%201.133l-.084-.073l-4.25-4.25a.75.75%200%200%201-.073-.976zl4.25-4.25zm14.25-4.25a.75.75%200%200%201%20.976-.073l.084.073l4.25%204.25a.75.75%200%200%201%20.073.976l-.073.085l-4.25%204.25a.75.75%200%200%201-1.133-.977l.073-.084L20.19%2012l-3.72-3.72a.75.75%200%200%201%200-1.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/code-24-regular.svg?color=%231a73e8&size=48