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

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

Use the archicad logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.59 16.322a1.41 1.41 0 1 1 0-2.82a1.41 1.41 0 0 1 0 2.82M.15 19.827a1.41 1.41 0 0 0 2.52 1.268S10.52 5.083 16.926 4.946c4.23-.09 4.232 5.642 4.232 5.642a1.41 1.41 0 1 0 2.82 0s.057-8.381-7.02-8.457C8.764 1.871.152 19.827.152 19.827"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsArchicad(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="M22.59 16.322a1.41 1.41 0 1 1 0-2.82a1.41 1.41 0 0 1 0 2.82M.15 19.827a1.41 1.41 0 0 0 2.52 1.268S10.52 5.083 16.926 4.946c4.23-.09 4.232 5.642 4.232 5.642a1.41 1.41 0 1 0 2.82 0s.057-8.381-7.02-8.457C8.764 1.871.152 19.827.152 19.827"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.59 16.322a1.41 1.41 0 1 1 0-2.82a1.41 1.41 0 0 1 0 2.82M.15 19.827a1.41 1.41 0 0 0 2.52 1.268S10.52 5.083 16.926 4.946c4.23-.09 4.232 5.642 4.232 5.642a1.41 1.41 0 1 0 2.82 0s.057-8.381-7.02-8.457C8.764 1.871.152 19.827.152 19.827"/></svg>
</template>

CSS

.icon-archicad {
  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%22M22.59%2016.322a1.41%201.41%200%201%201%200-2.82a1.41%201.41%200%200%201%200%202.82M.15%2019.827a1.41%201.41%200%200%200%202.52%201.268S10.52%205.083%2016.926%204.946c4.23-.09%204.232%205.642%204.232%205.642a1.41%201.41%200%201%200%202.82%200s.057-8.381-7.02-8.457C8.764%201.871.152%2019.827.152%2019.827%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%22M22.59%2016.322a1.41%201.41%200%201%201%200-2.82a1.41%201.41%200%200%201%200%202.82M.15%2019.827a1.41%201.41%200%200%200%202.52%201.268S10.52%205.083%2016.926%204.946c4.23-.09%204.232%205.642%204.232%205.642a1.41%201.41%200%201%200%202.82%200s.057-8.381-7.02-8.457C8.764%201.871.152%2019.827.152%2019.827%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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