leo from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
leo
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Use the leo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M324 64c72.9 0 132 59.1 132 132v5.4l-.1 1.4l-23.8 270c.4 21.7 18.2 39.2 40 39.2c22.1 0 40-17.9 40-40v-40c0-17.7 14.3-32 32-32s32 14.3 32 32v40c0 57.4-46.6 104-104 104S368 529.4 368 472v-1.4l.1-1.4L392 198.6V196c0-37.6-30.4-68-68-68s-68 30.4-68 68v4c0 3.7.3 7.3.8 11l29.7 193.4c.9 6.1 1.4 12.2 1.4 18.4v9.2c0 61.9-50.1 112-112 112S64 493.9 64 432s50.1-112 112-112c11.7 0 23 1.8 33.7 5.1l-16.1-104.4c-1.1-6.8-1.6-13.8-1.6-20.7v-4c0-72.9 59.1-132 132-132M176 384c-26.5 0-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48s-21.5-48-48-48"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidLeo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M324 64c72.9 0 132 59.1 132 132v5.4l-.1 1.4l-23.8 270c.4 21.7 18.2 39.2 40 39.2c22.1 0 40-17.9 40-40v-40c0-17.7 14.3-32 32-32s32 14.3 32 32v40c0 57.4-46.6 104-104 104S368 529.4 368 472v-1.4l.1-1.4L392 198.6V196c0-37.6-30.4-68-68-68s-68 30.4-68 68v4c0 3.7.3 7.3.8 11l29.7 193.4c.9 6.1 1.4 12.2 1.4 18.4v9.2c0 61.9-50.1 112-112 112S64 493.9 64 432s50.1-112 112-112c11.7 0 23 1.8 33.7 5.1l-16.1-104.4c-1.1-6.8-1.6-13.8-1.6-20.7v-4c0-72.9 59.1-132 132-132M176 384c-26.5 0-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48s-21.5-48-48-48"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M324 64c72.9 0 132 59.1 132 132v5.4l-.1 1.4l-23.8 270c.4 21.7 18.2 39.2 40 39.2c22.1 0 40-17.9 40-40v-40c0-17.7 14.3-32 32-32s32 14.3 32 32v40c0 57.4-46.6 104-104 104S368 529.4 368 472v-1.4l.1-1.4L392 198.6V196c0-37.6-30.4-68-68-68s-68 30.4-68 68v4c0 3.7.3 7.3.8 11l29.7 193.4c.9 6.1 1.4 12.2 1.4 18.4v9.2c0 61.9-50.1 112-112 112S64 493.9 64 432s50.1-112 112-112c11.7 0 23 1.8 33.7 5.1l-16.1-104.4c-1.1-6.8-1.6-13.8-1.6-20.7v-4c0-72.9 59.1-132 132-132M176 384c-26.5 0-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48s-21.5-48-48-48"/></svg>
</template>

CSS

.icon-leo {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M324%2064c72.9%200%20132%2059.1%20132%20132v5.4l-.1%201.4l-23.8%20270c.4%2021.7%2018.2%2039.2%2040%2039.2c22.1%200%2040-17.9%2040-40v-40c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v40c0%2057.4-46.6%20104-104%20104S368%20529.4%20368%20472v-1.4l.1-1.4L392%20198.6V196c0-37.6-30.4-68-68-68s-68%2030.4-68%2068v4c0%203.7.3%207.3.8%2011l29.7%20193.4c.9%206.1%201.4%2012.2%201.4%2018.4v9.2c0%2061.9-50.1%20112-112%20112S64%20493.9%2064%20432s50.1-112%20112-112c11.7%200%2023%201.8%2033.7%205.1l-16.1-104.4c-1.1-6.8-1.6-13.8-1.6-20.7v-4c0-72.9%2059.1-132%20132-132M176%20384c-26.5%200-48%2021.5-48%2048s21.5%2048%2048%2048s48-21.5%2048-48s-21.5-48-48-48%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M324%2064c72.9%200%20132%2059.1%20132%20132v5.4l-.1%201.4l-23.8%20270c.4%2021.7%2018.2%2039.2%2040%2039.2c22.1%200%2040-17.9%2040-40v-40c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v40c0%2057.4-46.6%20104-104%20104S368%20529.4%20368%20472v-1.4l.1-1.4L392%20198.6V196c0-37.6-30.4-68-68-68s-68%2030.4-68%2068v4c0%203.7.3%207.3.8%2011l29.7%20193.4c.9%206.1%201.4%2012.2%201.4%2018.4v9.2c0%2061.9-50.1%20112-112%20112S64%20493.9%2064%20432s50.1-112%20112-112c11.7%200%2023%201.8%2033.7%205.1l-16.1-104.4c-1.1-6.8-1.6-13.8-1.6-20.7v-4c0-72.9%2059.1-132%20132-132M176%20384c-26.5%200-48%2021.5-48%2048s21.5%2048%2048%2048s48-21.5%2048-48s-21.5-48-48-48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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