lg from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
lg
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the lg logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.522 14.078h3.27v1.33h-4.847v-6.83h1.577zm6.74-1.274h1.284v1.195c-.236.09-.698.18-1.137.18c-1.42 0-1.893-.721-1.893-2.186c0-1.398.45-2.221 1.869-2.221c.791 0 1.24.248 1.612.722l.982-.903c-.6-.855-1.646-1.114-2.629-1.114c-2.208 0-3.368 1.205-3.368 3.504c0 2.288 1.047 3.528 3.358 3.528c1.06 0 2.096-.27 2.66-.665V11.53h-2.739v1.274zM5.291 6.709a5.29 5.29 0 1 1 0 10.582a5.291 5.291 0 1 1 0-10.582m3.16 8.457a4.45 4.45 0 0 0 1.31-3.161v-.242l-.22.001H6.596v.494h2.662l-.001.015a3.985 3.985 0 0 1-3.965 3.708a3.95 3.95 0 0 1-2.811-1.165a3.95 3.95 0 0 1-1.164-2.811c0-1.061.414-2.059 1.164-2.81a3.95 3.95 0 0 1 2.81-1.164l.252.003v-.495l-.251-.003a4.475 4.475 0 0 0-4.47 4.469c0 1.194.465 2.316 1.309 3.161a4.44 4.44 0 0 0 3.16 1.31a4.44 4.44 0 0 0 3.162-1.31m-2.91-1.297V9.644H5.04v4.72h1.556v-.495zm-1.265-3.552a.676.676 0 1 0-.675.674a.676.676 0 0 0 .675-.674"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsLg(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="M14.522 14.078h3.27v1.33h-4.847v-6.83h1.577zm6.74-1.274h1.284v1.195c-.236.09-.698.18-1.137.18c-1.42 0-1.893-.721-1.893-2.186c0-1.398.45-2.221 1.869-2.221c.791 0 1.24.248 1.612.722l.982-.903c-.6-.855-1.646-1.114-2.629-1.114c-2.208 0-3.368 1.205-3.368 3.504c0 2.288 1.047 3.528 3.358 3.528c1.06 0 2.096-.27 2.66-.665V11.53h-2.739v1.274zM5.291 6.709a5.29 5.29 0 1 1 0 10.582a5.291 5.291 0 1 1 0-10.582m3.16 8.457a4.45 4.45 0 0 0 1.31-3.161v-.242l-.22.001H6.596v.494h2.662l-.001.015a3.985 3.985 0 0 1-3.965 3.708a3.95 3.95 0 0 1-2.811-1.165a3.95 3.95 0 0 1-1.164-2.811c0-1.061.414-2.059 1.164-2.81a3.95 3.95 0 0 1 2.81-1.164l.252.003v-.495l-.251-.003a4.475 4.475 0 0 0-4.47 4.469c0 1.194.465 2.316 1.309 3.161a4.44 4.44 0 0 0 3.16 1.31a4.44 4.44 0 0 0 3.162-1.31m-2.91-1.297V9.644H5.04v4.72h1.556v-.495zm-1.265-3.552a.676.676 0 1 0-.675.674a.676.676 0 0 0 .675-.674"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.522 14.078h3.27v1.33h-4.847v-6.83h1.577zm6.74-1.274h1.284v1.195c-.236.09-.698.18-1.137.18c-1.42 0-1.893-.721-1.893-2.186c0-1.398.45-2.221 1.869-2.221c.791 0 1.24.248 1.612.722l.982-.903c-.6-.855-1.646-1.114-2.629-1.114c-2.208 0-3.368 1.205-3.368 3.504c0 2.288 1.047 3.528 3.358 3.528c1.06 0 2.096-.27 2.66-.665V11.53h-2.739v1.274zM5.291 6.709a5.29 5.29 0 1 1 0 10.582a5.291 5.291 0 1 1 0-10.582m3.16 8.457a4.45 4.45 0 0 0 1.31-3.161v-.242l-.22.001H6.596v.494h2.662l-.001.015a3.985 3.985 0 0 1-3.965 3.708a3.95 3.95 0 0 1-2.811-1.165a3.95 3.95 0 0 1-1.164-2.811c0-1.061.414-2.059 1.164-2.81a3.95 3.95 0 0 1 2.81-1.164l.252.003v-.495l-.251-.003a4.475 4.475 0 0 0-4.47 4.469c0 1.194.465 2.316 1.309 3.161a4.44 4.44 0 0 0 3.16 1.31a4.44 4.44 0 0 0 3.162-1.31m-2.91-1.297V9.644H5.04v4.72h1.556v-.495zm-1.265-3.552a.676.676 0 1 0-.675.674a.676.676 0 0 0 .675-.674"/></svg>
</template>

