code-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
code-thin
Set
Phosphor
Style
Thin
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="M66.56 91.07L22.25 128l44.31 36.93A4 4 0 0 1 64 172a3.94 3.94 0 0 1-2.56-.93l-48-40a4 4 0 0 1 0-6.14l48-40a4 4 0 0 1 5.12 6.14m176 33.86l-48-40a4 4 0 1 0-5.12 6.14L233.75 128l-44.31 36.93a4 4 0 1 0 5.12 6.14l48-40a4 4 0 0 0 0-6.14m-81.19-88.69a4 4 0 0 0-5.13 2.39l-64 176a4 4 0 0 0 2.39 5.13A4.1 4.1 0 0 0 96 220a4 4 0 0 0 3.76-2.63l64-176a4 4 0 0 0-2.39-5.13"/></svg>

React

import type { SVGProps } from "react";

export function PhCodeThin(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="M66.56 91.07L22.25 128l44.31 36.93A4 4 0 0 1 64 172a3.94 3.94 0 0 1-2.56-.93l-48-40a4 4 0 0 1 0-6.14l48-40a4 4 0 0 1 5.12 6.14m176 33.86l-48-40a4 4 0 1 0-5.12 6.14L233.75 128l-44.31 36.93a4 4 0 1 0 5.12 6.14l48-40a4 4 0 0 0 0-6.14m-81.19-88.69a4 4 0 0 0-5.13 2.39l-64 176a4 4 0 0 0 2.39 5.13A4.1 4.1 0 0 0 96 220a4 4 0 0 0 3.76-2.63l64-176a4 4 0 0 0-2.39-5.13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M66.56 91.07L22.25 128l44.31 36.93A4 4 0 0 1 64 172a3.94 3.94 0 0 1-2.56-.93l-48-40a4 4 0 0 1 0-6.14l48-40a4 4 0 0 1 5.12 6.14m176 33.86l-48-40a4 4 0 1 0-5.12 6.14L233.75 128l-44.31 36.93a4 4 0 1 0 5.12 6.14l48-40a4 4 0 0 0 0-6.14m-81.19-88.69a4 4 0 0 0-5.13 2.39l-64 176a4 4 0 0 0 2.39 5.13A4.1 4.1 0 0 0 96 220a4 4 0 0 0 3.76-2.63l64-176a4 4 0 0 0-2.39-5.13"/></svg>
</template>

CSS

.icon-code-thin {
  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%22M66.56%2091.07L22.25%20128l44.31%2036.93A4%204%200%200%201%2064%20172a3.94%203.94%200%200%201-2.56-.93l-48-40a4%204%200%200%201%200-6.14l48-40a4%204%200%200%201%205.12%206.14m176%2033.86l-48-40a4%204%200%201%200-5.12%206.14L233.75%20128l-44.31%2036.93a4%204%200%201%200%205.12%206.14l48-40a4%204%200%200%200%200-6.14m-81.19-88.69a4%204%200%200%200-5.13%202.39l-64%20176a4%204%200%200%200%202.39%205.13A4.1%204.1%200%200%200%2096%20220a4%204%200%200%200%203.76-2.63l64-176a4%204%200%200%200-2.39-5.13%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%22M66.56%2091.07L22.25%20128l44.31%2036.93A4%204%200%200%201%2064%20172a3.94%203.94%200%200%201-2.56-.93l-48-40a4%204%200%200%201%200-6.14l48-40a4%204%200%200%201%205.12%206.14m176%2033.86l-48-40a4%204%200%201%200-5.12%206.14L233.75%20128l-44.31%2036.93a4%204%200%201%200%205.12%206.14l48-40a4%204%200%200%200%200-6.14m-81.19-88.69a4%204%200%200%200-5.13%202.39l-64%20176a4%204%200%200%200%202.39%205.13A4.1%204.1%200%200%200%2096%20220a4%204%200%200%200%203.76-2.63l64-176a4%204%200%200%200-2.39-5.13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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