sentry from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
sentry
Set
Material Icon Theme
Style
Color
Viewbox
200×200
License
MIT

The same logo in other sets

Use the sentry logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 200 200"><path fill="#f06292" d="M181.58 148.3c3.8 6.649 4.206 13.637 1.018 19.2s-9.43 8.684-17.03 8.684h-14.45c.203-2.714.271-5.428.271-8.141c0-3.053-.136-6.106-.34-9.091h9.499c2.307 0 4.206-1.9 4.206-4.207c0-.678-.203-1.424-.475-2.035L103.694 47.35c-.746-1.357-2.17-2.171-3.663-2.171s-2.85.746-3.596 2.035l-9.634 16.69c29.241 22.05 48.848 56.175 51.561 94.914c.204 2.985.34 6.038.34 9.091c0 2.714-.136 5.428-.272 8.142H91.278q.407-4.071.407-8.142c0-3.053-.203-6.106-.542-9.09c-2.307-21.304-12.755-40.232-28.155-53.53l-6.65 11.533c11.602 10.787 19.54 25.51 21.71 42.063c.408 2.985.611 6.038.611 9.091c0 2.782-.203 5.496-.475 8.142H34.425c-7.666 0-13.908-3.189-17.029-8.684c-3.188-5.496-2.781-12.551 1.018-19.2l8.956-15.401a52.4 52.4 0 0 1 13.704 10.652l-5.36 9.09c-.34.611-.475 1.29-.543 2.036c0 2.307 1.9 4.206 4.206 4.206h21.235a52.26 52.26 0 0 0-13.162-26.595c-3.934-4.274-8.616-7.87-13.704-10.65L57.424 80.39c5.02 2.782 9.838 6.038 14.247 9.702c20.421 16.554 34.193 41.046 36.704 68.726h12.687c-2.578-32.362-18.86-60.924-43.013-79.852c-4.545-3.528-9.362-6.784-14.383-9.566l20.217-35.143c3.8-6.649 9.702-10.448 16.011-10.448c6.378 0 12.212 3.8 16.011 10.448z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeSentry(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 200 200"><path fill="#f06292" d="M181.58 148.3c3.8 6.649 4.206 13.637 1.018 19.2s-9.43 8.684-17.03 8.684h-14.45c.203-2.714.271-5.428.271-8.141c0-3.053-.136-6.106-.34-9.091h9.499c2.307 0 4.206-1.9 4.206-4.207c0-.678-.203-1.424-.475-2.035L103.694 47.35c-.746-1.357-2.17-2.171-3.663-2.171s-2.85.746-3.596 2.035l-9.634 16.69c29.241 22.05 48.848 56.175 51.561 94.914c.204 2.985.34 6.038.34 9.091c0 2.714-.136 5.428-.272 8.142H91.278q.407-4.071.407-8.142c0-3.053-.203-6.106-.542-9.09c-2.307-21.304-12.755-40.232-28.155-53.53l-6.65 11.533c11.602 10.787 19.54 25.51 21.71 42.063c.408 2.985.611 6.038.611 9.091c0 2.782-.203 5.496-.475 8.142H34.425c-7.666 0-13.908-3.189-17.029-8.684c-3.188-5.496-2.781-12.551 1.018-19.2l8.956-15.401a52.4 52.4 0 0 1 13.704 10.652l-5.36 9.09c-.34.611-.475 1.29-.543 2.036c0 2.307 1.9 4.206 4.206 4.206h21.235a52.26 52.26 0 0 0-13.162-26.595c-3.934-4.274-8.616-7.87-13.704-10.65L57.424 80.39c5.02 2.782 9.838 6.038 14.247 9.702c20.421 16.554 34.193 41.046 36.704 68.726h12.687c-2.578-32.362-18.86-60.924-43.013-79.852c-4.545-3.528-9.362-6.784-14.383-9.566l20.217-35.143c3.8-6.649 9.702-10.448 16.011-10.448c6.378 0 12.212 3.8 16.011 10.448z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 200 200"><path fill="#f06292" d="M181.58 148.3c3.8 6.649 4.206 13.637 1.018 19.2s-9.43 8.684-17.03 8.684h-14.45c.203-2.714.271-5.428.271-8.141c0-3.053-.136-6.106-.34-9.091h9.499c2.307 0 4.206-1.9 4.206-4.207c0-.678-.203-1.424-.475-2.035L103.694 47.35c-.746-1.357-2.17-2.171-3.663-2.171s-2.85.746-3.596 2.035l-9.634 16.69c29.241 22.05 48.848 56.175 51.561 94.914c.204 2.985.34 6.038.34 9.091c0 2.714-.136 5.428-.272 8.142H91.278q.407-4.071.407-8.142c0-3.053-.203-6.106-.542-9.09c-2.307-21.304-12.755-40.232-28.155-53.53l-6.65 11.533c11.602 10.787 19.54 25.51 21.71 42.063c.408 2.985.611 6.038.611 9.091c0 2.782-.203 5.496-.475 8.142H34.425c-7.666 0-13.908-3.189-17.029-8.684c-3.188-5.496-2.781-12.551 1.018-19.2l8.956-15.401a52.4 52.4 0 0 1 13.704 10.652l-5.36 9.09c-.34.611-.475 1.29-.543 2.036c0 2.307 1.9 4.206 4.206 4.206h21.235a52.26 52.26 0 0 0-13.162-26.595c-3.934-4.274-8.616-7.87-13.704-10.65L57.424 80.39c5.02 2.782 9.838 6.038 14.247 9.702c20.421 16.554 34.193 41.046 36.704 68.726h12.687c-2.578-32.362-18.86-60.924-43.013-79.852c-4.545-3.528-9.362-6.784-14.383-9.566l20.217-35.143c3.8-6.649 9.702-10.448 16.011-10.448c6.378 0 12.212 3.8 16.011 10.448z"/></svg>
</template>

