coder from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
coder
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the coder logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.862 6.67H24v10.663h-9.138zm-7.917 8.634c-1.934 0-3.366-1.264-3.366-3.305s1.432-3.323 3.366-3.365c1.411-.03 2.787.99 2.878 2.543l3.472-.106c-.076-2.802-2.33-4.706-6.35-4.706S0 8.558 0 12c0 3.426 3.046 5.635 6.945 5.635c3.898 0 6.29-1.935 6.38-4.782l-3.472-.077c-.152 1.553-1.497 2.528-2.908 2.528"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsCoder(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.862 6.67H24v10.663h-9.138zm-7.917 8.634c-1.934 0-3.366-1.264-3.366-3.305s1.432-3.323 3.366-3.365c1.411-.03 2.787.99 2.878 2.543l3.472-.106c-.076-2.802-2.33-4.706-6.35-4.706S0 8.558 0 12c0 3.426 3.046 5.635 6.945 5.635c3.898 0 6.29-1.935 6.38-4.782l-3.472-.077c-.152 1.553-1.497 2.528-2.908 2.528"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.862 6.67H24v10.663h-9.138zm-7.917 8.634c-1.934 0-3.366-1.264-3.366-3.305s1.432-3.323 3.366-3.365c1.411-.03 2.787.99 2.878 2.543l3.472-.106c-.076-2.802-2.33-4.706-6.35-4.706S0 8.558 0 12c0 3.426 3.046 5.635 6.945 5.635c3.898 0 6.29-1.935 6.38-4.782l-3.472-.077c-.152 1.553-1.497 2.528-2.908 2.528"/></svg>
</template>

CSS

.icon-coder {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.862%206.67H24v10.663h-9.138zm-7.917%208.634c-1.934%200-3.366-1.264-3.366-3.305s1.432-3.323%203.366-3.365c1.411-.03%202.787.99%202.878%202.543l3.472-.106c-.076-2.802-2.33-4.706-6.35-4.706S0%208.558%200%2012c0%203.426%203.046%205.635%206.945%205.635c3.898%200%206.29-1.935%206.38-4.782l-3.472-.077c-.152%201.553-1.497%202.528-2.908%202.528%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.862%206.67H24v10.663h-9.138zm-7.917%208.634c-1.934%200-3.366-1.264-3.366-3.305s1.432-3.323%203.366-3.365c1.411-.03%202.787.99%202.878%202.543l3.472-.106c-.076-2.802-2.33-4.706-6.35-4.706S0%208.558%200%2012c0%203.426%203.046%205.635%206.945%205.635c3.898%200%206.29-1.935%206.38-4.782l-3.472-.077c-.152%201.553-1.497%202.528-2.908%202.528%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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