code-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
code-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the code icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M71.68 97.22L34.74 128l36.94 30.78a12 12 0 1 1-15.36 18.44l-48-40a12 12 0 0 1 0-18.44l48-40a12 12 0 0 1 15.36 18.44m176 21.56l-48-40a12 12 0 1 0-15.36 18.44L221.26 128l-36.94 30.78a12 12 0 1 0 15.36 18.44l48-40a12 12 0 0 0 0-18.44M164.1 28.72a12 12 0 0 0-15.38 7.18l-64 176a12 12 0 0 0 7.18 15.37a11.8 11.8 0 0 0 4.1.73a12 12 0 0 0 11.28-7.9l64-176a12 12 0 0 0-7.18-15.38"/></svg>

React

import type { SVGProps } from "react";

export function PhCodeBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M71.68 97.22L34.74 128l36.94 30.78a12 12 0 1 1-15.36 18.44l-48-40a12 12 0 0 1 0-18.44l48-40a12 12 0 0 1 15.36 18.44m176 21.56l-48-40a12 12 0 1 0-15.36 18.44L221.26 128l-36.94 30.78a12 12 0 1 0 15.36 18.44l48-40a12 12 0 0 0 0-18.44M164.1 28.72a12 12 0 0 0-15.38 7.18l-64 176a12 12 0 0 0 7.18 15.37a11.8 11.8 0 0 0 4.1.73a12 12 0 0 0 11.28-7.9l64-176a12 12 0 0 0-7.18-15.38"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M71.68 97.22L34.74 128l36.94 30.78a12 12 0 1 1-15.36 18.44l-48-40a12 12 0 0 1 0-18.44l48-40a12 12 0 0 1 15.36 18.44m176 21.56l-48-40a12 12 0 1 0-15.36 18.44L221.26 128l-36.94 30.78a12 12 0 1 0 15.36 18.44l48-40a12 12 0 0 0 0-18.44M164.1 28.72a12 12 0 0 0-15.38 7.18l-64 176a12 12 0 0 0 7.18 15.37a11.8 11.8 0 0 0 4.1.73a12 12 0 0 0 11.28-7.9l64-176a12 12 0 0 0-7.18-15.38"/></svg>
</template>

CSS

.icon-code-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M71.68%2097.22L34.74%20128l36.94%2030.78a12%2012%200%201%201-15.36%2018.44l-48-40a12%2012%200%200%201%200-18.44l48-40a12%2012%200%200%201%2015.36%2018.44m176%2021.56l-48-40a12%2012%200%201%200-15.36%2018.44L221.26%20128l-36.94%2030.78a12%2012%200%201%200%2015.36%2018.44l48-40a12%2012%200%200%200%200-18.44M164.1%2028.72a12%2012%200%200%200-15.38%207.18l-64%20176a12%2012%200%200%200%207.18%2015.37a11.8%2011.8%200%200%200%204.1.73a12%2012%200%200%200%2011.28-7.9l64-176a12%2012%200%200%200-7.18-15.38%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M71.68%2097.22L34.74%20128l36.94%2030.78a12%2012%200%201%201-15.36%2018.44l-48-40a12%2012%200%200%201%200-18.44l48-40a12%2012%200%200%201%2015.36%2018.44m176%2021.56l-48-40a12%2012%200%201%200-15.36%2018.44L221.26%20128l-36.94%2030.78a12%2012%200%201%200%2015.36%2018.44l48-40a12%2012%200%200%200%200-18.44M164.1%2028.72a12%2012%200%200%200-15.38%207.18l-64%20176a12%2012%200%200%200%207.18%2015.37a11.8%2011.8%200%200%200%204.1.73a12%2012%200%200%200%2011.28-7.9l64-176a12%2012%200%200%200-7.18-15.38%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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