CSS

.icon-sentry {
  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%20200%20200%22%3E%3Cpath%20fill%3D%22%23f06292%22%20d%3D%22M181.58%20148.3c3.8%206.649%204.206%2013.637%201.018%2019.2s-9.43%208.684-17.03%208.684h-14.45c.203-2.714.271-5.428.271-8.141c0-3.053-.136-6.106-.34-9.091h9.499c2.307%200%204.206-1.9%204.206-4.207c0-.678-.203-1.424-.475-2.035L103.694%2047.35c-.746-1.357-2.17-2.171-3.663-2.171s-2.85.746-3.596%202.035l-9.634%2016.69c29.241%2022.05%2048.848%2056.175%2051.561%2094.914c.204%202.985.34%206.038.34%209.091c0%202.714-.136%205.428-.272%208.142H91.278q.407-4.071.407-8.142c0-3.053-.203-6.106-.542-9.09c-2.307-21.304-12.755-40.232-28.155-53.53l-6.65%2011.533c11.602%2010.787%2019.54%2025.51%2021.71%2042.063c.408%202.985.611%206.038.611%209.091c0%202.782-.203%205.496-.475%208.142H34.425c-7.666%200-13.908-3.189-17.029-8.684c-3.188-5.496-2.781-12.551%201.018-19.2l8.956-15.401a52.4%2052.4%200%200%201%2013.704%2010.652l-5.36%209.09c-.34.611-.475%201.29-.543%202.036c0%202.307%201.9%204.206%204.206%204.206h21.235a52.26%2052.26%200%200%200-13.162-26.595c-3.934-4.274-8.616-7.87-13.704-10.65L57.424%2080.39c5.02%202.782%209.838%206.038%2014.247%209.702c20.421%2016.554%2034.193%2041.046%2036.704%2068.726h12.687c-2.578-32.362-18.86-60.924-43.013-79.852c-4.545-3.528-9.362-6.784-14.383-9.566l20.217-35.143c3.8-6.649%209.702-10.448%2016.011-10.448c6.378%200%2012.212%203.8%2016.011%2010.448z%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%20200%20200%22%3E%3Cpath%20fill%3D%22%23f06292%22%20d%3D%22M181.58%20148.3c3.8%206.649%204.206%2013.637%201.018%2019.2s-9.43%208.684-17.03%208.684h-14.45c.203-2.714.271-5.428.271-8.141c0-3.053-.136-6.106-.34-9.091h9.499c2.307%200%204.206-1.9%204.206-4.207c0-.678-.203-1.424-.475-2.035L103.694%2047.35c-.746-1.357-2.17-2.171-3.663-2.171s-2.85.746-3.596%202.035l-9.634%2016.69c29.241%2022.05%2048.848%2056.175%2051.561%2094.914c.204%202.985.34%206.038.34%209.091c0%202.714-.136%205.428-.272%208.142H91.278q.407-4.071.407-8.142c0-3.053-.203-6.106-.542-9.09c-2.307-21.304-12.755-40.232-28.155-53.53l-6.65%2011.533c11.602%2010.787%2019.54%2025.51%2021.71%2042.063c.408%202.985.611%206.038.611%209.091c0%202.782-.203%205.496-.475%208.142H34.425c-7.666%200-13.908-3.189-17.029-8.684c-3.188-5.496-2.781-12.551%201.018-19.2l8.956-15.401a52.4%2052.4%200%200%201%2013.704%2010.652l-5.36%209.09c-.34.611-.475%201.29-.543%202.036c0%202.307%201.9%204.206%204.206%204.206h21.235a52.26%2052.26%200%200%200-13.162-26.595c-3.934-4.274-8.616-7.87-13.704-10.65L57.424%2080.39c5.02%202.782%209.838%206.038%2014.247%209.702c20.421%2016.554%2034.193%2041.046%2036.704%2068.726h12.687c-2.578-32.362-18.86-60.924-43.013-79.852c-4.545-3.528-9.362-6.784-14.383-9.566l20.217-35.143c3.8-6.649%209.702-10.448%2016.011-10.448c6.378%200%2012.212%203.8%2016.011%2010.448z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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