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

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

Use the acode logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.846 3.139c-.38 0-.73.405-.73.956q0 .127.027.262c.765 3.946 2.288 11.91 3 15.682c.1.535.492.799.751.799h1.713c.31 0 .743-.397.743-.756a.4.4 0 0 0-.006-.072c-.118-.682-.243-1.404-.371-2.153a1.2 1.2 0 0 1-.64-.275a1.37 1.37 0 0 1-.435-.562c-.195-.483-.214-1.152.274-1.637q.138-.137.32-.322c-.686-4.002-1.413-8.274-1.889-11.079c-.072-.427-.45-.843-.773-.843zm-1.666.023c-.323 0-.701.416-.774.844c-.476 2.808-1.204 7.085-1.89 11.09l.312.314c.488.485.469 1.152.274 1.635v.002c-.093.229-.242.41-.434.562a1.2 1.2 0 0 1-.633.274l-.369 2.148a.4.4 0 0 0-.006.072c0 .36.432.758.742.758h1.713c.26 0 .651-.264.752-.799c.441-2.338 1.194-6.29 1.885-9.894c-.418-2.182-.812-4.232-1.1-5.715c-.092-.476.006-.947.24-1.29zm6.894 4.145c-.3-.001-.609.277-.71.529c-.131.322-.131.803.161 1.094c.794.788 3.078 3.177 3.295 3.404c-.217.228-2.5 2.614-3.295 3.402c-.175.175-.245.418-.245.654c0 .158.031.313.083.442c.102.252.41.53.711.53c.529-.003 1.644 0 2.172 0c.195 0 .37-.103.545-.28c.953-.964 2.767-2.836 3.781-3.912c.068-.071.139-.135.194-.193a.87.87 0 0 0 .234-.602c0-.044-.004-.098-.008-.143a.84.84 0 0 0-.226-.54c-.055-.059-.126-.123-.194-.194a292 292 0 0 0-3.781-3.912c-.175-.177-.35-.28-.545-.28c-.528 0-1.643.003-2.172 0m-12.32.027c-.195 0-.37.102-.545.28c-.953.964-2.767 2.835-3.781 3.911c-.068.072-.139.134-.194.192a.85.85 0 0 0-.226.543a2 2 0 0 0-.008.142c0 .168.046.403.234.602c.055.058.126.122.194.193a292 292 0 0 0 3.781 3.912c.175.177.35.28.545.28c.528 0 1.643-.002 2.172 0c.3 0 .609-.28.71-.532c.131-.322.131-.803-.161-1.093c-.794-.789-3.078-3.176-3.295-3.403c.217-.227 2.501-2.615 3.295-3.404c.175-.174.245-.417.245-.653c0-.157-.031-.312-.083-.44c-.102-.252-.41-.531-.711-.53c-.53.002-1.644 0-2.172 0"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsAcode(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="M11.846 3.139c-.38 0-.73.405-.73.956q0 .127.027.262c.765 3.946 2.288 11.91 3 15.682c.1.535.492.799.751.799h1.713c.31 0 .743-.397.743-.756a.4.4 0 0 0-.006-.072c-.118-.682-.243-1.404-.371-2.153a1.2 1.2 0 0 1-.64-.275a1.37 1.37 0 0 1-.435-.562c-.195-.483-.214-1.152.274-1.637q.138-.137.32-.322c-.686-4.002-1.413-8.274-1.889-11.079c-.072-.427-.45-.843-.773-.843zm-1.666.023c-.323 0-.701.416-.774.844c-.476 2.808-1.204 7.085-1.89 11.09l.312.314c.488.485.469 1.152.274 1.635v.002c-.093.229-.242.41-.434.562a1.2 1.2 0 0 1-.633.274l-.369 2.148a.4.4 0 0 0-.006.072c0 .36.432.758.742.758h1.713c.26 0 .651-.264.752-.799c.441-2.338 1.194-6.29 1.885-9.894c-.418-2.182-.812-4.232-1.1-5.715c-.092-.476.006-.947.24-1.29zm6.894 4.145c-.3-.001-.609.277-.71.529c-.131.322-.131.803.161 1.094c.794.788 3.078 3.177 3.295 3.404c-.217.228-2.5 2.614-3.295 3.402c-.175.175-.245.418-.245.654c0 .158.031.313.083.442c.102.252.41.53.711.53c.529-.003 1.644 0 2.172 0c.195 0 .37-.103.545-.28c.953-.964 2.767-2.836 3.781-3.912c.068-.071.139-.135.194-.193a.87.87 0 0 0 .234-.602c0-.044-.004-.098-.008-.143a.84.84 0 0 0-.226-.54c-.055-.059-.126-.123-.194-.194a292 292 0 0 0-3.781-3.912c-.175-.177-.35-.28-.545-.28c-.528 0-1.643.003-2.172 0m-12.32.027c-.195 0-.37.102-.545.28c-.953.964-2.767 2.835-3.781 3.911c-.068.072-.139.134-.194.192a.85.85 0 0 0-.226.543a2 2 0 0 0-.008.142c0 .168.046.403.234.602c.055.058.126.122.194.193a292 292 0 0 0 3.781 3.912c.175.177.35.28.545.28c.528 0 1.643-.002 2.172 0c.3 0 .609-.28.71-.532c.131-.322.131-.803-.161-1.093c-.794-.789-3.078-3.176-3.295-3.403c.217-.227 2.501-2.615 3.295-3.404c.175-.174.245-.417.245-.653c0-.157-.031-.312-.083-.44c-.102-.252-.41-.531-.711-.53c-.53.002-1.644 0-2.172 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.846 3.139c-.38 0-.73.405-.73.956q0 .127.027.262c.765 3.946 2.288 11.91 3 15.682c.1.535.492.799.751.799h1.713c.31 0 .743-.397.743-.756a.4.4 0 0 0-.006-.072c-.118-.682-.243-1.404-.371-2.153a1.2 1.2 0 0 1-.64-.275a1.37 1.37 0 0 1-.435-.562c-.195-.483-.214-1.152.274-1.637q.138-.137.32-.322c-.686-4.002-1.413-8.274-1.889-11.079c-.072-.427-.45-.843-.773-.843zm-1.666.023c-.323 0-.701.416-.774.844c-.476 2.808-1.204 7.085-1.89 11.09l.312.314c.488.485.469 1.152.274 1.635v.002c-.093.229-.242.41-.434.562a1.2 1.2 0 0 1-.633.274l-.369 2.148a.4.4 0 0 0-.006.072c0 .36.432.758.742.758h1.713c.26 0 .651-.264.752-.799c.441-2.338 1.194-6.29 1.885-9.894c-.418-2.182-.812-4.232-1.1-5.715c-.092-.476.006-.947.24-1.29zm6.894 4.145c-.3-.001-.609.277-.71.529c-.131.322-.131.803.161 1.094c.794.788 3.078 3.177 3.295 3.404c-.217.228-2.5 2.614-3.295 3.402c-.175.175-.245.418-.245.654c0 .158.031.313.083.442c.102.252.41.53.711.53c.529-.003 1.644 0 2.172 0c.195 0 .37-.103.545-.28c.953-.964 2.767-2.836 3.781-3.912c.068-.071.139-.135.194-.193a.87.87 0 0 0 .234-.602c0-.044-.004-.098-.008-.143a.84.84 0 0 0-.226-.54c-.055-.059-.126-.123-.194-.194a292 292 0 0 0-3.781-3.912c-.175-.177-.35-.28-.545-.28c-.528 0-1.643.003-2.172 0m-12.32.027c-.195 0-.37.102-.545.28c-.953.964-2.767 2.835-3.781 3.911c-.068.072-.139.134-.194.192a.85.85 0 0 0-.226.543a2 2 0 0 0-.008.142c0 .168.046.403.234.602c.055.058.126.122.194.193a292 292 0 0 0 3.781 3.912c.175.177.35.28.545.28c.528 0 1.643-.002 2.172 0c.3 0 .609-.28.71-.532c.131-.322.131-.803-.161-1.093c-.794-.789-3.078-3.176-3.295-3.403c.217-.227 2.501-2.615 3.295-3.404c.175-.174.245-.417.245-.653c0-.157-.031-.312-.083-.44c-.102-.252-.41-.531-.711-.53c-.53.002-1.644 0-2.172 0"/></svg>
</template>

