appsignal icon logo
appsignal-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- appsignal-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×188
- License
- CC0
Use the appsignal icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 188"><path fill="#21375a" d="M224.04 43.802c-19.002 0-32.59 16.731-46.597 35.384C168.746 39.576 159.105 0 128.367 0S87.953 39.575 79.116 79.22c-13.972-18.687-27.56-35.418-46.561-35.418C20.469 43.802 0 52.01 0 82.818v55.888c0 30.214 16.138 37.62 25.813 40.17c16.696 4.33 56.9 8.382 102.17 8.382c45.268 0 85.473-4.052 102.169-8.383c9.676-2.55 25.848-9.955 25.848-40.169V82.818c0-30.808-20.469-39.016-32.555-39.016m-95.078-26.337c18.408 0 25.429 36.327 35.209 79.92c-10.723 13.203-22.11 23.856-35.21 23.856c-13.098 0-24.45-10.653-35.208-23.857c9.151-40.763 16.207-79.92 35.209-79.92M17.744 138.882V82.993c0-19.456 10.48-21.552 15.09-21.552c13.413 0 27.944 22.355 41.531 40.31c-9.71 40.727-19.98 65.527-44.22 60.428c-6.323-1.712-12.261-5.729-12.261-23.124m47.574 28.328c10.724-11.666 17.465-29.865 22.81-49.146c11.212 11.771 24.17 20.644 40.238 20.644s28.992-8.873 40.24-20.644c5.204 19.281 12.05 37.48 22.774 49.146c-18.758 1.712-41.322 2.76-62.874 2.76c-21.551 0-44.29-1.048-63.048-2.76m173.67-28.328c0 17.465-5.937 21.412-12.26 23.124c-24.276 5.134-34.51-19.7-44.22-60.429c13.727-17.954 27.943-40.309 41.53-40.309c4.542 0 15.09 2.096 15.09 21.552z"/></svg>
React
import type { SVGProps } from "react";
export function LogosAppsignalIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 188"><path fill="#21375a" d="M224.04 43.802c-19.002 0-32.59 16.731-46.597 35.384C168.746 39.576 159.105 0 128.367 0S87.953 39.575 79.116 79.22c-13.972-18.687-27.56-35.418-46.561-35.418C20.469 43.802 0 52.01 0 82.818v55.888c0 30.214 16.138 37.62 25.813 40.17c16.696 4.33 56.9 8.382 102.17 8.382c45.268 0 85.473-4.052 102.169-8.383c9.676-2.55 25.848-9.955 25.848-40.169V82.818c0-30.808-20.469-39.016-32.555-39.016m-95.078-26.337c18.408 0 25.429 36.327 35.209 79.92c-10.723 13.203-22.11 23.856-35.21 23.856c-13.098 0-24.45-10.653-35.208-23.857c9.151-40.763 16.207-79.92 35.209-79.92M17.744 138.882V82.993c0-19.456 10.48-21.552 15.09-21.552c13.413 0 27.944 22.355 41.531 40.31c-9.71 40.727-19.98 65.527-44.22 60.428c-6.323-1.712-12.261-5.729-12.261-23.124m47.574 28.328c10.724-11.666 17.465-29.865 22.81-49.146c11.212 11.771 24.17 20.644 40.238 20.644s28.992-8.873 40.24-20.644c5.204 19.281 12.05 37.48 22.774 49.146c-18.758 1.712-41.322 2.76-62.874 2.76c-21.551 0-44.29-1.048-63.048-2.76m173.67-28.328c0 17.465-5.937 21.412-12.26 23.124c-24.276 5.134-34.51-19.7-44.22-60.429c13.727-17.954 27.943-40.309 41.53-40.309c4.542 0 15.09 2.096 15.09 21.552z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 188"><path fill="#21375a" d="M224.04 43.802c-19.002 0-32.59 16.731-46.597 35.384C168.746 39.576 159.105 0 128.367 0S87.953 39.575 79.116 79.22c-13.972-18.687-27.56-35.418-46.561-35.418C20.469 43.802 0 52.01 0 82.818v55.888c0 30.214 16.138 37.62 25.813 40.17c16.696 4.33 56.9 8.382 102.17 8.382c45.268 0 85.473-4.052 102.169-8.383c9.676-2.55 25.848-9.955 25.848-40.169V82.818c0-30.808-20.469-39.016-32.555-39.016m-95.078-26.337c18.408 0 25.429 36.327 35.209 79.92c-10.723 13.203-22.11 23.856-35.21 23.856c-13.098 0-24.45-10.653-35.208-23.857c9.151-40.763 16.207-79.92 35.209-79.92M17.744 138.882V82.993c0-19.456 10.48-21.552 15.09-21.552c13.413 0 27.944 22.355 41.531 40.31c-9.71 40.727-19.98 65.527-44.22 60.428c-6.323-1.712-12.261-5.729-12.261-23.124m47.574 28.328c10.724-11.666 17.465-29.865 22.81-49.146c11.212 11.771 24.17 20.644 40.238 20.644s28.992-8.873 40.24-20.644c5.204 19.281 12.05 37.48 22.774 49.146c-18.758 1.712-41.322 2.76-62.874 2.76c-21.551 0-44.29-1.048-63.048-2.76m173.67-28.328c0 17.465-5.937 21.412-12.26 23.124c-24.276 5.134-34.51-19.7-44.22-60.429c13.727-17.954 27.943-40.309 41.53-40.309c4.542 0 15.09 2.096 15.09 21.552z"/></svg> </template>
CSS
.icon-appsignal-icon {
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%20256%20188%22%3E%3Cpath%20fill%3D%22%2321375a%22%20d%3D%22M224.04%2043.802c-19.002%200-32.59%2016.731-46.597%2035.384C168.746%2039.576%20159.105%200%20128.367%200S87.953%2039.575%2079.116%2079.22c-13.972-18.687-27.56-35.418-46.561-35.418C20.469%2043.802%200%2052.01%200%2082.818v55.888c0%2030.214%2016.138%2037.62%2025.813%2040.17c16.696%204.33%2056.9%208.382%20102.17%208.382c45.268%200%2085.473-4.052%20102.169-8.383c9.676-2.55%2025.848-9.955%2025.848-40.169V82.818c0-30.808-20.469-39.016-32.555-39.016m-95.078-26.337c18.408%200%2025.429%2036.327%2035.209%2079.92c-10.723%2013.203-22.11%2023.856-35.21%2023.856c-13.098%200-24.45-10.653-35.208-23.857c9.151-40.763%2016.207-79.92%2035.209-79.92M17.744%20138.882V82.993c0-19.456%2010.48-21.552%2015.09-21.552c13.413%200%2027.944%2022.355%2041.531%2040.31c-9.71%2040.727-19.98%2065.527-44.22%2060.428c-6.323-1.712-12.261-5.729-12.261-23.124m47.574%2028.328c10.724-11.666%2017.465-29.865%2022.81-49.146c11.212%2011.771%2024.17%2020.644%2040.238%2020.644s28.992-8.873%2040.24-20.644c5.204%2019.281%2012.05%2037.48%2022.774%2049.146c-18.758%201.712-41.322%202.76-62.874%202.76c-21.551%200-44.29-1.048-63.048-2.76m173.67-28.328c0%2017.465-5.937%2021.412-12.26%2023.124c-24.276%205.134-34.51-19.7-44.22-60.429c13.727-17.954%2027.943-40.309%2041.53-40.309c4.542%200%2015.09%202.096%2015.09%2021.552z%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%20256%20188%22%3E%3Cpath%20fill%3D%22%2321375a%22%20d%3D%22M224.04%2043.802c-19.002%200-32.59%2016.731-46.597%2035.384C168.746%2039.576%20159.105%200%20128.367%200S87.953%2039.575%2079.116%2079.22c-13.972-18.687-27.56-35.418-46.561-35.418C20.469%2043.802%200%2052.01%200%2082.818v55.888c0%2030.214%2016.138%2037.62%2025.813%2040.17c16.696%204.33%2056.9%208.382%20102.17%208.382c45.268%200%2085.473-4.052%20102.169-8.383c9.676-2.55%2025.848-9.955%2025.848-40.169V82.818c0-30.808-20.469-39.016-32.555-39.016m-95.078-26.337c18.408%200%2025.429%2036.327%2035.209%2079.92c-10.723%2013.203-22.11%2023.856-35.21%2023.856c-13.098%200-24.45-10.653-35.208-23.857c9.151-40.763%2016.207-79.92%2035.209-79.92M17.744%20138.882V82.993c0-19.456%2010.48-21.552%2015.09-21.552c13.413%200%2027.944%2022.355%2041.531%2040.31c-9.71%2040.727-19.98%2065.527-44.22%2060.428c-6.323-1.712-12.261-5.729-12.261-23.124m47.574%2028.328c10.724-11.666%2017.465-29.865%2022.81-49.146c11.212%2011.771%2024.17%2020.644%2040.238%2020.644s28.992-8.873%2040.24-20.644c5.204%2019.281%2012.05%2037.48%2022.774%2049.146c-18.758%201.712-41.322%202.76-62.874%202.76c-21.551%200-44.29-1.048-63.048-2.76m173.67-28.328c0%2017.465-5.937%2021.412-12.26%2023.124c-24.276%205.134-34.51-19.7-44.22-60.429c13.727-17.954%2027.943-40.309%2041.53-40.309c4.542%200%2015.09%202.096%2015.09%2021.552z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/appsignal-icon.svg?color=%231a73e8&size=48