gleam logo
gleam from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- gleam
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the gleam logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.614.003a2 2 0 0 0-.229.026a1.78 1.78 0 0 0-1.388 1.158l-1.785 5.06A1.8 1.8 0 0 1 6.17 7.322l-5 1.959c-1.282.503-1.53 2.267-.437 3.103l4.265 3.257a1.8 1.8 0 0 1 .703 1.32l.318 5.355C6.1 23.69 7.702 24.47 8.838 23.69l4.421-3.047a1.8 1.8 0 0 1 1.476-.26l5.196 1.35c1.334.347 2.573-.936 2.18-2.254l-1.533-5.14a1.8 1.8 0 0 1 .21-1.482l2.893-4.52c.742-1.158-.095-2.732-1.472-2.765l-5.368-.13a1.8 1.8 0 0 1-1.347-.656L12.086.642a1.76 1.76 0 0 0-1.472-.64m5.707 10.41a.95.95 0 0 1 .959.786a.953.953 0 0 1-.773 1.104a.953.953 0 1 1-.186-1.89m-7.677 1.353a.95.95 0 0 1 .959.787a.953.953 0 1 1-1.104-.773a1 1 0 0 1 .145-.014m4.928 1.384a.5.5 0 0 1 .34.15a.5.5 0 0 1 .133.346a1.26 1.26 0 0 1-.391.886a1.27 1.27 0 0 1-.903.349a1.3 1.3 0 0 1-.482-.108a1.3 1.3 0 0 1-.403-.284a1.3 1.3 0 0 1-.265-.417a.485.485 0 0 1 .278-.627a.48.48 0 0 1 .371.009a.5.5 0 0 1 .257.268a.3.3 0 0 0 .061.097a.3.3 0 0 0 .094.066a.3.3 0 0 0 .225.006a.3.3 0 0 0 .163-.155a.3.3 0 0 0 .026-.112a.5.5 0 0 1 .15-.34a.5.5 0 0 1 .346-.134"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsGleam(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="M10.614.003a2 2 0 0 0-.229.026a1.78 1.78 0 0 0-1.388 1.158l-1.785 5.06A1.8 1.8 0 0 1 6.17 7.322l-5 1.959c-1.282.503-1.53 2.267-.437 3.103l4.265 3.257a1.8 1.8 0 0 1 .703 1.32l.318 5.355C6.1 23.69 7.702 24.47 8.838 23.69l4.421-3.047a1.8 1.8 0 0 1 1.476-.26l5.196 1.35c1.334.347 2.573-.936 2.18-2.254l-1.533-5.14a1.8 1.8 0 0 1 .21-1.482l2.893-4.52c.742-1.158-.095-2.732-1.472-2.765l-5.368-.13a1.8 1.8 0 0 1-1.347-.656L12.086.642a1.76 1.76 0 0 0-1.472-.64m5.707 10.41a.95.95 0 0 1 .959.786a.953.953 0 0 1-.773 1.104a.953.953 0 1 1-.186-1.89m-7.677 1.353a.95.95 0 0 1 .959.787a.953.953 0 1 1-1.104-.773a1 1 0 0 1 .145-.014m4.928 1.384a.5.5 0 0 1 .34.15a.5.5 0 0 1 .133.346a1.26 1.26 0 0 1-.391.886a1.27 1.27 0 0 1-.903.349a1.3 1.3 0 0 1-.482-.108a1.3 1.3 0 0 1-.403-.284a1.3 1.3 0 0 1-.265-.417a.485.485 0 0 1 .278-.627a.48.48 0 0 1 .371.009a.5.5 0 0 1 .257.268a.3.3 0 0 0 .061.097a.3.3 0 0 0 .094.066a.3.3 0 0 0 .225.006a.3.3 0 0 0 .163-.155a.3.3 0 0 0 .026-.112a.5.5 0 0 1 .15-.34a.5.5 0 0 1 .346-.134"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.614.003a2 2 0 0 0-.229.026a1.78 1.78 0 0 0-1.388 1.158l-1.785 5.06A1.8 1.8 0 0 1 6.17 7.322l-5 1.959c-1.282.503-1.53 2.267-.437 3.103l4.265 3.257a1.8 1.8 0 0 1 .703 1.32l.318 5.355C6.1 23.69 7.702 24.47 8.838 23.69l4.421-3.047a1.8 1.8 0 0 1 1.476-.26l5.196 1.35c1.334.347 2.573-.936 2.18-2.254l-1.533-5.14a1.8 1.8 0 0 1 .21-1.482l2.893-4.52c.742-1.158-.095-2.732-1.472-2.765l-5.368-.13a1.8 1.8 0 0 1-1.347-.656L12.086.642a1.76 1.76 0 0 0-1.472-.64m5.707 10.41a.95.95 0 0 1 .959.786a.953.953 0 0 1-.773 1.104a.953.953 0 1 1-.186-1.89m-7.677 1.353a.95.95 0 0 1 .959.787a.953.953 0 1 1-1.104-.773a1 1 0 0 1 .145-.014m4.928 1.384a.5.5 0 0 1 .34.15a.5.5 0 0 1 .133.346a1.26 1.26 0 0 1-.391.886a1.27 1.27 0 0 1-.903.349a1.3 1.3 0 0 1-.482-.108a1.3 1.3 0 0 1-.403-.284a1.3 1.3 0 0 1-.265-.417a.485.485 0 0 1 .278-.627a.48.48 0 0 1 .371.009a.5.5 0 0 1 .257.268a.3.3 0 0 0 .061.097a.3.3 0 0 0 .094.066a.3.3 0 0 0 .225.006a.3.3 0 0 0 .163-.155a.3.3 0 0 0 .026-.112a.5.5 0 0 1 .15-.34a.5.5 0 0 1 .346-.134"/></svg> </template>
CSS
.icon-gleam {
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%22M10.614.003a2%202%200%200%200-.229.026a1.78%201.78%200%200%200-1.388%201.158l-1.785%205.06A1.8%201.8%200%200%201%206.17%207.322l-5%201.959c-1.282.503-1.53%202.267-.437%203.103l4.265%203.257a1.8%201.8%200%200%201%20.703%201.32l.318%205.355C6.1%2023.69%207.702%2024.47%208.838%2023.69l4.421-3.047a1.8%201.8%200%200%201%201.476-.26l5.196%201.35c1.334.347%202.573-.936%202.18-2.254l-1.533-5.14a1.8%201.8%200%200%201%20.21-1.482l2.893-4.52c.742-1.158-.095-2.732-1.472-2.765l-5.368-.13a1.8%201.8%200%200%201-1.347-.656L12.086.642a1.76%201.76%200%200%200-1.472-.64m5.707%2010.41a.95.95%200%200%201%20.959.786a.953.953%200%200%201-.773%201.104a.953.953%200%201%201-.186-1.89m-7.677%201.353a.95.95%200%200%201%20.959.787a.953.953%200%201%201-1.104-.773a1%201%200%200%201%20.145-.014m4.928%201.384a.5.5%200%200%201%20.34.15a.5.5%200%200%201%20.133.346a1.26%201.26%200%200%201-.391.886a1.27%201.27%200%200%201-.903.349a1.3%201.3%200%200%201-.482-.108a1.3%201.3%200%200%201-.403-.284a1.3%201.3%200%200%201-.265-.417a.485.485%200%200%201%20.278-.627a.48.48%200%200%201%20.371.009a.5.5%200%200%201%20.257.268a.3.3%200%200%200%20.061.097a.3.3%200%200%200%20.094.066a.3.3%200%200%200%20.225.006a.3.3%200%200%200%20.163-.155a.3.3%200%200%200%20.026-.112a.5.5%200%200%201%20.15-.34a.5.5%200%200%201%20.346-.134%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%22M10.614.003a2%202%200%200%200-.229.026a1.78%201.78%200%200%200-1.388%201.158l-1.785%205.06A1.8%201.8%200%200%201%206.17%207.322l-5%201.959c-1.282.503-1.53%202.267-.437%203.103l4.265%203.257a1.8%201.8%200%200%201%20.703%201.32l.318%205.355C6.1%2023.69%207.702%2024.47%208.838%2023.69l4.421-3.047a1.8%201.8%200%200%201%201.476-.26l5.196%201.35c1.334.347%202.573-.936%202.18-2.254l-1.533-5.14a1.8%201.8%200%200%201%20.21-1.482l2.893-4.52c.742-1.158-.095-2.732-1.472-2.765l-5.368-.13a1.8%201.8%200%200%201-1.347-.656L12.086.642a1.76%201.76%200%200%200-1.472-.64m5.707%2010.41a.95.95%200%200%201%20.959.786a.953.953%200%200%201-.773%201.104a.953.953%200%201%201-.186-1.89m-7.677%201.353a.95.95%200%200%201%20.959.787a.953.953%200%201%201-1.104-.773a1%201%200%200%201%20.145-.014m4.928%201.384a.5.5%200%200%201%20.34.15a.5.5%200%200%201%20.133.346a1.26%201.26%200%200%201-.391.886a1.27%201.27%200%200%201-.903.349a1.3%201.3%200%200%201-.482-.108a1.3%201.3%200%200%201-.403-.284a1.3%201.3%200%200%201-.265-.417a.485.485%200%200%201%20.278-.627a.48.48%200%200%201%20.371.009a.5.5%200%200%201%20.257.268a.3.3%200%200%200%20.061.097a.3.3%200%200%200%20.094.066a.3.3%200%200%200%20.225.006a.3.3%200%200%200%20.163-.155a.3.3%200%200%200%20.026-.112a.5.5%200%200%201%20.15-.34a.5.5%200%200%201%20.346-.134%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/gleam.svg?color=%231a73e8&size=48