code-solid from Dither Icons by Vijay K Singh · Solid · MIT Free for personal and commercial use.

Name
code-solid
Set
Dither Icons
Style
Solid
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

The same icon in other sets

All code icons →

Related icons in Dither Icons

Use the code icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><clipPath id="svgID2"><path d="M13.25 4.1a.8.8 0 0 1 1.55.4L10.75 19.9a.8.8 0 0 1-1.55-.4Z"/></clipPath></defs><path fill-rule="evenodd" d="M7.65 5.25 2.9 11.4q-.45.6 0 1.2l4.75 6.15 1.45-1.12L4.8 12l4.3-5.63Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M7.8 5.6l.9.7M7.8 18.4l.9-.7" opacity="0"/><path fill-rule="evenodd" d="M16.35 5.25 21.1 11.4q.45.6 0 1.2l-4.75 6.15-1.45-1.12L19.2 12l-4.3-5.63Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M16.2 5.6l-.9.7M16.2 18.4l-.9-.7" opacity="0"/><path fill-rule="evenodd" d="M13.25 4.1a.8.8 0 0 1 1.55.4L10.75 19.9a.8.8 0 0 1-1.55-.4Z"/><g clip-path="url(#svgID2)"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.05" d="M13.85 5.1l-.55 2.15" opacity="0"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M1.9 12H1" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M22.1 12H23" opacity="0"/></g></svg>

React

import type { SVGProps } from "react";

export function DitherCodeSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><clipPath id="svgID2"><path d="M13.25 4.1a.8.8 0 0 1 1.55.4L10.75 19.9a.8.8 0 0 1-1.55-.4Z"/></clipPath></defs><path fillRule="evenodd" d="M7.65 5.25 2.9 11.4q-.45.6 0 1.2l4.75 6.15 1.45-1.12L4.8 12l4.3-5.63Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M7.8 5.6l.9.7M7.8 18.4l.9-.7" opacity="0"/><path fillRule="evenodd" d="M16.35 5.25 21.1 11.4q.45.6 0 1.2l-4.75 6.15-1.45-1.12L19.2 12l-4.3-5.63Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M16.2 5.6l-.9.7M16.2 18.4l-.9-.7" opacity="0"/><path fillRule="evenodd" d="M13.25 4.1a.8.8 0 0 1 1.55.4L10.75 19.9a.8.8 0 0 1-1.55-.4Z"/><g clipPath="url(#svgID2)"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.05" d="M13.85 5.1l-.55 2.15" opacity="0"/></g><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M1.9 12H1" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M22.1 12H23" opacity="0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><clipPath id="svgID2"><path d="M13.25 4.1a.8.8 0 0 1 1.55.4L10.75 19.9a.8.8 0 0 1-1.55-.4Z"/></clipPath></defs><path fill-rule="evenodd" d="M7.65 5.25 2.9 11.4q-.45.6 0 1.2l4.75 6.15 1.45-1.12L4.8 12l4.3-5.63Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M7.8 5.6l.9.7M7.8 18.4l.9-.7" opacity="0"/><path fill-rule="evenodd" d="M16.35 5.25 21.1 11.4q.45.6 0 1.2l-4.75 6.15-1.45-1.12L19.2 12l-4.3-5.63Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M16.2 5.6l-.9.7M16.2 18.4l-.9-.7" opacity="0"/><path fill-rule="evenodd" d="M13.25 4.1a.8.8 0 0 1 1.55.4L10.75 19.9a.8.8 0 0 1-1.55-.4Z"/><g clip-path="url(#svgID2)"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.05" d="M13.85 5.1l-.55 2.15" opacity="0"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M1.9 12H1" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M22.1 12H23" opacity="0"/></g></svg>
</template>

CSS

.icon-code-solid {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22svgID2%22%3E%3Cpath%20d%3D%22M13.25%204.1a.8.8%200%200%201%201.55.4L10.75%2019.9a.8.8%200%200%201-1.55-.4Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.65%205.25%202.9%2011.4q-.45.6%200%201.2l4.75%206.15%201.45-1.12L4.8%2012l4.3-5.63Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M7.8%205.6l.9.7M7.8%2018.4l.9-.7%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.35%205.25%2021.1%2011.4q.45.6%200%201.2l-4.75%206.15-1.45-1.12L19.2%2012l-4.3-5.63Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M16.2%205.6l-.9.7M16.2%2018.4l-.9-.7%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.25%204.1a.8.8%200%200%201%201.55.4L10.75%2019.9a.8.8%200%200%201-1.55-.4Z%22%2F%3E%3Cg%20clip-path%3D%22url(%23svgID2)%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.05%22%20d%3D%22M13.85%205.1l-.55%202.15%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M1.9%2012H1%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M22.1%2012H23%22%20opacity%3D%220%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22svgID2%22%3E%3Cpath%20d%3D%22M13.25%204.1a.8.8%200%200%201%201.55.4L10.75%2019.9a.8.8%200%200%201-1.55-.4Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.65%205.25%202.9%2011.4q-.45.6%200%201.2l4.75%206.15%201.45-1.12L4.8%2012l4.3-5.63Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M7.8%205.6l.9.7M7.8%2018.4l.9-.7%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.35%205.25%2021.1%2011.4q.45.6%200%201.2l-4.75%206.15-1.45-1.12L19.2%2012l-4.3-5.63Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M16.2%205.6l-.9.7M16.2%2018.4l-.9-.7%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.25%204.1a.8.8%200%200%201%201.55.4L10.75%2019.9a.8.8%200%200%201-1.55-.4Z%22%2F%3E%3Cg%20clip-path%3D%22url(%23svgID2)%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.05%22%20d%3D%22M13.85%205.1l-.55%202.15%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M1.9%2012H1%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M22.1%2012H23%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/dither/code-solid.svg?color=%231a73e8&size=48