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

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

The same logo in other sets

Use the appsignal logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.003 7.328c-1.781 0-3.055 1.57-4.368 3.318c-.815-3.714-1.72-7.424-4.601-7.424s-3.789 3.71-4.617 7.427c-1.31-1.752-2.584-3.32-4.365-3.32C1.918 7.329 0 8.098 0 10.986v5.24c0 2.832 1.512 3.527 2.42 3.766c1.565.406 5.334.786 9.578.786s8.013-.38 9.579-.786c.907-.24 2.423-.934 2.423-3.766v-5.24c0-2.888-1.92-3.658-3.052-3.658m-8.914-2.469c1.726 0 2.384 3.406 3.3 7.493c-1.004 1.238-2.072 2.236-3.3 2.236s-2.292-.998-3.3-2.236c.857-3.822 1.519-7.493 3.3-7.493M1.664 16.242v-5.24c0-1.823.981-2.02 1.414-2.02c1.257 0 2.62 2.096 3.893 3.78c-.91 3.818-1.873 6.143-4.145 5.664c-.593-.16-1.15-.537-1.15-2.167m4.46 2.655c1.006-1.093 1.638-2.8 2.139-4.607c1.05 1.103 2.266 1.935 3.772 1.935s2.718-.832 3.773-1.935c.488 1.807 1.13 3.514 2.135 4.607a67.5 67.5 0 0 1-11.806 0m16.282-2.655c0 1.637-.556 2.007-1.15 2.167c-2.275.482-3.235-1.846-4.145-5.665c1.287-1.683 2.62-3.779 3.894-3.779c.425 0 1.414.197 1.414 2.02z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsAppsignal(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="M21.003 7.328c-1.781 0-3.055 1.57-4.368 3.318c-.815-3.714-1.72-7.424-4.601-7.424s-3.789 3.71-4.617 7.427c-1.31-1.752-2.584-3.32-4.365-3.32C1.918 7.329 0 8.098 0 10.986v5.24c0 2.832 1.512 3.527 2.42 3.766c1.565.406 5.334.786 9.578.786s8.013-.38 9.579-.786c.907-.24 2.423-.934 2.423-3.766v-5.24c0-2.888-1.92-3.658-3.052-3.658m-8.914-2.469c1.726 0 2.384 3.406 3.3 7.493c-1.004 1.238-2.072 2.236-3.3 2.236s-2.292-.998-3.3-2.236c.857-3.822 1.519-7.493 3.3-7.493M1.664 16.242v-5.24c0-1.823.981-2.02 1.414-2.02c1.257 0 2.62 2.096 3.893 3.78c-.91 3.818-1.873 6.143-4.145 5.664c-.593-.16-1.15-.537-1.15-2.167m4.46 2.655c1.006-1.093 1.638-2.8 2.139-4.607c1.05 1.103 2.266 1.935 3.772 1.935s2.718-.832 3.773-1.935c.488 1.807 1.13 3.514 2.135 4.607a67.5 67.5 0 0 1-11.806 0m16.282-2.655c0 1.637-.556 2.007-1.15 2.167c-2.275.482-3.235-1.846-4.145-5.665c1.287-1.683 2.62-3.779 3.894-3.779c.425 0 1.414.197 1.414 2.02z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.003 7.328c-1.781 0-3.055 1.57-4.368 3.318c-.815-3.714-1.72-7.424-4.601-7.424s-3.789 3.71-4.617 7.427c-1.31-1.752-2.584-3.32-4.365-3.32C1.918 7.329 0 8.098 0 10.986v5.24c0 2.832 1.512 3.527 2.42 3.766c1.565.406 5.334.786 9.578.786s8.013-.38 9.579-.786c.907-.24 2.423-.934 2.423-3.766v-5.24c0-2.888-1.92-3.658-3.052-3.658m-8.914-2.469c1.726 0 2.384 3.406 3.3 7.493c-1.004 1.238-2.072 2.236-3.3 2.236s-2.292-.998-3.3-2.236c.857-3.822 1.519-7.493 3.3-7.493M1.664 16.242v-5.24c0-1.823.981-2.02 1.414-2.02c1.257 0 2.62 2.096 3.893 3.78c-.91 3.818-1.873 6.143-4.145 5.664c-.593-.16-1.15-.537-1.15-2.167m4.46 2.655c1.006-1.093 1.638-2.8 2.139-4.607c1.05 1.103 2.266 1.935 3.772 1.935s2.718-.832 3.773-1.935c.488 1.807 1.13 3.514 2.135 4.607a67.5 67.5 0 0 1-11.806 0m16.282-2.655c0 1.637-.556 2.007-1.15 2.167c-2.275.482-3.235-1.846-4.145-5.665c1.287-1.683 2.62-3.779 3.894-3.779c.425 0 1.414.197 1.414 2.02z"/></svg>
</template>

CSS

.icon-appsignal {
  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%22M21.003%207.328c-1.781%200-3.055%201.57-4.368%203.318c-.815-3.714-1.72-7.424-4.601-7.424s-3.789%203.71-4.617%207.427c-1.31-1.752-2.584-3.32-4.365-3.32C1.918%207.329%200%208.098%200%2010.986v5.24c0%202.832%201.512%203.527%202.42%203.766c1.565.406%205.334.786%209.578.786s8.013-.38%209.579-.786c.907-.24%202.423-.934%202.423-3.766v-5.24c0-2.888-1.92-3.658-3.052-3.658m-8.914-2.469c1.726%200%202.384%203.406%203.3%207.493c-1.004%201.238-2.072%202.236-3.3%202.236s-2.292-.998-3.3-2.236c.857-3.822%201.519-7.493%203.3-7.493M1.664%2016.242v-5.24c0-1.823.981-2.02%201.414-2.02c1.257%200%202.62%202.096%203.893%203.78c-.91%203.818-1.873%206.143-4.145%205.664c-.593-.16-1.15-.537-1.15-2.167m4.46%202.655c1.006-1.093%201.638-2.8%202.139-4.607c1.05%201.103%202.266%201.935%203.772%201.935s2.718-.832%203.773-1.935c.488%201.807%201.13%203.514%202.135%204.607a67.5%2067.5%200%200%201-11.806%200m16.282-2.655c0%201.637-.556%202.007-1.15%202.167c-2.275.482-3.235-1.846-4.145-5.665c1.287-1.683%202.62-3.779%203.894-3.779c.425%200%201.414.197%201.414%202.02z%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%22M21.003%207.328c-1.781%200-3.055%201.57-4.368%203.318c-.815-3.714-1.72-7.424-4.601-7.424s-3.789%203.71-4.617%207.427c-1.31-1.752-2.584-3.32-4.365-3.32C1.918%207.329%200%208.098%200%2010.986v5.24c0%202.832%201.512%203.527%202.42%203.766c1.565.406%205.334.786%209.578.786s8.013-.38%209.579-.786c.907-.24%202.423-.934%202.423-3.766v-5.24c0-2.888-1.92-3.658-3.052-3.658m-8.914-2.469c1.726%200%202.384%203.406%203.3%207.493c-1.004%201.238-2.072%202.236-3.3%202.236s-2.292-.998-3.3-2.236c.857-3.822%201.519-7.493%203.3-7.493M1.664%2016.242v-5.24c0-1.823.981-2.02%201.414-2.02c1.257%200%202.62%202.096%203.893%203.78c-.91%203.818-1.873%206.143-4.145%205.664c-.593-.16-1.15-.537-1.15-2.167m4.46%202.655c1.006-1.093%201.638-2.8%202.139-4.607c1.05%201.103%202.266%201.935%203.772%201.935s2.718-.832%203.773-1.935c.488%201.807%201.13%203.514%202.135%204.607a67.5%2067.5%200%200%201-11.806%200m16.282-2.655c0%201.637-.556%202.007-1.15%202.167c-2.275.482-3.235-1.846-4.145-5.665c1.287-1.683%202.62-3.779%203.894-3.779c.425%200%201.414.197%201.414%202.02z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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