code-16 from Fluent UI System Color Icons by Microsoft Corporation · 16 · MIT Free for personal and commercial use.

Name
code-16
Set
Fluent UI System Color Icons
Style
16
Viewbox
16×16
License
MIT

2 other variants in Fluent UI System Color Icons

The same icon in other sets

Related icons in Fluent UI System Color Icons

Use the code icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGe9GAeS4c)" d="M9.905 2.815a.75.75 0 0 1 .38.99l-4 9a.75.75 0 1 1-1.37-.61l4-9a.75.75 0 0 1 .99-.38M4.498 5.189a.75.75 0 0 1 .063 1.06l-1.558 1.75l1.558 1.753a.75.75 0 1 1-1.122.996l-2-2.25a.75.75 0 0 1 0-.996l2-2.25a.75.75 0 0 1 1.06-.063m7.004 0a.75.75 0 0 1 1.059.063l2 2.25a.75.75 0 0 1 0 .996l-2 2.25a.75.75 0 0 1-1.122-.996L12.996 8L11.44 6.248a.75.75 0 0 1 .063-1.059"/><defs><linearGradient id="SVGe9GAeS4c" x1="1.647" x2="13.497" y1="2.05" y2="15.098" gradientUnits="userSpaceOnUse"><stop stop-color="#c76efb"/><stop offset="1" stop-color="#8b52f4"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorCode16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGe9GAeS4c)" d="M9.905 2.815a.75.75 0 0 1 .38.99l-4 9a.75.75 0 1 1-1.37-.61l4-9a.75.75 0 0 1 .99-.38M4.498 5.189a.75.75 0 0 1 .063 1.06l-1.558 1.75l1.558 1.753a.75.75 0 1 1-1.122.996l-2-2.25a.75.75 0 0 1 0-.996l2-2.25a.75.75 0 0 1 1.06-.063m7.004 0a.75.75 0 0 1 1.059.063l2 2.25a.75.75 0 0 1 0 .996l-2 2.25a.75.75 0 0 1-1.122-.996L12.996 8L11.44 6.248a.75.75 0 0 1 .063-1.059"/><defs><linearGradient id="SVGe9GAeS4c" x1="1.647" x2="13.497" y1="2.05" y2="15.098" gradientUnits="userSpaceOnUse"><stop stopColor="#c76efb"/><stop offset="1" stopColor="#8b52f4"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGe9GAeS4c)" d="M9.905 2.815a.75.75 0 0 1 .38.99l-4 9a.75.75 0 1 1-1.37-.61l4-9a.75.75 0 0 1 .99-.38M4.498 5.189a.75.75 0 0 1 .063 1.06l-1.558 1.75l1.558 1.753a.75.75 0 1 1-1.122.996l-2-2.25a.75.75 0 0 1 0-.996l2-2.25a.75.75 0 0 1 1.06-.063m7.004 0a.75.75 0 0 1 1.059.063l2 2.25a.75.75 0 0 1 0 .996l-2 2.25a.75.75 0 0 1-1.122-.996L12.996 8L11.44 6.248a.75.75 0 0 1 .063-1.059"/><defs><linearGradient id="SVGe9GAeS4c" x1="1.647" x2="13.497" y1="2.05" y2="15.098" gradientUnits="userSpaceOnUse"><stop stop-color="#c76efb"/><stop offset="1" stop-color="#8b52f4"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-code-16 {
  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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGe9GAeS4c)%22%20d%3D%22M9.905%202.815a.75.75%200%200%201%20.38.99l-4%209a.75.75%200%201%201-1.37-.61l4-9a.75.75%200%200%201%20.99-.38M4.498%205.189a.75.75%200%200%201%20.063%201.06l-1.558%201.75l1.558%201.753a.75.75%200%201%201-1.122.996l-2-2.25a.75.75%200%200%201%200-.996l2-2.25a.75.75%200%200%201%201.06-.063m7.004%200a.75.75%200%200%201%201.059.063l2%202.25a.75.75%200%200%201%200%20.996l-2%202.25a.75.75%200%200%201-1.122-.996L12.996%208L11.44%206.248a.75.75%200%200%201%20.063-1.059%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGe9GAeS4c%22%20x1%3D%221.647%22%20x2%3D%2213.497%22%20y1%3D%222.05%22%20y2%3D%2215.098%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23c76efb%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%238b52f4%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGe9GAeS4c)%22%20d%3D%22M9.905%202.815a.75.75%200%200%201%20.38.99l-4%209a.75.75%200%201%201-1.37-.61l4-9a.75.75%200%200%201%20.99-.38M4.498%205.189a.75.75%200%200%201%20.063%201.06l-1.558%201.75l1.558%201.753a.75.75%200%201%201-1.122.996l-2-2.25a.75.75%200%200%201%200-.996l2-2.25a.75.75%200%200%201%201.06-.063m7.004%200a.75.75%200%200%201%201.059.063l2%202.25a.75.75%200%200%201%200%20.996l-2%202.25a.75.75%200%200%201-1.122-.996L12.996%208L11.44%206.248a.75.75%200%200%201%20.063-1.059%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGe9GAeS4c%22%20x1%3D%221.647%22%20x2%3D%2213.497%22%20y1%3D%222.05%22%20y2%3D%2215.098%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23c76efb%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%238b52f4%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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