expo logo
expo-wordmark from Devicon by konpa · Wordmark · MIT Free for personal and commercial use.
- Name
- expo-wordmark
- Set
- Devicon
- Style
- Wordmark
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
The same logo in other sets
Use the expo logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path d="M16.788 45.985c-2.001 0-2.289.456-3.462 2.259C12.107 50.118 0 72.634 0 73.258c0 .916.233 1.775 1.069 2.998c.849 1.242 2.308 1.924 3.373.829c.284-.292 1.668-2.584 3.468-5.569c2.761-4.576 6.491-10.78 8.76-13.896c.287-.424.601-.477.857-.477c.255 0 .682.053.97.477c2.267 3.115 6.01 9.32 8.772 13.896c1.8 2.985 3.184 5.277 3.468 5.569c1.065 1.095 2.524.413 3.373-.83c.836-1.222 1.069-2.08 1.069-2.997c0-.624-12.107-23.14-13.327-25.014c-1.172-1.803-1.555-2.259-3.562-2.259zm26.807 1.99v27.643h16.842V70.01H49.405v-5.845h9.816v-5.606h-9.816v-4.976h11.032v-5.608Zm53.365 7.86c-2.67 0-4.75 1.104-6.085 3.118v-2.725h-5.537v25.787h5.537v-9.122c1.335 2.014 3.415 3.12 6.085 3.12c4.986 0 8.952-4.54 8.952-10.109c0-5.568-3.966-10.07-8.952-10.07zm21.028 0c-5.694 0-10.013 4.344-10.013 10.109s4.32 10.07 10.013 10.07c5.653 0 10.012-4.305 10.012-10.07s-4.36-10.11-10.012-10.11zm-55.217.393l6.518 9.4l-6.95 9.99h6.596l3.652-5.252l3.65 5.252h6.675l-6.989-10.03l6.519-9.36h-6.596l-3.219 4.581l-3.182-4.58zm32.933 4.898c2.67 0 4.83 2.133 4.83 4.778c0 2.686-2.16 4.777-4.83 4.777c-2.709 0-4.829-2.052-4.829-4.777c0-2.685 2.12-4.778 4.83-4.778zm22.284.04c2.59 0 4.593 2.014 4.593 4.778c0 2.685-2.003 4.737-4.593 4.737c-2.632 0-4.594-2.052-4.594-4.737c0-2.764 1.962-4.779 4.594-4.779z"/></svg>
React
import type { SVGProps } from "react";
export function DeviconExpoWordmark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path d="M16.788 45.985c-2.001 0-2.289.456-3.462 2.259C12.107 50.118 0 72.634 0 73.258c0 .916.233 1.775 1.069 2.998c.849 1.242 2.308 1.924 3.373.829c.284-.292 1.668-2.584 3.468-5.569c2.761-4.576 6.491-10.78 8.76-13.896c.287-.424.601-.477.857-.477c.255 0 .682.053.97.477c2.267 3.115 6.01 9.32 8.772 13.896c1.8 2.985 3.184 5.277 3.468 5.569c1.065 1.095 2.524.413 3.373-.83c.836-1.222 1.069-2.08 1.069-2.997c0-.624-12.107-23.14-13.327-25.014c-1.172-1.803-1.555-2.259-3.562-2.259zm26.807 1.99v27.643h16.842V70.01H49.405v-5.845h9.816v-5.606h-9.816v-4.976h11.032v-5.608Zm53.365 7.86c-2.67 0-4.75 1.104-6.085 3.118v-2.725h-5.537v25.787h5.537v-9.122c1.335 2.014 3.415 3.12 6.085 3.12c4.986 0 8.952-4.54 8.952-10.109c0-5.568-3.966-10.07-8.952-10.07zm21.028 0c-5.694 0-10.013 4.344-10.013 10.109s4.32 10.07 10.013 10.07c5.653 0 10.012-4.305 10.012-10.07s-4.36-10.11-10.012-10.11zm-55.217.393l6.518 9.4l-6.95 9.99h6.596l3.652-5.252l3.65 5.252h6.675l-6.989-10.03l6.519-9.36h-6.596l-3.219 4.581l-3.182-4.58zm32.933 4.898c2.67 0 4.83 2.133 4.83 4.778c0 2.686-2.16 4.777-4.83 4.777c-2.709 0-4.829-2.052-4.829-4.777c0-2.685 2.12-4.778 4.83-4.778zm22.284.04c2.59 0 4.593 2.014 4.593 4.778c0 2.685-2.003 4.737-4.593 4.737c-2.632 0-4.594-2.052-4.594-4.737c0-2.764 1.962-4.779 4.594-4.779z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path d="M16.788 45.985c-2.001 0-2.289.456-3.462 2.259C12.107 50.118 0 72.634 0 73.258c0 .916.233 1.775 1.069 2.998c.849 1.242 2.308 1.924 3.373.829c.284-.292 1.668-2.584 3.468-5.569c2.761-4.576 6.491-10.78 8.76-13.896c.287-.424.601-.477.857-.477c.255 0 .682.053.97.477c2.267 3.115 6.01 9.32 8.772 13.896c1.8 2.985 3.184 5.277 3.468 5.569c1.065 1.095 2.524.413 3.373-.83c.836-1.222 1.069-2.08 1.069-2.997c0-.624-12.107-23.14-13.327-25.014c-1.172-1.803-1.555-2.259-3.562-2.259zm26.807 1.99v27.643h16.842V70.01H49.405v-5.845h9.816v-5.606h-9.816v-4.976h11.032v-5.608Zm53.365 7.86c-2.67 0-4.75 1.104-6.085 3.118v-2.725h-5.537v25.787h5.537v-9.122c1.335 2.014 3.415 3.12 6.085 3.12c4.986 0 8.952-4.54 8.952-10.109c0-5.568-3.966-10.07-8.952-10.07zm21.028 0c-5.694 0-10.013 4.344-10.013 10.109s4.32 10.07 10.013 10.07c5.653 0 10.012-4.305 10.012-10.07s-4.36-10.11-10.012-10.11zm-55.217.393l6.518 9.4l-6.95 9.99h6.596l3.652-5.252l3.65 5.252h6.675l-6.989-10.03l6.519-9.36h-6.596l-3.219 4.581l-3.182-4.58zm32.933 4.898c2.67 0 4.83 2.133 4.83 4.778c0 2.686-2.16 4.777-4.83 4.777c-2.709 0-4.829-2.052-4.829-4.777c0-2.685 2.12-4.778 4.83-4.778zm22.284.04c2.59 0 4.593 2.014 4.593 4.778c0 2.685-2.003 4.737-4.593 4.737c-2.632 0-4.594-2.052-4.594-4.737c0-2.764 1.962-4.779 4.594-4.779z"/></svg> </template>
CSS
.icon-expo-wordmark {
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%20128%20128%22%3E%3Cpath%20d%3D%22M16.788%2045.985c-2.001%200-2.289.456-3.462%202.259C12.107%2050.118%200%2072.634%200%2073.258c0%20.916.233%201.775%201.069%202.998c.849%201.242%202.308%201.924%203.373.829c.284-.292%201.668-2.584%203.468-5.569c2.761-4.576%206.491-10.78%208.76-13.896c.287-.424.601-.477.857-.477c.255%200%20.682.053.97.477c2.267%203.115%206.01%209.32%208.772%2013.896c1.8%202.985%203.184%205.277%203.468%205.569c1.065%201.095%202.524.413%203.373-.83c.836-1.222%201.069-2.08%201.069-2.997c0-.624-12.107-23.14-13.327-25.014c-1.172-1.803-1.555-2.259-3.562-2.259zm26.807%201.99v27.643h16.842V70.01H49.405v-5.845h9.816v-5.606h-9.816v-4.976h11.032v-5.608Zm53.365%207.86c-2.67%200-4.75%201.104-6.085%203.118v-2.725h-5.537v25.787h5.537v-9.122c1.335%202.014%203.415%203.12%206.085%203.12c4.986%200%208.952-4.54%208.952-10.109c0-5.568-3.966-10.07-8.952-10.07zm21.028%200c-5.694%200-10.013%204.344-10.013%2010.109s4.32%2010.07%2010.013%2010.07c5.653%200%2010.012-4.305%2010.012-10.07s-4.36-10.11-10.012-10.11zm-55.217.393l6.518%209.4l-6.95%209.99h6.596l3.652-5.252l3.65%205.252h6.675l-6.989-10.03l6.519-9.36h-6.596l-3.219%204.581l-3.182-4.58zm32.933%204.898c2.67%200%204.83%202.133%204.83%204.778c0%202.686-2.16%204.777-4.83%204.777c-2.709%200-4.829-2.052-4.829-4.777c0-2.685%202.12-4.778%204.83-4.778zm22.284.04c2.59%200%204.593%202.014%204.593%204.778c0%202.685-2.003%204.737-4.593%204.737c-2.632%200-4.594-2.052-4.594-4.737c0-2.764%201.962-4.779%204.594-4.779z%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%20128%20128%22%3E%3Cpath%20d%3D%22M16.788%2045.985c-2.001%200-2.289.456-3.462%202.259C12.107%2050.118%200%2072.634%200%2073.258c0%20.916.233%201.775%201.069%202.998c.849%201.242%202.308%201.924%203.373.829c.284-.292%201.668-2.584%203.468-5.569c2.761-4.576%206.491-10.78%208.76-13.896c.287-.424.601-.477.857-.477c.255%200%20.682.053.97.477c2.267%203.115%206.01%209.32%208.772%2013.896c1.8%202.985%203.184%205.277%203.468%205.569c1.065%201.095%202.524.413%203.373-.83c.836-1.222%201.069-2.08%201.069-2.997c0-.624-12.107-23.14-13.327-25.014c-1.172-1.803-1.555-2.259-3.562-2.259zm26.807%201.99v27.643h16.842V70.01H49.405v-5.845h9.816v-5.606h-9.816v-4.976h11.032v-5.608Zm53.365%207.86c-2.67%200-4.75%201.104-6.085%203.118v-2.725h-5.537v25.787h5.537v-9.122c1.335%202.014%203.415%203.12%206.085%203.12c4.986%200%208.952-4.54%208.952-10.109c0-5.568-3.966-10.07-8.952-10.07zm21.028%200c-5.694%200-10.013%204.344-10.013%2010.109s4.32%2010.07%2010.013%2010.07c5.653%200%2010.012-4.305%2010.012-10.07s-4.36-10.11-10.012-10.11zm-55.217.393l6.518%209.4l-6.95%209.99h6.596l3.652-5.252l3.65%205.252h6.675l-6.989-10.03l6.519-9.36h-6.596l-3.219%204.581l-3.182-4.58zm32.933%204.898c2.67%200%204.83%202.133%204.83%204.778c0%202.686-2.16%204.777-4.83%204.777c-2.709%200-4.829-2.052-4.829-4.777c0-2.685%202.12-4.778%204.83-4.778zm22.284.04c2.59%200%204.593%202.014%204.593%204.778c0%202.685-2.003%204.737-4.593%204.737c-2.632%200-4.594-2.052-4.594-4.737c0-2.764%201.962-4.779%204.594-4.779z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/expo-wordmark.svg?color=%231a73e8&size=48