glimmerjs logo
glimmerjs from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- glimmerjs
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Use the glimmerjs logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#f8835a" d="M256 128c0 70.692-57.308 128-128 128S0 198.692 0 128S57.307 0 128 0c70.692 0 128 57.308 128 128"/><path fill="#fff" d="M78.63 140.37a11.4 11.4 0 0 1-7.951-3.222c-4.533-4.392-4.648-11.627-.256-16.16l77.144-79.619c4.39-4.533 11.626-4.648 16.16-.256c4.532 4.392 4.647 11.628.255 16.161l-77.143 79.62a11.4 11.4 0 0 1-8.21 3.475m50.31 3.036a11.36 11.36 0 0 1-7.926-3.21c-4.52-4.38-4.633-11.592-.254-16.111L181.687 61.2c4.379-4.52 11.59-4.632 16.11-.254s4.634 11.59.256 16.11l-60.928 62.884a11.36 11.36 0 0 1-8.184 3.465m-24.69 79.286a11.38 11.38 0 0 1-7.951-3.221c-4.533-4.391-4.648-11.627-.256-16.16L202.61 93.322c4.39-4.532 11.627-4.647 16.16-.255c4.534 4.392 4.648 11.627.255 16.161L112.459 219.216a11.4 11.4 0 0 1-8.21 3.476m-33.44-19.44c-2.865 0-5.73-1.07-7.95-3.222c-4.534-4.392-4.649-11.628-.257-16.16l29.053-29.986c4.393-4.533 11.628-4.648 16.161-.256c4.533 4.393 4.647 11.628.255 16.161L79.02 199.775a11.4 11.4 0 0 1-8.209 3.476m-23.179-86.764a11.4 11.4 0 0 1-7.952-3.221c-4.533-4.392-4.647-11.627-.255-16.16L68.477 67.12c4.393-4.533 11.628-4.647 16.161-.255s4.647 11.627.255 16.16L55.84 113.013a11.4 11.4 0 0 1-8.209 3.476m149.433 65.295a11.4 11.4 0 0 1-7.95-3.221c-4.534-4.392-4.649-11.627-.257-16.16l13.754-14.195c4.391-4.532 11.627-4.65 16.16-.255c4.533 4.392 4.647 11.627.255 16.16l-13.753 14.195a11.4 11.4 0 0 1-8.209 3.476m-26.78 28.338c0 6.312-5.117 11.428-11.43 11.428c-6.31 0-11.428-5.116-11.428-11.428s5.118-11.429 11.429-11.429c6.312 0 11.429 5.117 11.429 11.43M61.06 158.925c0 6.312-5.117 11.43-11.43 11.43c-6.311 0-11.427-5.118-11.427-11.43s5.116-11.428 11.428-11.428s11.429 5.116 11.429 11.428m54.284-112.142c0 6.312-5.117 11.428-11.428 11.428s-11.429-5.116-11.429-11.428s5.117-11.43 11.429-11.43c6.311 0 11.428 5.118 11.428 11.43"/></svg>
React
import type { SVGProps } from "react";
export function LogosGlimmerjs(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#f8835a" d="M256 128c0 70.692-57.308 128-128 128S0 198.692 0 128S57.307 0 128 0c70.692 0 128 57.308 128 128"/><path fill="#fff" d="M78.63 140.37a11.4 11.4 0 0 1-7.951-3.222c-4.533-4.392-4.648-11.627-.256-16.16l77.144-79.619c4.39-4.533 11.626-4.648 16.16-.256c4.532 4.392 4.647 11.628.255 16.161l-77.143 79.62a11.4 11.4 0 0 1-8.21 3.475m50.31 3.036a11.36 11.36 0 0 1-7.926-3.21c-4.52-4.38-4.633-11.592-.254-16.111L181.687 61.2c4.379-4.52 11.59-4.632 16.11-.254s4.634 11.59.256 16.11l-60.928 62.884a11.36 11.36 0 0 1-8.184 3.465m-24.69 79.286a11.38 11.38 0 0 1-7.951-3.221c-4.533-4.391-4.648-11.627-.256-16.16L202.61 93.322c4.39-4.532 11.627-4.647 16.16-.255c4.534 4.392 4.648 11.627.255 16.161L112.459 219.216a11.4 11.4 0 0 1-8.21 3.476m-33.44-19.44c-2.865 0-5.73-1.07-7.95-3.222c-4.534-4.392-4.649-11.628-.257-16.16l29.053-29.986c4.393-4.533 11.628-4.648 16.161-.256c4.533 4.393 4.647 11.628.255 16.161L79.02 199.775a11.4 11.4 0 0 1-8.209 3.476m-23.179-86.764a11.4 11.4 0 0 1-7.952-3.221c-4.533-4.392-4.647-11.627-.255-16.16L68.477 67.12c4.393-4.533 11.628-4.647 16.161-.255s4.647 11.627.255 16.16L55.84 113.013a11.4 11.4 0 0 1-8.209 3.476m149.433 65.295a11.4 11.4 0 0 1-7.95-3.221c-4.534-4.392-4.649-11.627-.257-16.16l13.754-14.195c4.391-4.532 11.627-4.65 16.16-.255c4.533 4.392 4.647 11.627.255 16.16l-13.753 14.195a11.4 11.4 0 0 1-8.209 3.476m-26.78 28.338c0 6.312-5.117 11.428-11.43 11.428c-6.31 0-11.428-5.116-11.428-11.428s5.118-11.429 11.429-11.429c6.312 0 11.429 5.117 11.429 11.43M61.06 158.925c0 6.312-5.117 11.43-11.43 11.43c-6.311 0-11.427-5.118-11.427-11.43s5.116-11.428 11.428-11.428s11.429 5.116 11.429 11.428m54.284-112.142c0 6.312-5.117 11.428-11.428 11.428s-11.429-5.116-11.429-11.428s5.117-11.43 11.429-11.43c6.311 0 11.428 5.118 11.428 11.43"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#f8835a" d="M256 128c0 70.692-57.308 128-128 128S0 198.692 0 128S57.307 0 128 0c70.692 0 128 57.308 128 128"/><path fill="#fff" d="M78.63 140.37a11.4 11.4 0 0 1-7.951-3.222c-4.533-4.392-4.648-11.627-.256-16.16l77.144-79.619c4.39-4.533 11.626-4.648 16.16-.256c4.532 4.392 4.647 11.628.255 16.161l-77.143 79.62a11.4 11.4 0 0 1-8.21 3.475m50.31 3.036a11.36 11.36 0 0 1-7.926-3.21c-4.52-4.38-4.633-11.592-.254-16.111L181.687 61.2c4.379-4.52 11.59-4.632 16.11-.254s4.634 11.59.256 16.11l-60.928 62.884a11.36 11.36 0 0 1-8.184 3.465m-24.69 79.286a11.38 11.38 0 0 1-7.951-3.221c-4.533-4.391-4.648-11.627-.256-16.16L202.61 93.322c4.39-4.532 11.627-4.647 16.16-.255c4.534 4.392 4.648 11.627.255 16.161L112.459 219.216a11.4 11.4 0 0 1-8.21 3.476m-33.44-19.44c-2.865 0-5.73-1.07-7.95-3.222c-4.534-4.392-4.649-11.628-.257-16.16l29.053-29.986c4.393-4.533 11.628-4.648 16.161-.256c4.533 4.393 4.647 11.628.255 16.161L79.02 199.775a11.4 11.4 0 0 1-8.209 3.476m-23.179-86.764a11.4 11.4 0 0 1-7.952-3.221c-4.533-4.392-4.647-11.627-.255-16.16L68.477 67.12c4.393-4.533 11.628-4.647 16.161-.255s4.647 11.627.255 16.16L55.84 113.013a11.4 11.4 0 0 1-8.209 3.476m149.433 65.295a11.4 11.4 0 0 1-7.95-3.221c-4.534-4.392-4.649-11.627-.257-16.16l13.754-14.195c4.391-4.532 11.627-4.65 16.16-.255c4.533 4.392 4.647 11.627.255 16.16l-13.753 14.195a11.4 11.4 0 0 1-8.209 3.476m-26.78 28.338c0 6.312-5.117 11.428-11.43 11.428c-6.31 0-11.428-5.116-11.428-11.428s5.118-11.429 11.429-11.429c6.312 0 11.429 5.117 11.429 11.43M61.06 158.925c0 6.312-5.117 11.43-11.43 11.43c-6.311 0-11.427-5.118-11.427-11.43s5.116-11.428 11.428-11.428s11.429 5.116 11.429 11.428m54.284-112.142c0 6.312-5.117 11.428-11.428 11.428s-11.429-5.116-11.429-11.428s5.117-11.43 11.429-11.43c6.311 0 11.428 5.118 11.428 11.43"/></svg> </template>
CSS
.icon-glimmerjs {
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%3Cpath%20fill%3D%22%23f8835a%22%20d%3D%22M256%20128c0%2070.692-57.308%20128-128%20128S0%20198.692%200%20128S57.307%200%20128%200c70.692%200%20128%2057.308%20128%20128%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M78.63%20140.37a11.4%2011.4%200%200%201-7.951-3.222c-4.533-4.392-4.648-11.627-.256-16.16l77.144-79.619c4.39-4.533%2011.626-4.648%2016.16-.256c4.532%204.392%204.647%2011.628.255%2016.161l-77.143%2079.62a11.4%2011.4%200%200%201-8.21%203.475m50.31%203.036a11.36%2011.36%200%200%201-7.926-3.21c-4.52-4.38-4.633-11.592-.254-16.111L181.687%2061.2c4.379-4.52%2011.59-4.632%2016.11-.254s4.634%2011.59.256%2016.11l-60.928%2062.884a11.36%2011.36%200%200%201-8.184%203.465m-24.69%2079.286a11.38%2011.38%200%200%201-7.951-3.221c-4.533-4.391-4.648-11.627-.256-16.16L202.61%2093.322c4.39-4.532%2011.627-4.647%2016.16-.255c4.534%204.392%204.648%2011.627.255%2016.161L112.459%20219.216a11.4%2011.4%200%200%201-8.21%203.476m-33.44-19.44c-2.865%200-5.73-1.07-7.95-3.222c-4.534-4.392-4.649-11.628-.257-16.16l29.053-29.986c4.393-4.533%2011.628-4.648%2016.161-.256c4.533%204.393%204.647%2011.628.255%2016.161L79.02%20199.775a11.4%2011.4%200%200%201-8.209%203.476m-23.179-86.764a11.4%2011.4%200%200%201-7.952-3.221c-4.533-4.392-4.647-11.627-.255-16.16L68.477%2067.12c4.393-4.533%2011.628-4.647%2016.161-.255s4.647%2011.627.255%2016.16L55.84%20113.013a11.4%2011.4%200%200%201-8.209%203.476m149.433%2065.295a11.4%2011.4%200%200%201-7.95-3.221c-4.534-4.392-4.649-11.627-.257-16.16l13.754-14.195c4.391-4.532%2011.627-4.65%2016.16-.255c4.533%204.392%204.647%2011.627.255%2016.16l-13.753%2014.195a11.4%2011.4%200%200%201-8.209%203.476m-26.78%2028.338c0%206.312-5.117%2011.428-11.43%2011.428c-6.31%200-11.428-5.116-11.428-11.428s5.118-11.429%2011.429-11.429c6.312%200%2011.429%205.117%2011.429%2011.43M61.06%20158.925c0%206.312-5.117%2011.43-11.43%2011.43c-6.311%200-11.427-5.118-11.427-11.43s5.116-11.428%2011.428-11.428s11.429%205.116%2011.429%2011.428m54.284-112.142c0%206.312-5.117%2011.428-11.428%2011.428s-11.429-5.116-11.429-11.428s5.117-11.43%2011.429-11.43c6.311%200%2011.428%205.118%2011.428%2011.43%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%20256%20256%22%3E%3Cpath%20fill%3D%22%23f8835a%22%20d%3D%22M256%20128c0%2070.692-57.308%20128-128%20128S0%20198.692%200%20128S57.307%200%20128%200c70.692%200%20128%2057.308%20128%20128%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M78.63%20140.37a11.4%2011.4%200%200%201-7.951-3.222c-4.533-4.392-4.648-11.627-.256-16.16l77.144-79.619c4.39-4.533%2011.626-4.648%2016.16-.256c4.532%204.392%204.647%2011.628.255%2016.161l-77.143%2079.62a11.4%2011.4%200%200%201-8.21%203.475m50.31%203.036a11.36%2011.36%200%200%201-7.926-3.21c-4.52-4.38-4.633-11.592-.254-16.111L181.687%2061.2c4.379-4.52%2011.59-4.632%2016.11-.254s4.634%2011.59.256%2016.11l-60.928%2062.884a11.36%2011.36%200%200%201-8.184%203.465m-24.69%2079.286a11.38%2011.38%200%200%201-7.951-3.221c-4.533-4.391-4.648-11.627-.256-16.16L202.61%2093.322c4.39-4.532%2011.627-4.647%2016.16-.255c4.534%204.392%204.648%2011.627.255%2016.161L112.459%20219.216a11.4%2011.4%200%200%201-8.21%203.476m-33.44-19.44c-2.865%200-5.73-1.07-7.95-3.222c-4.534-4.392-4.649-11.628-.257-16.16l29.053-29.986c4.393-4.533%2011.628-4.648%2016.161-.256c4.533%204.393%204.647%2011.628.255%2016.161L79.02%20199.775a11.4%2011.4%200%200%201-8.209%203.476m-23.179-86.764a11.4%2011.4%200%200%201-7.952-3.221c-4.533-4.392-4.647-11.627-.255-16.16L68.477%2067.12c4.393-4.533%2011.628-4.647%2016.161-.255s4.647%2011.627.255%2016.16L55.84%20113.013a11.4%2011.4%200%200%201-8.209%203.476m149.433%2065.295a11.4%2011.4%200%200%201-7.95-3.221c-4.534-4.392-4.649-11.627-.257-16.16l13.754-14.195c4.391-4.532%2011.627-4.65%2016.16-.255c4.533%204.392%204.647%2011.627.255%2016.16l-13.753%2014.195a11.4%2011.4%200%200%201-8.209%203.476m-26.78%2028.338c0%206.312-5.117%2011.428-11.43%2011.428c-6.31%200-11.428-5.116-11.428-11.428s5.118-11.429%2011.429-11.429c6.312%200%2011.429%205.117%2011.429%2011.43M61.06%20158.925c0%206.312-5.117%2011.43-11.43%2011.43c-6.311%200-11.427-5.118-11.427-11.43s5.116-11.428%2011.428-11.428s11.429%205.116%2011.429%2011.428m54.284-112.142c0%206.312-5.117%2011.428-11.428%2011.428s-11.429-5.116-11.429-11.428s5.117-11.43%2011.429-11.43c6.311%200%2011.428%205.118%2011.428%2011.43%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/glimmerjs.svg?color=%231a73e8&size=48