expo logo
expo from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- expo
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
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 32 32"><path fill="currentColor" d="M24.292 15.547a3.93 3.93 0 0 0 4.115-3.145a2.57 2.57 0 0 0-2.161-1.177c-2.272-.052-3.491 2.651-1.953 4.323zm-9.177-10.85l5.359-3.104L18.766.63l-7.391 4.281l.589.328l1.119.629l2.032-1.176zm6.046-3.39c.089.027.161.1.188.188l2.484 7.593a.285.285 0 0 1-.125.344a5.06 5.06 0 0 0-2.317 5.693a5.066 5.066 0 0 0 5.401 3.703a.3.3 0 0 1 .307.203l2.563 7.803a.3.3 0 0 1-.125.344l-7.859 4.771a.3.3 0 0 1-.131.036a.26.26 0 0 1-.203-.041l-2.765-1.797a.3.3 0 0 1-.109-.129l-5.396-12.896l-8.219 4.875c-.016.011-.037.021-.052.032a.3.3 0 0 1-.261-.021l-1.859-1.093a.283.283 0 0 1-.115-.381l7.953-15.749a.27.27 0 0 1 .135-.131L18.615.045a.29.29 0 0 1 .292-.005zm-8.322 5.1l-1.932-1.089l-7.693 15.229l1.396.823l6.631-9.015a.28.28 0 0 1 .271-.12a.29.29 0 0 1 .235.177l7.228 17.296l1.933 1.251l-8.063-24.552zm13.406 10.557c-2.256 0-3.787-2.292-2.923-4.376c.86-2.083 3.563-2.619 5.156-1.025c.595.593.928 1.396.928 2.235a3.16 3.16 0 0 1-3.161 3.167z"/></svg>
React
import type { SVGProps } from "react";
export function CibExpo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24.292 15.547a3.93 3.93 0 0 0 4.115-3.145a2.57 2.57 0 0 0-2.161-1.177c-2.272-.052-3.491 2.651-1.953 4.323zm-9.177-10.85l5.359-3.104L18.766.63l-7.391 4.281l.589.328l1.119.629l2.032-1.176zm6.046-3.39c.089.027.161.1.188.188l2.484 7.593a.285.285 0 0 1-.125.344a5.06 5.06 0 0 0-2.317 5.693a5.066 5.066 0 0 0 5.401 3.703a.3.3 0 0 1 .307.203l2.563 7.803a.3.3 0 0 1-.125.344l-7.859 4.771a.3.3 0 0 1-.131.036a.26.26 0 0 1-.203-.041l-2.765-1.797a.3.3 0 0 1-.109-.129l-5.396-12.896l-8.219 4.875c-.016.011-.037.021-.052.032a.3.3 0 0 1-.261-.021l-1.859-1.093a.283.283 0 0 1-.115-.381l7.953-15.749a.27.27 0 0 1 .135-.131L18.615.045a.29.29 0 0 1 .292-.005zm-8.322 5.1l-1.932-1.089l-7.693 15.229l1.396.823l6.631-9.015a.28.28 0 0 1 .271-.12a.29.29 0 0 1 .235.177l7.228 17.296l1.933 1.251l-8.063-24.552zm13.406 10.557c-2.256 0-3.787-2.292-2.923-4.376c.86-2.083 3.563-2.619 5.156-1.025c.595.593.928 1.396.928 2.235a3.16 3.16 0 0 1-3.161 3.167z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24.292 15.547a3.93 3.93 0 0 0 4.115-3.145a2.57 2.57 0 0 0-2.161-1.177c-2.272-.052-3.491 2.651-1.953 4.323zm-9.177-10.85l5.359-3.104L18.766.63l-7.391 4.281l.589.328l1.119.629l2.032-1.176zm6.046-3.39c.089.027.161.1.188.188l2.484 7.593a.285.285 0 0 1-.125.344a5.06 5.06 0 0 0-2.317 5.693a5.066 5.066 0 0 0 5.401 3.703a.3.3 0 0 1 .307.203l2.563 7.803a.3.3 0 0 1-.125.344l-7.859 4.771a.3.3 0 0 1-.131.036a.26.26 0 0 1-.203-.041l-2.765-1.797a.3.3 0 0 1-.109-.129l-5.396-12.896l-8.219 4.875c-.016.011-.037.021-.052.032a.3.3 0 0 1-.261-.021l-1.859-1.093a.283.283 0 0 1-.115-.381l7.953-15.749a.27.27 0 0 1 .135-.131L18.615.045a.29.29 0 0 1 .292-.005zm-8.322 5.1l-1.932-1.089l-7.693 15.229l1.396.823l6.631-9.015a.28.28 0 0 1 .271-.12a.29.29 0 0 1 .235.177l7.228 17.296l1.933 1.251l-8.063-24.552zm13.406 10.557c-2.256 0-3.787-2.292-2.923-4.376c.86-2.083 3.563-2.619 5.156-1.025c.595.593.928 1.396.928 2.235a3.16 3.16 0 0 1-3.161 3.167z"/></svg> </template>
CSS
.icon-expo {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.292%2015.547a3.93%203.93%200%200%200%204.115-3.145a2.57%202.57%200%200%200-2.161-1.177c-2.272-.052-3.491%202.651-1.953%204.323zm-9.177-10.85l5.359-3.104L18.766.63l-7.391%204.281l.589.328l1.119.629l2.032-1.176zm6.046-3.39c.089.027.161.1.188.188l2.484%207.593a.285.285%200%200%201-.125.344a5.06%205.06%200%200%200-2.317%205.693a5.066%205.066%200%200%200%205.401%203.703a.3.3%200%200%201%20.307.203l2.563%207.803a.3.3%200%200%201-.125.344l-7.859%204.771a.3.3%200%200%201-.131.036a.26.26%200%200%201-.203-.041l-2.765-1.797a.3.3%200%200%201-.109-.129l-5.396-12.896l-8.219%204.875c-.016.011-.037.021-.052.032a.3.3%200%200%201-.261-.021l-1.859-1.093a.283.283%200%200%201-.115-.381l7.953-15.749a.27.27%200%200%201%20.135-.131L18.615.045a.29.29%200%200%201%20.292-.005zm-8.322%205.1l-1.932-1.089l-7.693%2015.229l1.396.823l6.631-9.015a.28.28%200%200%201%20.271-.12a.29.29%200%200%201%20.235.177l7.228%2017.296l1.933%201.251l-8.063-24.552zm13.406%2010.557c-2.256%200-3.787-2.292-2.923-4.376c.86-2.083%203.563-2.619%205.156-1.025c.595.593.928%201.396.928%202.235a3.16%203.16%200%200%201-3.161%203.167z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.292%2015.547a3.93%203.93%200%200%200%204.115-3.145a2.57%202.57%200%200%200-2.161-1.177c-2.272-.052-3.491%202.651-1.953%204.323zm-9.177-10.85l5.359-3.104L18.766.63l-7.391%204.281l.589.328l1.119.629l2.032-1.176zm6.046-3.39c.089.027.161.1.188.188l2.484%207.593a.285.285%200%200%201-.125.344a5.06%205.06%200%200%200-2.317%205.693a5.066%205.066%200%200%200%205.401%203.703a.3.3%200%200%201%20.307.203l2.563%207.803a.3.3%200%200%201-.125.344l-7.859%204.771a.3.3%200%200%201-.131.036a.26.26%200%200%201-.203-.041l-2.765-1.797a.3.3%200%200%201-.109-.129l-5.396-12.896l-8.219%204.875c-.016.011-.037.021-.052.032a.3.3%200%200%201-.261-.021l-1.859-1.093a.283.283%200%200%201-.115-.381l7.953-15.749a.27.27%200%200%201%20.135-.131L18.615.045a.29.29%200%200%201%20.292-.005zm-8.322%205.1l-1.932-1.089l-7.693%2015.229l1.396.823l6.631-9.015a.28.28%200%200%201%20.271-.12a.29.29%200%200%201%20.235.177l7.228%2017.296l1.933%201.251l-8.063-24.552zm13.406%2010.557c-2.256%200-3.787-2.292-2.923-4.376c.86-2.083%203.563-2.619%205.156-1.025c.595.593.928%201.396.928%202.235a3.16%203.16%200%200%201-3.161%203.167z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/expo.svg?color=%231a73e8&size=48