sentry from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
sentry
Set
SVG Logos
Style
Color
Viewbox
512×113
License
CC0

The same logo in other sets

Related icons in SVG Logos

Use the sentry logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 113"><path fill="#362d59" d="M74.126 5.787a11.958 11.958 0 0 0-20.485 0L36.79 34.645a82.48 82.48 0 0 1 45.452 68.268h-11.83a70.88 70.88 0 0 0-39.588-58.179L15.231 71.698a40.77 40.77 0 0 1 23.635 31.164h-27.17a1.946 1.946 0 0 1-1.587-2.843l7.529-12.803a27.5 27.5 0 0 0-8.604-4.865L1.582 95.154a11.625 11.625 0 0 0 4.328 15.979a11.9 11.9 0 0 0 5.787 1.536h37.206a49.68 49.68 0 0 0-20.485-44.325L34.333 58.1a61.12 61.12 0 0 1 26.375 54.568H92.23a91.88 91.88 0 0 0-42.02-81.43l11.958-20.485a1.97 1.97 0 0 1 2.688-.691c1.357.743 51.956 89.034 52.904 90.059a1.946 1.946 0 0 1-1.742 2.893H103.83q.23 4.89 0 9.757h12.24a11.755 11.755 0 0 0 11.83-11.805a11.5 11.5 0 0 0-1.588-5.839zm244.083 66.628L280.413 23.61h-9.423v65.425h9.551V38.896l38.871 50.138h8.348V23.609h-9.551zm-95.18-12.137h33.877v-8.502h-33.903V32.085h38.23v-8.502h-47.96v65.451h48.447v-8.501h-38.717zm-39.844-8.297c-13.188-3.175-16.875-5.685-16.875-11.779c0-5.48 4.84-9.193 12.06-9.193a30.9 30.9 0 0 1 18.105 6.53l5.12-7.247a36.1 36.1 0 0 0-23.045-7.682c-12.957 0-21.996 7.682-21.996 18.616c0 11.78 7.682 15.85 21.663 19.257c12.445 2.867 16.26 5.53 16.26 11.497s-5.121 9.654-13.034 9.654a31.6 31.6 0 0 1-21.253-8.348l-5.762 6.888a40.82 40.82 0 0 0 26.683 9.859c14.032 0 23.046-7.554 23.046-19.231c-.077-9.884-5.916-15.185-20.972-18.82M500.989 23.61l-19.691 30.728l-19.564-30.728h-11.42l25.836 39.56v25.89h9.833V62.864L512 23.609zm-165.496 8.86h21.433v56.59h9.833V32.47h21.433v-8.86h-52.673zm98.176 31.035c9.884-2.74 15.364-9.654 15.364-19.538c0-12.573-9.193-20.485-24.019-20.485h-29.089v65.527h9.73V65.501h16.517l16.593 23.559h11.37L432.21 63.914zm-28.04-6.402V32.264h18.36c9.578 0 15.058 4.532 15.058 12.394c0 7.86-5.864 12.444-14.955 12.444z"/></svg>

React

import type { SVGProps } from "react";

