expo from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.

Name
expo
Set
Boxicons Brands
Style
Logo
Viewbox
24×24
License
MIT

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 24 24"><path fill="currentColor" d="M11.45 9.66a.69.69 0 0 1 .55-.31c.08 0 .39.08.55.31c1.25 1.72 3.36 5.23 4.92 7.89l2.03 3.12c.55.63 1.41.23 1.88-.47s.62-1.17.62-1.72c0-.31-6.88-13.12-7.58-14.22c-.7-1.02-.86-1.25-2.03-1.25h-.86c-1.09 0-1.25.23-1.95 1.25C8.88 5.35 2 18.17 2 18.48c0 .55.16 1.02.62 1.72s1.33 1.09 1.88.47l2.03-3.12c1.56-2.66 3.67-6.17 4.92-7.89"/></svg>

React

import type { SVGProps } from "react";

export function BxlExpo(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="M11.45 9.66a.69.69 0 0 1 .55-.31c.08 0 .39.08.55.31c1.25 1.72 3.36 5.23 4.92 7.89l2.03 3.12c.55.63 1.41.23 1.88-.47s.62-1.17.62-1.72c0-.31-6.88-13.12-7.58-14.22c-.7-1.02-.86-1.25-2.03-1.25h-.86c-1.09 0-1.25.23-1.95 1.25C8.88 5.35 2 18.17 2 18.48c0 .55.16 1.02.62 1.72s1.33 1.09 1.88.47l2.03-3.12c1.56-2.66 3.67-6.17 4.92-7.89"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.45 9.66a.69.69 0 0 1 .55-.31c.08 0 .39.08.55.31c1.25 1.72 3.36 5.23 4.92 7.89l2.03 3.12c.55.63 1.41.23 1.88-.47s.62-1.17.62-1.72c0-.31-6.88-13.12-7.58-14.22c-.7-1.02-.86-1.25-2.03-1.25h-.86c-1.09 0-1.25.23-1.95 1.25C8.88 5.35 2 18.17 2 18.48c0 .55.16 1.02.62 1.72s1.33 1.09 1.88.47l2.03-3.12c1.56-2.66 3.67-6.17 4.92-7.89"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.45%209.66a.69.69%200%200%201%20.55-.31c.08%200%20.39.08.55.31c1.25%201.72%203.36%205.23%204.92%207.89l2.03%203.12c.55.63%201.41.23%201.88-.47s.62-1.17.62-1.72c0-.31-6.88-13.12-7.58-14.22c-.7-1.02-.86-1.25-2.03-1.25h-.86c-1.09%200-1.25.23-1.95%201.25C8.88%205.35%202%2018.17%202%2018.48c0%20.55.16%201.02.62%201.72s1.33%201.09%201.88.47l2.03-3.12c1.56-2.66%203.67-6.17%204.92-7.89%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%22M11.45%209.66a.69.69%200%200%201%20.55-.31c.08%200%20.39.08.55.31c1.25%201.72%203.36%205.23%204.92%207.89l2.03%203.12c.55.63%201.41.23%201.88-.47s.62-1.17.62-1.72c0-.31-6.88-13.12-7.58-14.22c-.7-1.02-.86-1.25-2.03-1.25h-.86c-1.09%200-1.25.23-1.95%201.25C8.88%205.35%202%2018.17%202%2018.48c0%20.55.16%201.02.62%201.72s1.33%201.09%201.88.47l2.03-3.12c1.56-2.66%203.67-6.17%204.92-7.89%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/expo.svg?color=%231a73e8&size=48