sentry logo
sentry from Skill Icons by tandpfun · Default · MIT Free for personal and commercial use.
- Name
- sentry
- Set
- Skill Icons
- Style
- Default
- Viewbox
- 256×256
- 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 256 256"><g fill="none"><rect width="256" height="256" fill="#584674" rx="60"/><path fill="#fff" d="M136.184 51.177a16.8 16.8 0 0 1 6.137 5.967l73.445 125.735a16.2 16.2 0 0 1 2.234 8.216a16.55 16.55 0 0 1-4.857 11.782a16.54 16.54 0 0 1-11.792 4.832h-17.226a146 146 0 0 0 0-13.731h17.153a2.737 2.737 0 0 0 2.451-4.072c-1.333-1.441-72.544-125.699-74.454-126.744a2.774 2.774 0 0 0-3.783.973l-16.83 28.83a129.3 129.3 0 0 1 59.138 114.6h-44.363a86.02 86.02 0 0 0-37.118-76.796l-8.325 14.415a69.91 69.91 0 0 1 28.83 62.381H54.462a16.8 16.8 0 0 1-8.145-2.163a16.36 16.36 0 0 1-6.09-22.487l10.487-18.019a38.7 38.7 0 0 1 12.108 6.847l-10.595 18.019a2.738 2.738 0 0 0 2.235 4h38.235a57.37 57.37 0 0 0-33.262-43.858l21.947-37.947a99.75 99.75 0 0 1 55.714 81.877h16.649a116.08 116.08 0 0 0-63.967-96.076l23.713-40.614a16.83 16.83 0 0 1 22.693-5.967"/></g></svg>
React
import type { SVGProps } from "react";
export function SkillIconsSentry(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#584674" rx="60"/><path fill="#fff" d="M136.184 51.177a16.8 16.8 0 0 1 6.137 5.967l73.445 125.735a16.2 16.2 0 0 1 2.234 8.216a16.55 16.55 0 0 1-4.857 11.782a16.54 16.54 0 0 1-11.792 4.832h-17.226a146 146 0 0 0 0-13.731h17.153a2.737 2.737 0 0 0 2.451-4.072c-1.333-1.441-72.544-125.699-74.454-126.744a2.774 2.774 0 0 0-3.783.973l-16.83 28.83a129.3 129.3 0 0 1 59.138 114.6h-44.363a86.02 86.02 0 0 0-37.118-76.796l-8.325 14.415a69.91 69.91 0 0 1 28.83 62.381H54.462a16.8 16.8 0 0 1-8.145-2.163a16.36 16.36 0 0 1-6.09-22.487l10.487-18.019a38.7 38.7 0 0 1 12.108 6.847l-10.595 18.019a2.738 2.738 0 0 0 2.235 4h38.235a57.37 57.37 0 0 0-33.262-43.858l21.947-37.947a99.75 99.75 0 0 1 55.714 81.877h16.649a116.08 116.08 0 0 0-63.967-96.076l23.713-40.614a16.83 16.83 0 0 1 22.693-5.967"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#584674" rx="60"/><path fill="#fff" d="M136.184 51.177a16.8 16.8 0 0 1 6.137 5.967l73.445 125.735a16.2 16.2 0 0 1 2.234 8.216a16.55 16.55 0 0 1-4.857 11.782a16.54 16.54 0 0 1-11.792 4.832h-17.226a146 146 0 0 0 0-13.731h17.153a2.737 2.737 0 0 0 2.451-4.072c-1.333-1.441-72.544-125.699-74.454-126.744a2.774 2.774 0 0 0-3.783.973l-16.83 28.83a129.3 129.3 0 0 1 59.138 114.6h-44.363a86.02 86.02 0 0 0-37.118-76.796l-8.325 14.415a69.91 69.91 0 0 1 28.83 62.381H54.462a16.8 16.8 0 0 1-8.145-2.163a16.36 16.36 0 0 1-6.09-22.487l10.487-18.019a38.7 38.7 0 0 1 12.108 6.847l-10.595 18.019a2.738 2.738 0 0 0 2.235 4h38.235a57.37 57.37 0 0 0-33.262-43.858l21.947-37.947a99.75 99.75 0 0 1 55.714 81.877h16.649a116.08 116.08 0 0 0-63.967-96.076l23.713-40.614a16.83 16.83 0 0 1 22.693-5.967"/></g></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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23584674%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M136.184%2051.177a16.8%2016.8%200%200%201%206.137%205.967l73.445%20125.735a16.2%2016.2%200%200%201%202.234%208.216a16.55%2016.55%200%200%201-4.857%2011.782a16.54%2016.54%200%200%201-11.792%204.832h-17.226a146%20146%200%200%200%200-13.731h17.153a2.737%202.737%200%200%200%202.451-4.072c-1.333-1.441-72.544-125.699-74.454-126.744a2.774%202.774%200%200%200-3.783.973l-16.83%2028.83a129.3%20129.3%200%200%201%2059.138%20114.6h-44.363a86.02%2086.02%200%200%200-37.118-76.796l-8.325%2014.415a69.91%2069.91%200%200%201%2028.83%2062.381H54.462a16.8%2016.8%200%200%201-8.145-2.163a16.36%2016.36%200%200%201-6.09-22.487l10.487-18.019a38.7%2038.7%200%200%201%2012.108%206.847l-10.595%2018.019a2.738%202.738%200%200%200%202.235%204h38.235a57.37%2057.37%200%200%200-33.262-43.858l21.947-37.947a99.75%2099.75%200%200%201%2055.714%2081.877h16.649a116.08%20116.08%200%200%200-63.967-96.076l23.713-40.614a16.83%2016.83%200%200%201%2022.693-5.967%22%2F%3E%3C%2Fg%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%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23584674%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M136.184%2051.177a16.8%2016.8%200%200%201%206.137%205.967l73.445%20125.735a16.2%2016.2%200%200%201%202.234%208.216a16.55%2016.55%200%200%201-4.857%2011.782a16.54%2016.54%200%200%201-11.792%204.832h-17.226a146%20146%200%200%200%200-13.731h17.153a2.737%202.737%200%200%200%202.451-4.072c-1.333-1.441-72.544-125.699-74.454-126.744a2.774%202.774%200%200%200-3.783.973l-16.83%2028.83a129.3%20129.3%200%200%201%2059.138%20114.6h-44.363a86.02%2086.02%200%200%200-37.118-76.796l-8.325%2014.415a69.91%2069.91%200%200%201%2028.83%2062.381H54.462a16.8%2016.8%200%200%201-8.145-2.163a16.36%2016.36%200%200%201-6.09-22.487l10.487-18.019a38.7%2038.7%200%200%201%2012.108%206.847l-10.595%2018.019a2.738%202.738%200%200%200%202.235%204h38.235a57.37%2057.37%200%200%200-33.262-43.858l21.947-37.947a99.75%2099.75%200%200%201%2055.714%2081.877h16.649a116.08%20116.08%200%200%200-63.967-96.076l23.713-40.614a16.83%2016.83%200%200%201%2022.693-5.967%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/skill-icons/sentry.svg?color=%231a73e8&size=48