usps from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
usps
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More other icons from Line Awesome

Use the usps icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.6 7c13.6 2.9 17.7 3.5 17.8 4.5c2 0 2.5 0 2.8.4c1.1 1-.8 3.6-.8 3.6c-.2.1-21.7 8.5-21.7 8.5h22.7L30 7zm-.8 4L2 24c10.5-5.2 13.9-6.9 17.2-8.1c3.5-1.1 5.2-1.2 5.5-1.3c.2-.2-.2-.4-1.4-.3c-2.8.1-7.4 2-9.3 2.9l-1.6-5h10.5c-.1-1-5.4-1.1-12.7-1.2zm18.4 1.1s-.1-.1-.6.4c-.6.3-2 .3-2 .5s3.8-.2 4.7 0c.5.1-.1 1.1-.2 1.7c-.1.3.1.2.1 0c1.4-2.2.8-2.6-.6-2.6z"/></svg>

React

import type { SVGProps } from "react";

export function LaUsps(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="M5.6 7c13.6 2.9 17.7 3.5 17.8 4.5c2 0 2.5 0 2.8.4c1.1 1-.8 3.6-.8 3.6c-.2.1-21.7 8.5-21.7 8.5h22.7L30 7zm-.8 4L2 24c10.5-5.2 13.9-6.9 17.2-8.1c3.5-1.1 5.2-1.2 5.5-1.3c.2-.2-.2-.4-1.4-.3c-2.8.1-7.4 2-9.3 2.9l-1.6-5h10.5c-.1-1-5.4-1.1-12.7-1.2zm18.4 1.1s-.1-.1-.6.4c-.6.3-2 .3-2 .5s3.8-.2 4.7 0c.5.1-.1 1.1-.2 1.7c-.1.3.1.2.1 0c1.4-2.2.8-2.6-.6-2.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.6 7c13.6 2.9 17.7 3.5 17.8 4.5c2 0 2.5 0 2.8.4c1.1 1-.8 3.6-.8 3.6c-.2.1-21.7 8.5-21.7 8.5h22.7L30 7zm-.8 4L2 24c10.5-5.2 13.9-6.9 17.2-8.1c3.5-1.1 5.2-1.2 5.5-1.3c.2-.2-.2-.4-1.4-.3c-2.8.1-7.4 2-9.3 2.9l-1.6-5h10.5c-.1-1-5.4-1.1-12.7-1.2zm18.4 1.1s-.1-.1-.6.4c-.6.3-2 .3-2 .5s3.8-.2 4.7 0c.5.1-.1 1.1-.2 1.7c-.1.3.1.2.1 0c1.4-2.2.8-2.6-.6-2.6z"/></svg>
</template>

CSS

.icon-usps {
  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%22M5.6%207c13.6%202.9%2017.7%203.5%2017.8%204.5c2%200%202.5%200%202.8.4c1.1%201-.8%203.6-.8%203.6c-.2.1-21.7%208.5-21.7%208.5h22.7L30%207zm-.8%204L2%2024c10.5-5.2%2013.9-6.9%2017.2-8.1c3.5-1.1%205.2-1.2%205.5-1.3c.2-.2-.2-.4-1.4-.3c-2.8.1-7.4%202-9.3%202.9l-1.6-5h10.5c-.1-1-5.4-1.1-12.7-1.2zm18.4%201.1s-.1-.1-.6.4c-.6.3-2%20.3-2%20.5s3.8-.2%204.7%200c.5.1-.1%201.1-.2%201.7c-.1.3.1.2.1%200c1.4-2.2.8-2.6-.6-2.6z%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%22M5.6%207c13.6%202.9%2017.7%203.5%2017.8%204.5c2%200%202.5%200%202.8.4c1.1%201-.8%203.6-.8%203.6c-.2.1-21.7%208.5-21.7%208.5h22.7L30%207zm-.8%204L2%2024c10.5-5.2%2013.9-6.9%2017.2-8.1c3.5-1.1%205.2-1.2%205.5-1.3c.2-.2-.2-.4-1.4-.3c-2.8.1-7.4%202-9.3%202.9l-1.6-5h10.5c-.1-1-5.4-1.1-12.7-1.2zm18.4%201.1s-.1-.1-.6.4c-.6.3-2%20.3-2%20.5s3.8-.2%204.7%200c.5.1-.1%201.1-.2%201.7c-.1.3.1.2.1%200c1.4-2.2.8-2.6-.6-2.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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