lb from Flagpack by Yummygum · Rounded · MIT Free for personal and commercial use.

Name
lb
Set
Flagpack
Style
Rounded
Viewbox
32×24
License
MIT

The same logo in other sets

Use the lb logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 24"><g fill="none" fill-rule="evenodd" clip-rule="evenodd"><path fill="#f50101" d="M32 0H0v6h32zm0 18H0v6h32z"/><path fill="#f7fcff" d="M0 6h32v12H0z"/><path fill="#52ab0b" d="M21.515 12.513c.074.868-3.126-.36-3.126-.012c0 .347 3.428.957 3.423 1.734c-.006.777-4.066-.222-3.155.128c.91.35 2.865 1.186 2.643 1.708c-.475 1.113-3.626-.773-3.889-.4c-.423.599 2.326 1.998 2.303 2.131c-.045.257-1.877-.402-2.303.13c-.344-.097-.503-.56-.61-.622l-.676-8.723s.607 8.213-.169 8.45c-.776.235-2.931.954-2.994.595c-.023-.134 2.595-1.362 2.172-1.962c-.311-.442-3.471 1.126-3.673.218c-.898-.647 2.909-1.208 2.909-1.87s-3.483.784-3.066-.138c.416-.922 3.205-1.252 3.257-1.38c.095-.233-3.1.364-3.1 0c0-.687 1.912-.822 3.1-1.441c.07-.707-2.88.695-3.1.129c-.219-.566 3.771-2.033 3.673-2.147c-.154-.18-3.37.634-2.84.206c1.03-.83 3.039-1.958 3.501-2.26c0 0 .056-.113.115-.074l.126-.08s0 .71-.01.155s4.71 1.87 4.763 2.486c.062.718-2.916-.542-2.846.164c.605.376 2.327 1.101 3.039 1.42c.323.146-2.378-.306-2.32-.084c.145.565 2.775.635 2.853 1.54"/></g></svg>

React

import type { SVGProps } from "react";