export function LogosSentry(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 113"><path fill="#362d59" d="M74.126 5.787a11.958 11.958 0 0 0-20.485 0L36.79 34.645a82.48 82.48 0 0 1 45.452 68.268h-11.83a70.88 70.88 0 0 0-39.588-58.179L15.231 71.698a40.77 40.77 0 0 1 23.635 31.164h-27.17a1.946 1.946 0 0 1-1.587-2.843l7.529-12.803a27.5 27.5 0 0 0-8.604-4.865L1.582 95.154a11.625 11.625 0 0 0 4.328 15.979a11.9 11.9 0 0 0 5.787 1.536h37.206a49.68 49.68 0 0 0-20.485-44.325L34.333 58.1a61.12 61.12 0 0 1 26.375 54.568H92.23a91.88 91.88 0 0 0-42.02-81.43l11.958-20.485a1.97 1.97 0 0 1 2.688-.691c1.357.743 51.956 89.034 52.904 90.059a1.946 1.946 0 0 1-1.742 2.893H103.83q.23 4.89 0 9.757h12.24a11.755 11.755 0 0 0 11.83-11.805a11.5 11.5 0 0 0-1.588-5.839zm244.083 66.628L280.413 23.61h-9.423v65.425h9.551V38.896l38.871 50.138h8.348V23.609h-9.551zm-95.18-12.137h33.877v-8.502h-33.903V32.085h38.23v-8.502h-47.96v65.451h48.447v-8.501h-38.717zm-39.844-8.297c-13.188-3.175-16.875-5.685-16.875-11.779c0-5.48 4.84-9.193 12.06-9.193a30.9 30.9 0 0 1 18.105 6.53l5.12-7.247a36.1 36.1 0 0 0-23.045-7.682c-12.957 0-21.996 7.682-21.996 18.616c0 11.78 7.682 15.85 21.663 19.257c12.445 2.867 16.26 5.53 16.26 11.497s-5.121 9.654-13.034 9.654a31.6 31.6 0 0 1-21.253-8.348l-5.762 6.888a40.82 40.82 0 0 0 26.683 9.859c14.032 0 23.046-7.554 23.046-19.231c-.077-9.884-5.916-15.185-20.972-18.82M500.989 23.61l-19.691 30.728l-19.564-30.728h-11.42l25.836 39.56v25.89h9.833V62.864L512 23.609zm-165.496 8.86h21.433v56.59h9.833V32.47h21.433v-8.86h-52.673zm98.176 31.035c9.884-2.74 15.364-9.654 15.364-19.538c0-12.573-9.193-20.485-24.019-20.485h-29.089v65.527h9.73V65.501h16.517l16.593 23.559h11.37L432.21 63.914zm-28.04-6.402V32.264h18.36c9.578 0 15.058 4.532 15.058 12.394c0 7.86-5.864 12.444-14.955 12.444z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 113"><path fill="#362d59" d="M74.126 5.787a11.958 11.958 0 0 0-20.485 0L36.79 34.645a82.48 82.48 0 0 1 45.452 68.268h-11.83a70.88 70.88 0 0 0-39.588-58.179L15.231 71.698a40.77 40.77 0 0 1 23.635 31.164h-27.17a1.946 1.946 0 0 1-1.587-2.843l7.529-12.803a27.5 27.5 0 0 0-8.604-4.865L1.582 95.154a11.625 11.625 0 0 0 4.328 15.979a11.9 11.9 0 0 0 5.787 1.536h37.206a49.68 49.68 0 0 0-20.485-44.325L34.333 58.1a61.12 61.12 0 0 1 26.375 54.568H92.23a91.88 91.88 0 0 0-42.02-81.43l11.958-20.485a1.97 1.97 0 0 1 2.688-.691c1.357.743 51.956 89.034 52.904 90.059a1.946 1.946 0 0 1-1.742 2.893H103.83q.23 4.89 0 9.757h12.24a11.755 11.755 0 0 0 11.83-11.805a11.5 11.5 0 0 0-1.588-5.839zm244.083 66.628L280.413 23.61h-9.423v65.425h9.551V38.896l38.871 50.138h8.348V23.609h-9.551zm-95.18-12.137h33.877v-8.502h-33.903V32.085h38.23v-8.502h-47.96v65.451h48.447v-8.501h-38.717zm-39.844-8.297c-13.188-3.175-16.875-5.685-16.875-11.779c0-5.48 4.84-9.193 12.06-9.193a30.9 30.9 0 0 1 18.105 6.53l5.12-7.247a36.1 36.1 0 0 0-23.045-7.682c-12.957 0-21.996 7.682-21.996 18.616c0 11.78 7.682 15.85 21.663 19.257c12.445 2.867 16.26 5.53 16.26 11.497s-5.121 9.654-13.034 9.654a31.6 31.6 0 0 1-21.253-8.348l-5.762 6.888a40.82 40.82 0 0 0 26.683 9.859c14.032 0 23.046-7.554 23.046-19.231c-.077-9.884-5.916-15.185-20.972-18.82M500.989 23.61l-19.691 30.728l-19.564-30.728h-11.42l25.836 39.56v25.89h9.833V62.864L512 23.609zm-165.496 8.86h21.433v56.59h9.833V32.47h21.433v-8.86h-52.673zm98.176 31.035c9.884-2.74 15.364-9.654 15.364-19.538c0-12.573-9.193-20.485-24.019-20.485h-29.089v65.527h9.73V65.501h16.517l16.593 23.559h11.37L432.21 63.914zm-28.04-6.402V32.264h18.36c9.578 0 15.058 4.532 15.058 12.394c0 7.86-5.864 12.444-14.955 12.444z"/></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%20512%20113%22%3E%3Cpath%20fill%3D%22%23362d59%22%20d%3D%22M74.126%205.787a11.958%2011.958%200%200%200-20.485%200L36.79%2034.645a82.48%2082.48%200%200%201%2045.452%2068.268h-11.83a70.88%2070.88%200%200%200-39.588-58.179L15.231%2071.698a40.77%2040.77%200%200%201%2023.635%2031.164h-27.17a1.946%201.946%200%200%201-1.587-2.843l7.529-12.803a27.5%2027.5%200%200%200-8.604-4.865L1.582%2095.154a11.625%2011.625%200%200%200%204.328%2015.979a11.9%2011.9%200%200%200%205.787%201.536h37.206a49.68%2049.68%200%200%200-20.485-44.325L34.333%2058.1a61.12%2061.12%200%200%201%2026.375%2054.568H92.23a91.88%2091.88%200%200%200-42.02-81.43l11.958-20.485a1.97%201.97%200%200%201%202.688-.691c1.357.743%2051.956%2089.034%2052.904%2090.059a1.946%201.946%200%200%201-1.742%202.893H103.83q.23%204.89%200%209.757h12.24a11.755%2011.755%200%200%200%2011.83-11.805a11.5%2011.5%200%200%200-1.588-5.839zm244.083%2066.628L280.413%2023.61h-9.423v65.425h9.551V38.896l38.871%2050.138h8.348V23.609h-9.551zm-95.18-12.137h33.877v-8.502h-33.903V32.085h38.23v-8.502h-47.96v65.451h48.447v-8.501h-38.717zm-39.844-8.297c-13.188-3.175-16.875-5.685-16.875-11.779c0-5.48%204.84-9.193%2012.06-9.193a30.9%2030.9%200%200%201%2018.105%206.53l5.12-7.247a36.1%2036.1%200%200%200-23.045-7.682c-12.957%200-21.996%207.682-21.996%2018.616c0%2011.78%207.682%2015.85%2021.663%2019.257c12.445%202.867%2016.26%205.53%2016.26%2011.497s-5.121%209.654-13.034%209.654a31.6%2031.6%200%200%201-21.253-8.348l-5.762%206.888a40.82%2040.82%200%200%200%2026.683%209.859c14.032%200%2023.046-7.554%2023.046-19.231c-.077-9.884-5.916-15.185-20.972-18.82M500.989%2023.61l-19.691%2030.728l-19.564-30.728h-11.42l25.836%2039.56v25.89h9.833V62.864L512%2023.609zm-165.496%208.86h21.433v56.59h9.833V32.47h21.433v-8.86h-52.673zm98.176%2031.035c9.884-2.74%2015.364-9.654%2015.364-19.538c0-12.573-9.193-20.485-24.019-20.485h-29.089v65.527h9.73V65.501h16.517l16.593%2023.559h11.37L432.21%2063.914zm-28.04-6.402V32.264h18.36c9.578%200%2015.058%204.532%2015.058%2012.394c0%207.86-5.864%2012.444-14.955%2012.444z%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%20512%20113%22%3E%3Cpath%20fill%3D%22%23362d59%22%20d%3D%22M74.126%205.787a11.958%2011.958%200%200%200-20.485%200L36.79%2034.645a82.48%2082.48%200%200%201%2045.452%2068.268h-11.83a70.88%2070.88%200%200%200-39.588-58.179L15.231%2071.698a40.77%2040.77%200%200%201%2023.635%2031.164h-27.17a1.946%201.946%200%200%201-1.587-2.843l7.529-12.803a27.5%2027.5%200%200%200-8.604-4.865L1.582%2095.154a11.625%2011.625%200%200%200%204.328%2015.979a11.9%2011.9%200%200%200%205.787%201.536h37.206a49.68%2049.68%200%200%200-20.485-44.325L34.333%2058.1a61.12%2061.12%200%200%201%2026.375%2054.568H92.23a91.88%2091.88%200%200%200-42.02-81.43l11.958-20.485a1.97%201.97%200%200%201%202.688-.691c1.357.743%2051.956%2089.034%2052.904%2090.059a1.946%201.946%200%200%201-1.742%202.893H103.83q.23%204.89%200%209.757h12.24a11.755%2011.755%200%200%200%2011.83-11.805a11.5%2011.5%200%200%200-1.588-5.839zm244.083%2066.628L280.413%2023.61h-9.423v65.425h9.551V38.896l38.871%2050.138h8.348V23.609h-9.551zm-95.18-12.137h33.877v-8.502h-33.903V32.085h38.23v-8.502h-47.96v65.451h48.447v-8.501h-38.717zm-39.844-8.297c-13.188-3.175-16.875-5.685-16.875-11.779c0-5.48%204.84-9.193%2012.06-9.193a30.9%2030.9%200%200%201%2018.105%206.53l5.12-7.247a36.1%2036.1%200%200%200-23.045-7.682c-12.957%200-21.996%207.682-21.996%2018.616c0%2011.78%207.682%2015.85%2021.663%2019.257c12.445%202.867%2016.26%205.53%2016.26%2011.497s-5.121%209.654-13.034%209.654a31.6%2031.6%200%200%201-21.253-8.348l-5.762%206.888a40.82%2040.82%200%200%200%2026.683%209.859c14.032%200%2023.046-7.554%2023.046-19.231c-.077-9.884-5.916-15.185-20.972-18.82M500.989%2023.61l-19.691%2030.728l-19.564-30.728h-11.42l25.836%2039.56v25.89h9.833V62.864L512%2023.609zm-165.496%208.86h21.433v56.59h9.833V32.47h21.433v-8.86h-52.673zm98.176%2031.035c9.884-2.74%2015.364-9.654%2015.364-19.538c0-12.573-9.193-20.485-24.019-20.485h-29.089v65.527h9.73V65.501h16.517l16.593%2023.559h11.37L432.21%2063.914zm-28.04-6.402V32.264h18.36c9.578%200%2015.058%204.532%2015.058%2012.394c0%207.86-5.864%2012.444-14.955%2012.444z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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