grapheneos logo
grapheneos from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- grapheneos
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the grapheneos logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.953 7.244l3.458-1.97a1.9 1.9 0 0 1-.108-.608c0-.835.608-1.525 1.407-1.67V0h.58v2.995a1.704 1.704 0 0 1 1.407 1.67c0 .219-.045.418-.118.609l3.468 1.97q.192-.219.454-.382a1.705 1.705 0 0 1 2.151.382l2.596-1.498l.29.508l-2.595 1.498a1.69 1.69 0 0 1-1.244 2.242v4.012a1.69 1.69 0 0 1 1.244 2.242l2.596 1.498l-.29.508l-2.597-1.498a1.705 1.705 0 0 1-2.151.382a2 2 0 0 1-.454-.382c-1.153.654-2.306 1.317-3.468 1.97c.073.19.118.39.118.608c0 .835-.608 1.525-1.407 1.67V24h-.58v-2.995a1.704 1.704 0 0 1-1.407-1.67c0-.219.045-.418.108-.609l-3.458-1.97a2 2 0 0 1-.454.382a1.705 1.705 0 0 1-2.151-.382l-2.596 1.498l-.29-.508l2.595-1.498a1.69 1.69 0 0 1 1.244-2.242V9.994a1.69 1.69 0 0 1-1.244-2.242L1.461 6.254l.29-.508l2.597 1.498a1.705 1.705 0 0 1 2.151-.382c.173.11.327.236.454.382m9.803 9.004a1.68 1.68 0 0 1 .128-1.425a1.7 1.7 0 0 1 1.234-.835v-3.976a1.7 1.7 0 0 1-1.234-.835a1.68 1.68 0 0 1-.128-1.425L13.29 5.773a1.7 1.7 0 0 1-1.289.59a1.7 1.7 0 0 1-1.289-.59L7.244 7.752c.163.454.136.98-.128 1.425a1.7 1.7 0 0 1-1.234.835v3.976a1.7 1.7 0 0 1 1.234.835c.264.445.291.971.128 1.425l3.467 1.979a1.7 1.7 0 0 1 1.289-.59a1.7 1.7 0 0 1 1.289.59z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsGrapheneos(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="m6.953 7.244l3.458-1.97a1.9 1.9 0 0 1-.108-.608c0-.835.608-1.525 1.407-1.67V0h.58v2.995a1.704 1.704 0 0 1 1.407 1.67c0 .219-.045.418-.118.609l3.468 1.97q.192-.219.454-.382a1.705 1.705 0 0 1 2.151.382l2.596-1.498l.29.508l-2.595 1.498a1.69 1.69 0 0 1-1.244 2.242v4.012a1.69 1.69 0 0 1 1.244 2.242l2.596 1.498l-.29.508l-2.597-1.498a1.705 1.705 0 0 1-2.151.382a2 2 0 0 1-.454-.382c-1.153.654-2.306 1.317-3.468 1.97c.073.19.118.39.118.608c0 .835-.608 1.525-1.407 1.67V24h-.58v-2.995a1.704 1.704 0 0 1-1.407-1.67c0-.219.045-.418.108-.609l-3.458-1.97a2 2 0 0 1-.454.382a1.705 1.705 0 0 1-2.151-.382l-2.596 1.498l-.29-.508l2.595-1.498a1.69 1.69 0 0 1 1.244-2.242V9.994a1.69 1.69 0 0 1-1.244-2.242L1.461 6.254l.29-.508l2.597 1.498a1.705 1.705 0 0 1 2.151-.382c.173.11.327.236.454.382m9.803 9.004a1.68 1.68 0 0 1 .128-1.425a1.7 1.7 0 0 1 1.234-.835v-3.976a1.7 1.7 0 0 1-1.234-.835a1.68 1.68 0 0 1-.128-1.425L13.29 5.773a1.7 1.7 0 0 1-1.289.59a1.7 1.7 0 0 1-1.289-.59L7.244 7.752c.163.454.136.98-.128 1.425a1.7 1.7 0 0 1-1.234.835v3.976a1.7 1.7 0 0 1 1.234.835c.264.445.291.971.128 1.425l3.467 1.979a1.7 1.7 0 0 1 1.289-.59a1.7 1.7 0 0 1 1.289.59z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.953 7.244l3.458-1.97a1.9 1.9 0 0 1-.108-.608c0-.835.608-1.525 1.407-1.67V0h.58v2.995a1.704 1.704 0 0 1 1.407 1.67c0 .219-.045.418-.118.609l3.468 1.97q.192-.219.454-.382a1.705 1.705 0 0 1 2.151.382l2.596-1.498l.29.508l-2.595 1.498a1.69 1.69 0 0 1-1.244 2.242v4.012a1.69 1.69 0 0 1 1.244 2.242l2.596 1.498l-.29.508l-2.597-1.498a1.705 1.705 0 0 1-2.151.382a2 2 0 0 1-.454-.382c-1.153.654-2.306 1.317-3.468 1.97c.073.19.118.39.118.608c0 .835-.608 1.525-1.407 1.67V24h-.58v-2.995a1.704 1.704 0 0 1-1.407-1.67c0-.219.045-.418.108-.609l-3.458-1.97a2 2 0 0 1-.454.382a1.705 1.705 0 0 1-2.151-.382l-2.596 1.498l-.29-.508l2.595-1.498a1.69 1.69 0 0 1 1.244-2.242V9.994a1.69 1.69 0 0 1-1.244-2.242L1.461 6.254l.29-.508l2.597 1.498a1.705 1.705 0 0 1 2.151-.382c.173.11.327.236.454.382m9.803 9.004a1.68 1.68 0 0 1 .128-1.425a1.7 1.7 0 0 1 1.234-.835v-3.976a1.7 1.7 0 0 1-1.234-.835a1.68 1.68 0 0 1-.128-1.425L13.29 5.773a1.7 1.7 0 0 1-1.289.59a1.7 1.7 0 0 1-1.289-.59L7.244 7.752c.163.454.136.98-.128 1.425a1.7 1.7 0 0 1-1.234.835v3.976a1.7 1.7 0 0 1 1.234.835c.264.445.291.971.128 1.425l3.467 1.979a1.7 1.7 0 0 1 1.289-.59a1.7 1.7 0 0 1 1.289.59z"/></svg> </template>
CSS
.icon-grapheneos {
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%22m6.953%207.244l3.458-1.97a1.9%201.9%200%200%201-.108-.608c0-.835.608-1.525%201.407-1.67V0h.58v2.995a1.704%201.704%200%200%201%201.407%201.67c0%20.219-.045.418-.118.609l3.468%201.97q.192-.219.454-.382a1.705%201.705%200%200%201%202.151.382l2.596-1.498l.29.508l-2.595%201.498a1.69%201.69%200%200%201-1.244%202.242v4.012a1.69%201.69%200%200%201%201.244%202.242l2.596%201.498l-.29.508l-2.597-1.498a1.705%201.705%200%200%201-2.151.382a2%202%200%200%201-.454-.382c-1.153.654-2.306%201.317-3.468%201.97c.073.19.118.39.118.608c0%20.835-.608%201.525-1.407%201.67V24h-.58v-2.995a1.704%201.704%200%200%201-1.407-1.67c0-.219.045-.418.108-.609l-3.458-1.97a2%202%200%200%201-.454.382a1.705%201.705%200%200%201-2.151-.382l-2.596%201.498l-.29-.508l2.595-1.498a1.69%201.69%200%200%201%201.244-2.242V9.994a1.69%201.69%200%200%201-1.244-2.242L1.461%206.254l.29-.508l2.597%201.498a1.705%201.705%200%200%201%202.151-.382c.173.11.327.236.454.382m9.803%209.004a1.68%201.68%200%200%201%20.128-1.425a1.7%201.7%200%200%201%201.234-.835v-3.976a1.7%201.7%200%200%201-1.234-.835a1.68%201.68%200%200%201-.128-1.425L13.29%205.773a1.7%201.7%200%200%201-1.289.59a1.7%201.7%200%200%201-1.289-.59L7.244%207.752c.163.454.136.98-.128%201.425a1.7%201.7%200%200%201-1.234.835v3.976a1.7%201.7%200%200%201%201.234.835c.264.445.291.971.128%201.425l3.467%201.979a1.7%201.7%200%200%201%201.289-.59a1.7%201.7%200%200%201%201.289.59z%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%22m6.953%207.244l3.458-1.97a1.9%201.9%200%200%201-.108-.608c0-.835.608-1.525%201.407-1.67V0h.58v2.995a1.704%201.704%200%200%201%201.407%201.67c0%20.219-.045.418-.118.609l3.468%201.97q.192-.219.454-.382a1.705%201.705%200%200%201%202.151.382l2.596-1.498l.29.508l-2.595%201.498a1.69%201.69%200%200%201-1.244%202.242v4.012a1.69%201.69%200%200%201%201.244%202.242l2.596%201.498l-.29.508l-2.597-1.498a1.705%201.705%200%200%201-2.151.382a2%202%200%200%201-.454-.382c-1.153.654-2.306%201.317-3.468%201.97c.073.19.118.39.118.608c0%20.835-.608%201.525-1.407%201.67V24h-.58v-2.995a1.704%201.704%200%200%201-1.407-1.67c0-.219.045-.418.108-.609l-3.458-1.97a2%202%200%200%201-.454.382a1.705%201.705%200%200%201-2.151-.382l-2.596%201.498l-.29-.508l2.595-1.498a1.69%201.69%200%200%201%201.244-2.242V9.994a1.69%201.69%200%200%201-1.244-2.242L1.461%206.254l.29-.508l2.597%201.498a1.705%201.705%200%200%201%202.151-.382c.173.11.327.236.454.382m9.803%209.004a1.68%201.68%200%200%201%20.128-1.425a1.7%201.7%200%200%201%201.234-.835v-3.976a1.7%201.7%200%200%201-1.234-.835a1.68%201.68%200%200%201-.128-1.425L13.29%205.773a1.7%201.7%200%200%201-1.289.59a1.7%201.7%200%200%201-1.289-.59L7.244%207.752c.163.454.136.98-.128%201.425a1.7%201.7%200%200%201-1.234.835v3.976a1.7%201.7%200%200%201%201.234.835c.264.445.291.971.128%201.425l3.467%201.979a1.7%201.7%200%200%201%201.289-.59a1.7%201.7%200%200%201%201.289.59z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/grapheneos.svg?color=%231a73e8&size=48