code icon
code-twotone from Ant Design Icons by HeskeyBaozi · TwoTone · MIT Free for personal and commercial use.
- Name
- code-twotone
- Set
- Ant Design Icons
- Style
- TwoTone
- Viewbox
- 1024×1024
- License
- MIT
2 other variants in Ant Design Icons
The same icon in other sets
codeBootstrap IconscodeBoxIcons v2codeCarboncodeCodiconscode-fillEva IconscodeFont Awesome 6 SolidcodeFont Awesome SolidcodeFeather Iconscode-outlineFlowbite Iconscode-16-filledFluent UI System Iconscode-16Fluent UI System Color Iconscodecss.ggcodeHuge IconscodeHumbleiconscodeIconParkcodeIconPark OutlinecodeIconoircodeIonIconscodeJam IconscodeLine AwesomecodeLucidecodeMajesticonscodeMaterial SymbolscodeMaterial Symbols Light
Related icons in Ant Design Icons
Use the code icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32m-40 728H184V184h656z"/><path fill="currentColor" fill-opacity=".15" d="M184 840h656V184H184zm339.5-223h185c4.1 0 7.5 3.6 7.5 8v48c0 4.4-3.4 8-7.5 8h-185c-4.1 0-7.5-3.6-7.5-8v-48c0-4.4 3.4-8 7.5-8M308 610.3c0-2.3 1.1-4.6 2.9-6.1L420.7 512l-109.8-92.2a7.63 7.63 0 0 1-2.9-6.1V351c0-6.8 7.9-10.5 13.1-6.1l192 160.9c3.9 3.2 3.9 9.1 0 12.3l-192 161c-5.2 4.4-13.1.7-13.1-6.1z"/><path fill="currentColor" d="m321.1 679.1l192-161c3.9-3.2 3.9-9.1 0-12.3l-192-160.9A7.95 7.95 0 0 0 308 351v62.7c0 2.4 1 4.6 2.9 6.1L420.7 512l-109.8 92.2a8.1 8.1 0 0 0-2.9 6.1V673c0 6.8 7.9 10.5 13.1 6.1M516 673c0 4.4 3.4 8 7.5 8h185c4.1 0 7.5-3.6 7.5-8v-48c0-4.4-3.4-8-7.5-8h-185c-4.1 0-7.5 3.6-7.5 8z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignCodeTwotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32m-40 728H184V184h656z"/><path fill="currentColor" fillOpacity=".15" d="M184 840h656V184H184zm339.5-223h185c4.1 0 7.5 3.6 7.5 8v48c0 4.4-3.4 8-7.5 8h-185c-4.1 0-7.5-3.6-7.5-8v-48c0-4.4 3.4-8 7.5-8M308 610.3c0-2.3 1.1-4.6 2.9-6.1L420.7 512l-109.8-92.2a7.63 7.63 0 0 1-2.9-6.1V351c0-6.8 7.9-10.5 13.1-6.1l192 160.9c3.9 3.2 3.9 9.1 0 12.3l-192 161c-5.2 4.4-13.1.7-13.1-6.1z"/><path fill="currentColor" d="m321.1 679.1l192-161c3.9-3.2 3.9-9.1 0-12.3l-192-160.9A7.95 7.95 0 0 0 308 351v62.7c0 2.4 1 4.6 2.9 6.1L420.7 512l-109.8 92.2a8.1 8.1 0 0 0-2.9 6.1V673c0 6.8 7.9 10.5 13.1 6.1M516 673c0 4.4 3.4 8 7.5 8h185c4.1 0 7.5-3.6 7.5-8v-48c0-4.4-3.4-8-7.5-8h-185c-4.1 0-7.5 3.6-7.5 8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32m-40 728H184V184h656z"/><path fill="currentColor" fill-opacity=".15" d="M184 840h656V184H184zm339.5-223h185c4.1 0 7.5 3.6 7.5 8v48c0 4.4-3.4 8-7.5 8h-185c-4.1 0-7.5-3.6-7.5-8v-48c0-4.4 3.4-8 7.5-8M308 610.3c0-2.3 1.1-4.6 2.9-6.1L420.7 512l-109.8-92.2a7.63 7.63 0 0 1-2.9-6.1V351c0-6.8 7.9-10.5 13.1-6.1l192 160.9c3.9 3.2 3.9 9.1 0 12.3l-192 161c-5.2 4.4-13.1.7-13.1-6.1z"/><path fill="currentColor" d="m321.1 679.1l192-161c3.9-3.2 3.9-9.1 0-12.3l-192-160.9A7.95 7.95 0 0 0 308 351v62.7c0 2.4 1 4.6 2.9 6.1L420.7 512l-109.8 92.2a8.1 8.1 0 0 0-2.9 6.1V673c0 6.8 7.9 10.5 13.1 6.1M516 673c0 4.4 3.4 8 7.5 8h185c4.1 0 7.5-3.6 7.5-8v-48c0-4.4-3.4-8-7.5-8h-185c-4.1 0-7.5 3.6-7.5 8z"/></svg> </template>
CSS
.icon-code-twotone {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M880%20112H144c-17.7%200-32%2014.3-32%2032v736c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V144c0-17.7-14.3-32-32-32m-40%20728H184V184h656z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M184%20840h656V184H184zm339.5-223h185c4.1%200%207.5%203.6%207.5%208v48c0%204.4-3.4%208-7.5%208h-185c-4.1%200-7.5-3.6-7.5-8v-48c0-4.4%203.4-8%207.5-8M308%20610.3c0-2.3%201.1-4.6%202.9-6.1L420.7%20512l-109.8-92.2a7.63%207.63%200%200%201-2.9-6.1V351c0-6.8%207.9-10.5%2013.1-6.1l192%20160.9c3.9%203.2%203.9%209.1%200%2012.3l-192%20161c-5.2%204.4-13.1.7-13.1-6.1z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m321.1%20679.1l192-161c3.9-3.2%203.9-9.1%200-12.3l-192-160.9A7.95%207.95%200%200%200%20308%20351v62.7c0%202.4%201%204.6%202.9%206.1L420.7%20512l-109.8%2092.2a8.1%208.1%200%200%200-2.9%206.1V673c0%206.8%207.9%2010.5%2013.1%206.1M516%20673c0%204.4%203.4%208%207.5%208h185c4.1%200%207.5-3.6%207.5-8v-48c0-4.4-3.4-8-7.5-8h-185c-4.1%200-7.5%203.6-7.5%208z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M880%20112H144c-17.7%200-32%2014.3-32%2032v736c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V144c0-17.7-14.3-32-32-32m-40%20728H184V184h656z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M184%20840h656V184H184zm339.5-223h185c4.1%200%207.5%203.6%207.5%208v48c0%204.4-3.4%208-7.5%208h-185c-4.1%200-7.5-3.6-7.5-8v-48c0-4.4%203.4-8%207.5-8M308%20610.3c0-2.3%201.1-4.6%202.9-6.1L420.7%20512l-109.8-92.2a7.63%207.63%200%200%201-2.9-6.1V351c0-6.8%207.9-10.5%2013.1-6.1l192%20160.9c3.9%203.2%203.9%209.1%200%2012.3l-192%20161c-5.2%204.4-13.1.7-13.1-6.1z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m321.1%20679.1l192-161c3.9-3.2%203.9-9.1%200-12.3l-192-160.9A7.95%207.95%200%200%200%20308%20351v62.7c0%202.4%201%204.6%202.9%206.1L420.7%20512l-109.8%2092.2a8.1%208.1%200%200%200-2.9%206.1V673c0%206.8%207.9%2010.5%2013.1%206.1M516%20673c0%204.4%203.4%208%207.5%208h185c4.1%200%207.5-3.6%207.5-8v-48c0-4.4-3.4-8-7.5-8h-185c-4.1%200-7.5%203.6-7.5%208z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/code-twotone.svg?color=%231a73e8&size=48