export function FlagpackLb(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 24"><g fill="none" fillRule="evenodd" clipRule="evenodd"><path fill="#f50101" d="M32 0H0v6h32zm0 18H0v6h32z"/><path fill="#f7fcff" d="M0 6h32v12H0z"/><path fill="#52ab0b" d="M21.515 12.513c.074.868-3.126-.36-3.126-.012c0 .347 3.428.957 3.423 1.734c-.006.777-4.066-.222-3.155.128c.91.35 2.865 1.186 2.643 1.708c-.475 1.113-3.626-.773-3.889-.4c-.423.599 2.326 1.998 2.303 2.131c-.045.257-1.877-.402-2.303.13c-.344-.097-.503-.56-.61-.622l-.676-8.723s.607 8.213-.169 8.45c-.776.235-2.931.954-2.994.595c-.023-.134 2.595-1.362 2.172-1.962c-.311-.442-3.471 1.126-3.673.218c-.898-.647 2.909-1.208 2.909-1.87s-3.483.784-3.066-.138c.416-.922 3.205-1.252 3.257-1.38c.095-.233-3.1.364-3.1 0c0-.687 1.912-.822 3.1-1.441c.07-.707-2.88.695-3.1.129c-.219-.566 3.771-2.033 3.673-2.147c-.154-.18-3.37.634-2.84.206c1.03-.83 3.039-1.958 3.501-2.26c0 0 .056-.113.115-.074l.126-.08s0 .71-.01.155s4.71 1.87 4.763 2.486c.062.718-2.916-.542-2.846.164c.605.376 2.327 1.101 3.039 1.42c.323.146-2.378-.306-2.32-.084c.145.565 2.775.635 2.853 1.54"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 24"><g fill="none" fill-rule="evenodd" clip-rule="evenodd"><path fill="#f50101" d="M32 0H0v6h32zm0 18H0v6h32z"/><path fill="#f7fcff" d="M0 6h32v12H0z"/><path fill="#52ab0b" d="M21.515 12.513c.074.868-3.126-.36-3.126-.012c0 .347 3.428.957 3.423 1.734c-.006.777-4.066-.222-3.155.128c.91.35 2.865 1.186 2.643 1.708c-.475 1.113-3.626-.773-3.889-.4c-.423.599 2.326 1.998 2.303 2.131c-.045.257-1.877-.402-2.303.13c-.344-.097-.503-.56-.61-.622l-.676-8.723s.607 8.213-.169 8.45c-.776.235-2.931.954-2.994.595c-.023-.134 2.595-1.362 2.172-1.962c-.311-.442-3.471 1.126-3.673.218c-.898-.647 2.909-1.208 2.909-1.87s-3.483.784-3.066-.138c.416-.922 3.205-1.252 3.257-1.38c.095-.233-3.1.364-3.1 0c0-.687 1.912-.822 3.1-1.441c.07-.707-2.88.695-3.1.129c-.219-.566 3.771-2.033 3.673-2.147c-.154-.18-3.37.634-2.84.206c1.03-.83 3.039-1.958 3.501-2.26c0 0 .056-.113.115-.074l.126-.08s0 .71-.01.155s4.71 1.87 4.763 2.486c.062.718-2.916-.542-2.846.164c.605.376 2.327 1.101 3.039 1.42c.323.146-2.378-.306-2.32-.084c.145.565 2.775.635 2.853 1.54"/></g></svg>
</template>

CSS

.icon-lb {
  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%2024%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23f50101%22%20d%3D%22M32%200H0v6h32zm0%2018H0v6h32z%22%2F%3E%3Cpath%20fill%3D%22%23f7fcff%22%20d%3D%22M0%206h32v12H0z%22%2F%3E%3Cpath%20fill%3D%22%2352ab0b%22%20d%3D%22M21.515%2012.513c.074.868-3.126-.36-3.126-.012c0%20.347%203.428.957%203.423%201.734c-.006.777-4.066-.222-3.155.128c.91.35%202.865%201.186%202.643%201.708c-.475%201.113-3.626-.773-3.889-.4c-.423.599%202.326%201.998%202.303%202.131c-.045.257-1.877-.402-2.303.13c-.344-.097-.503-.56-.61-.622l-.676-8.723s.607%208.213-.169%208.45c-.776.235-2.931.954-2.994.595c-.023-.134%202.595-1.362%202.172-1.962c-.311-.442-3.471%201.126-3.673.218c-.898-.647%202.909-1.208%202.909-1.87s-3.483.784-3.066-.138c.416-.922%203.205-1.252%203.257-1.38c.095-.233-3.1.364-3.1%200c0-.687%201.912-.822%203.1-1.441c.07-.707-2.88.695-3.1.129c-.219-.566%203.771-2.033%203.673-2.147c-.154-.18-3.37.634-2.84.206c1.03-.83%203.039-1.958%203.501-2.26c0%200%20.056-.113.115-.074l.126-.08s0%20.71-.01.155s4.71%201.87%204.763%202.486c.062.718-2.916-.542-2.846.164c.605.376%202.327%201.101%203.039%201.42c.323.146-2.378-.306-2.32-.084c.145.565%202.775.635%202.853%201.54%22%2F%3E%3C%2Fg%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%2024%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23f50101%22%20d%3D%22M32%200H0v6h32zm0%2018H0v6h32z%22%2F%3E%3Cpath%20fill%3D%22%23f7fcff%22%20d%3D%22M0%206h32v12H0z%22%2F%3E%3Cpath%20fill%3D%22%2352ab0b%22%20d%3D%22M21.515%2012.513c.074.868-3.126-.36-3.126-.012c0%20.347%203.428.957%203.423%201.734c-.006.777-4.066-.222-3.155.128c.91.35%202.865%201.186%202.643%201.708c-.475%201.113-3.626-.773-3.889-.4c-.423.599%202.326%201.998%202.303%202.131c-.045.257-1.877-.402-2.303.13c-.344-.097-.503-.56-.61-.622l-.676-8.723s.607%208.213-.169%208.45c-.776.235-2.931.954-2.994.595c-.023-.134%202.595-1.362%202.172-1.962c-.311-.442-3.471%201.126-3.673.218c-.898-.647%202.909-1.208%202.909-1.87s-3.483.784-3.066-.138c.416-.922%203.205-1.252%203.257-1.38c.095-.233-3.1.364-3.1%200c0-.687%201.912-.822%203.1-1.441c.07-.707-2.88.695-3.1.129c-.219-.566%203.771-2.033%203.673-2.147c-.154-.18-3.37.634-2.84.206c1.03-.83%203.039-1.958%203.501-2.26c0%200%20.056-.113.115-.074l.126-.08s0%20.71-.01.155s4.71%201.87%204.763%202.486c.062.718-2.916-.542-2.846.164c.605.376%202.327%201.101%203.039%201.42c.323.146-2.378-.306-2.32-.084c.145.565%202.775.635%202.853%201.54%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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