code icon
code-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.
- Name
- code-fill
- Set
- Eva Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
The same icon in other sets
codeBootstrap IconscodeBoxIcons v2codeCarboncodeFont Awesome 6 SolidcodeFeather Iconscode-16-filledFluent UI System Iconscodecss.ggcodeHuge IconscodeHumbleiconscodeIconoircodeIonIconscodeJam IconscodeLine AwesomecodeLucidecodeMajesticonscodeMaterial Symbolscode-fillMingCute IconcodeOcticonscodePhosphorcodePixelarticonscodeRadix Iconscode-fillRemix Iconcode-boldSolarcodeTabler Icons
Related icons in Eva Icons
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.64 5.23a1 1 0 0 0-1.41.13l-5 6a1 1 0 0 0 0 1.27l4.83 6a1 1 0 0 0 .78.37a1 1 0 0 0 .78-1.63L4.29 12l4.48-5.36a1 1 0 0 0-.13-1.41m13.14 6.14l-4.78-6a1 1 0 0 0-1.41-.15a1 1 0 0 0-.15 1.41L19.71 12l-4.48 5.37a1 1 0 0 0 .13 1.41A1 1 0 0 0 16 19a1 1 0 0 0 .77-.36l5-6a1 1 0 0 0 .01-1.27"/></svg>
React
import type { SVGProps } from "react";
export function EvaCodeFill(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.64 5.23a1 1 0 0 0-1.41.13l-5 6a1 1 0 0 0 0 1.27l4.83 6a1 1 0 0 0 .78.37a1 1 0 0 0 .78-1.63L4.29 12l4.48-5.36a1 1 0 0 0-.13-1.41m13.14 6.14l-4.78-6a1 1 0 0 0-1.41-.15a1 1 0 0 0-.15 1.41L19.71 12l-4.48 5.37a1 1 0 0 0 .13 1.41A1 1 0 0 0 16 19a1 1 0 0 0 .77-.36l5-6a1 1 0 0 0 .01-1.27"/></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.64 5.23a1 1 0 0 0-1.41.13l-5 6a1 1 0 0 0 0 1.27l4.83 6a1 1 0 0 0 .78.37a1 1 0 0 0 .78-1.63L4.29 12l4.48-5.36a1 1 0 0 0-.13-1.41m13.14 6.14l-4.78-6a1 1 0 0 0-1.41-.15a1 1 0 0 0-.15 1.41L19.71 12l-4.48 5.37a1 1 0 0 0 .13 1.41A1 1 0 0 0 16 19a1 1 0 0 0 .77-.36l5-6a1 1 0 0 0 .01-1.27"/></svg> </template>
CSS
.icon-code-fill {
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.64%205.23a1%201%200%200%200-1.41.13l-5%206a1%201%200%200%200%200%201.27l4.83%206a1%201%200%200%200%20.78.37a1%201%200%200%200%20.78-1.63L4.29%2012l4.48-5.36a1%201%200%200%200-.13-1.41m13.14%206.14l-4.78-6a1%201%200%200%200-1.41-.15a1%201%200%200%200-.15%201.41L19.71%2012l-4.48%205.37a1%201%200%200%200%20.13%201.41A1%201%200%200%200%2016%2019a1%201%200%200%200%20.77-.36l5-6a1%201%200%200%200%20.01-1.27%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.64%205.23a1%201%200%200%200-1.41.13l-5%206a1%201%200%200%200%200%201.27l4.83%206a1%201%200%200%200%20.78.37a1%201%200%200%200%20.78-1.63L4.29%2012l4.48-5.36a1%201%200%200%200-.13-1.41m13.14%206.14l-4.78-6a1%201%200%200%200-1.41-.15a1%201%200%200%200-.15%201.41L19.71%2012l-4.48%205.37a1%201%200%200%200%20.13%201.41A1%201%200%200%200%2016%2019a1%201%200%200%200%20.77-.36l5-6a1%201%200%200%200%20.01-1.27%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/code-fill.svg?color=%231a73e8&size=48