bugsnag logo
bugsnag from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- bugsnag
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the bugsnag logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 24c-4.596 0-8.336-3.74-8.336-8.336v-4.135a.62.62 0 0 1 .62-.62h2.957L7.23 1.337L4.903 2.77v5.45a.62.62 0 0 1-1.24 0V2.7c0-.384.204-.749.53-.95L6.773.166a1.114 1.114 0 0 1 1.699.949l.01 9.796h3.52a4.76 4.76 0 0 1 4.753 4.754a4.76 4.76 0 0 1-4.753 4.753a4.76 4.76 0 0 1-4.754-4.753l-.003-3.515H4.903v3.515c0 3.912 3.183 7.097 7.097 7.097a7.104 7.104 0 0 0 7.097-7.097A7.105 7.105 0 0 0 12 8.567h-1.076a.62.62 0 0 1 0-1.24H12c4.596 0 8.336 3.74 8.336 8.336S16.596 24 12 24M8.482 12.15l.004 3.514A3.52 3.52 0 0 0 12 19.178a3.52 3.52 0 0 0 3.514-3.514A3.52 3.52 0 0 0 12 12.149zm4.513 3.514a.995.995 0 0 1-.995.994a.995.995 0 0 1-.995-.994a.995.995 0 0 1 .995-.995a.995.995 0 0 1 .995.995"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsBugsnag(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="M12 24c-4.596 0-8.336-3.74-8.336-8.336v-4.135a.62.62 0 0 1 .62-.62h2.957L7.23 1.337L4.903 2.77v5.45a.62.62 0 0 1-1.24 0V2.7c0-.384.204-.749.53-.95L6.773.166a1.114 1.114 0 0 1 1.699.949l.01 9.796h3.52a4.76 4.76 0 0 1 4.753 4.754a4.76 4.76 0 0 1-4.753 4.753a4.76 4.76 0 0 1-4.754-4.753l-.003-3.515H4.903v3.515c0 3.912 3.183 7.097 7.097 7.097a7.104 7.104 0 0 0 7.097-7.097A7.105 7.105 0 0 0 12 8.567h-1.076a.62.62 0 0 1 0-1.24H12c4.596 0 8.336 3.74 8.336 8.336S16.596 24 12 24M8.482 12.15l.004 3.514A3.52 3.52 0 0 0 12 19.178a3.52 3.52 0 0 0 3.514-3.514A3.52 3.52 0 0 0 12 12.149zm4.513 3.514a.995.995 0 0 1-.995.994a.995.995 0 0 1-.995-.994a.995.995 0 0 1 .995-.995a.995.995 0 0 1 .995.995"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 24c-4.596 0-8.336-3.74-8.336-8.336v-4.135a.62.62 0 0 1 .62-.62h2.957L7.23 1.337L4.903 2.77v5.45a.62.62 0 0 1-1.24 0V2.7c0-.384.204-.749.53-.95L6.773.166a1.114 1.114 0 0 1 1.699.949l.01 9.796h3.52a4.76 4.76 0 0 1 4.753 4.754a4.76 4.76 0 0 1-4.753 4.753a4.76 4.76 0 0 1-4.754-4.753l-.003-3.515H4.903v3.515c0 3.912 3.183 7.097 7.097 7.097a7.104 7.104 0 0 0 7.097-7.097A7.105 7.105 0 0 0 12 8.567h-1.076a.62.62 0 0 1 0-1.24H12c4.596 0 8.336 3.74 8.336 8.336S16.596 24 12 24M8.482 12.15l.004 3.514A3.52 3.52 0 0 0 12 19.178a3.52 3.52 0 0 0 3.514-3.514A3.52 3.52 0 0 0 12 12.149zm4.513 3.514a.995.995 0 0 1-.995.994a.995.995 0 0 1-.995-.994a.995.995 0 0 1 .995-.995a.995.995 0 0 1 .995.995"/></svg> </template>
CSS
.icon-bugsnag {
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%22M12%2024c-4.596%200-8.336-3.74-8.336-8.336v-4.135a.62.62%200%200%201%20.62-.62h2.957L7.23%201.337L4.903%202.77v5.45a.62.62%200%200%201-1.24%200V2.7c0-.384.204-.749.53-.95L6.773.166a1.114%201.114%200%200%201%201.699.949l.01%209.796h3.52a4.76%204.76%200%200%201%204.753%204.754a4.76%204.76%200%200%201-4.753%204.753a4.76%204.76%200%200%201-4.754-4.753l-.003-3.515H4.903v3.515c0%203.912%203.183%207.097%207.097%207.097a7.104%207.104%200%200%200%207.097-7.097A7.105%207.105%200%200%200%2012%208.567h-1.076a.62.62%200%200%201%200-1.24H12c4.596%200%208.336%203.74%208.336%208.336S16.596%2024%2012%2024M8.482%2012.15l.004%203.514A3.52%203.52%200%200%200%2012%2019.178a3.52%203.52%200%200%200%203.514-3.514A3.52%203.52%200%200%200%2012%2012.149zm4.513%203.514a.995.995%200%200%201-.995.994a.995.995%200%200%201-.995-.994a.995.995%200%200%201%20.995-.995a.995.995%200%200%201%20.995.995%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%22M12%2024c-4.596%200-8.336-3.74-8.336-8.336v-4.135a.62.62%200%200%201%20.62-.62h2.957L7.23%201.337L4.903%202.77v5.45a.62.62%200%200%201-1.24%200V2.7c0-.384.204-.749.53-.95L6.773.166a1.114%201.114%200%200%201%201.699.949l.01%209.796h3.52a4.76%204.76%200%200%201%204.753%204.754a4.76%204.76%200%200%201-4.753%204.753a4.76%204.76%200%200%201-4.754-4.753l-.003-3.515H4.903v3.515c0%203.912%203.183%207.097%207.097%207.097a7.104%207.104%200%200%200%207.097-7.097A7.105%207.105%200%200%200%2012%208.567h-1.076a.62.62%200%200%201%200-1.24H12c4.596%200%208.336%203.74%208.336%208.336S16.596%2024%2012%2024M8.482%2012.15l.004%203.514A3.52%203.52%200%200%200%2012%2019.178a3.52%203.52%200%200%200%203.514-3.514A3.52%203.52%200%200%200%2012%2012.149zm4.513%203.514a.995.995%200%200%201-.995.994a.995.995%200%200%201-.995-.994a.995.995%200%200%201%20.995-.995a.995.995%200%200%201%20.995.995%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/bugsnag.svg?color=%231a73e8&size=48