CSS

.icon-acode {
  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%22M11.846%203.139c-.38%200-.73.405-.73.956q0%20.127.027.262c.765%203.946%202.288%2011.91%203%2015.682c.1.535.492.799.751.799h1.713c.31%200%20.743-.397.743-.756a.4.4%200%200%200-.006-.072c-.118-.682-.243-1.404-.371-2.153a1.2%201.2%200%200%201-.64-.275a1.37%201.37%200%200%201-.435-.562c-.195-.483-.214-1.152.274-1.637q.138-.137.32-.322c-.686-4.002-1.413-8.274-1.889-11.079c-.072-.427-.45-.843-.773-.843zm-1.666.023c-.323%200-.701.416-.774.844c-.476%202.808-1.204%207.085-1.89%2011.09l.312.314c.488.485.469%201.152.274%201.635v.002c-.093.229-.242.41-.434.562a1.2%201.2%200%200%201-.633.274l-.369%202.148a.4.4%200%200%200-.006.072c0%20.36.432.758.742.758h1.713c.26%200%20.651-.264.752-.799c.441-2.338%201.194-6.29%201.885-9.894c-.418-2.182-.812-4.232-1.1-5.715c-.092-.476.006-.947.24-1.29zm6.894%204.145c-.3-.001-.609.277-.71.529c-.131.322-.131.803.161%201.094c.794.788%203.078%203.177%203.295%203.404c-.217.228-2.5%202.614-3.295%203.402c-.175.175-.245.418-.245.654c0%20.158.031.313.083.442c.102.252.41.53.711.53c.529-.003%201.644%200%202.172%200c.195%200%20.37-.103.545-.28c.953-.964%202.767-2.836%203.781-3.912c.068-.071.139-.135.194-.193a.87.87%200%200%200%20.234-.602c0-.044-.004-.098-.008-.143a.84.84%200%200%200-.226-.54c-.055-.059-.126-.123-.194-.194a292%20292%200%200%200-3.781-3.912c-.175-.177-.35-.28-.545-.28c-.528%200-1.643.003-2.172%200m-12.32.027c-.195%200-.37.102-.545.28c-.953.964-2.767%202.835-3.781%203.911c-.068.072-.139.134-.194.192a.85.85%200%200%200-.226.543a2%202%200%200%200-.008.142c0%20.168.046.403.234.602c.055.058.126.122.194.193a292%20292%200%200%200%203.781%203.912c.175.177.35.28.545.28c.528%200%201.643-.002%202.172%200c.3%200%20.609-.28.71-.532c.131-.322.131-.803-.161-1.093c-.794-.789-3.078-3.176-3.295-3.403c.217-.227%202.501-2.615%203.295-3.404c.175-.174.245-.417.245-.653c0-.157-.031-.312-.083-.44c-.102-.252-.41-.531-.711-.53c-.53.002-1.644%200-2.172%200%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%22M11.846%203.139c-.38%200-.73.405-.73.956q0%20.127.027.262c.765%203.946%202.288%2011.91%203%2015.682c.1.535.492.799.751.799h1.713c.31%200%20.743-.397.743-.756a.4.4%200%200%200-.006-.072c-.118-.682-.243-1.404-.371-2.153a1.2%201.2%200%200%201-.64-.275a1.37%201.37%200%200%201-.435-.562c-.195-.483-.214-1.152.274-1.637q.138-.137.32-.322c-.686-4.002-1.413-8.274-1.889-11.079c-.072-.427-.45-.843-.773-.843zm-1.666.023c-.323%200-.701.416-.774.844c-.476%202.808-1.204%207.085-1.89%2011.09l.312.314c.488.485.469%201.152.274%201.635v.002c-.093.229-.242.41-.434.562a1.2%201.2%200%200%201-.633.274l-.369%202.148a.4.4%200%200%200-.006.072c0%20.36.432.758.742.758h1.713c.26%200%20.651-.264.752-.799c.441-2.338%201.194-6.29%201.885-9.894c-.418-2.182-.812-4.232-1.1-5.715c-.092-.476.006-.947.24-1.29zm6.894%204.145c-.3-.001-.609.277-.71.529c-.131.322-.131.803.161%201.094c.794.788%203.078%203.177%203.295%203.404c-.217.228-2.5%202.614-3.295%203.402c-.175.175-.245.418-.245.654c0%20.158.031.313.083.442c.102.252.41.53.711.53c.529-.003%201.644%200%202.172%200c.195%200%20.37-.103.545-.28c.953-.964%202.767-2.836%203.781-3.912c.068-.071.139-.135.194-.193a.87.87%200%200%200%20.234-.602c0-.044-.004-.098-.008-.143a.84.84%200%200%200-.226-.54c-.055-.059-.126-.123-.194-.194a292%20292%200%200%200-3.781-3.912c-.175-.177-.35-.28-.545-.28c-.528%200-1.643.003-2.172%200m-12.32.027c-.195%200-.37.102-.545.28c-.953.964-2.767%202.835-3.781%203.911c-.068.072-.139.134-.194.192a.85.85%200%200%200-.226.543a2%202%200%200%200-.008.142c0%20.168.046.403.234.602c.055.058.126.122.194.193a292%20292%200%200%200%203.781%203.912c.175.177.35.28.545.28c.528%200%201.643-.002%202.172%200c.3%200%20.609-.28.71-.532c.131-.322.131-.803-.161-1.093c-.794-.789-3.078-3.176-3.295-3.403c.217-.227%202.501-2.615%203.295-3.404c.175-.174.245-.417.245-.653c0-.157-.031-.312-.083-.44c-.102-.252-.41-.531-.711-.53c-.53.002-1.644%200-2.172%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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