CSS

.icon-lg {
  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%22M14.522%2014.078h3.27v1.33h-4.847v-6.83h1.577zm6.74-1.274h1.284v1.195c-.236.09-.698.18-1.137.18c-1.42%200-1.893-.721-1.893-2.186c0-1.398.45-2.221%201.869-2.221c.791%200%201.24.248%201.612.722l.982-.903c-.6-.855-1.646-1.114-2.629-1.114c-2.208%200-3.368%201.205-3.368%203.504c0%202.288%201.047%203.528%203.358%203.528c1.06%200%202.096-.27%202.66-.665V11.53h-2.739v1.274zM5.291%206.709a5.29%205.29%200%201%201%200%2010.582a5.291%205.291%200%201%201%200-10.582m3.16%208.457a4.45%204.45%200%200%200%201.31-3.161v-.242l-.22.001H6.596v.494h2.662l-.001.015a3.985%203.985%200%200%201-3.965%203.708a3.95%203.95%200%200%201-2.811-1.165a3.95%203.95%200%200%201-1.164-2.811c0-1.061.414-2.059%201.164-2.81a3.95%203.95%200%200%201%202.81-1.164l.252.003v-.495l-.251-.003a4.475%204.475%200%200%200-4.47%204.469c0%201.194.465%202.316%201.309%203.161a4.44%204.44%200%200%200%203.16%201.31a4.44%204.44%200%200%200%203.162-1.31m-2.91-1.297V9.644H5.04v4.72h1.556v-.495zm-1.265-3.552a.676.676%200%201%200-.675.674a.676.676%200%200%200%20.675-.674%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%22M14.522%2014.078h3.27v1.33h-4.847v-6.83h1.577zm6.74-1.274h1.284v1.195c-.236.09-.698.18-1.137.18c-1.42%200-1.893-.721-1.893-2.186c0-1.398.45-2.221%201.869-2.221c.791%200%201.24.248%201.612.722l.982-.903c-.6-.855-1.646-1.114-2.629-1.114c-2.208%200-3.368%201.205-3.368%203.504c0%202.288%201.047%203.528%203.358%203.528c1.06%200%202.096-.27%202.66-.665V11.53h-2.739v1.274zM5.291%206.709a5.29%205.29%200%201%201%200%2010.582a5.291%205.291%200%201%201%200-10.582m3.16%208.457a4.45%204.45%200%200%200%201.31-3.161v-.242l-.22.001H6.596v.494h2.662l-.001.015a3.985%203.985%200%200%201-3.965%203.708a3.95%203.95%200%200%201-2.811-1.165a3.95%203.95%200%200%201-1.164-2.811c0-1.061.414-2.059%201.164-2.81a3.95%203.95%200%200%201%202.81-1.164l.252.003v-.495l-.251-.003a4.475%204.475%200%200%200-4.47%204.469c0%201.194.465%202.316%201.309%203.161a4.44%204.44%200%200%200%203.16%201.31a4.44%204.44%200%200%200%203.162-1.31m-2.91-1.297V9.644H5.04v4.72h1.556v-.495zm-1.265-3.552a.676.676%200%201%200-.675.674a.676.676%200%200%200%20.675-.674%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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