lari-sign from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
lari-sign
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
384×512
License
CC BY 4.0

The same icon in other sets

Use the lari sign icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M144 32c17.7 0 32 14.3 32 32v32.7c5.3-.4 10.6-.7 16-.7s10.7.2 16 .7V64c0-17.7 14.3-32 32-32s32 14.3 32 32v49.4c54.9 25.2 95.8 75.5 108.2 136.2c3.5 17.3-7.7 34.2-25 37.7s-34.2-7.7-37.7-25c-6.1-29.9-22.5-55.9-45.4-74.3v67.9c0 17.7-14.3 32-32 32s-32-14.3-32-32v-95c-5.2-.7-10.6-1-16-1s-10.8.3-16 1v95c0 17.7-14.3 32-32 32s-32-14.3-32-32V188C82.7 211.5 64 247.6 64 288c0 70.7 57.3 128 128 128h160c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h16.9C18.5 382 0 337.2 0 288c0-77.5 45.9-144.3 112-174.6V64c0-17.7 14.3-32 32-32"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidLariSign(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M144 32c17.7 0 32 14.3 32 32v32.7c5.3-.4 10.6-.7 16-.7s10.7.2 16 .7V64c0-17.7 14.3-32 32-32s32 14.3 32 32v49.4c54.9 25.2 95.8 75.5 108.2 136.2c3.5 17.3-7.7 34.2-25 37.7s-34.2-7.7-37.7-25c-6.1-29.9-22.5-55.9-45.4-74.3v67.9c0 17.7-14.3 32-32 32s-32-14.3-32-32v-95c-5.2-.7-10.6-1-16-1s-10.8.3-16 1v95c0 17.7-14.3 32-32 32s-32-14.3-32-32V188C82.7 211.5 64 247.6 64 288c0 70.7 57.3 128 128 128h160c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h16.9C18.5 382 0 337.2 0 288c0-77.5 45.9-144.3 112-174.6V64c0-17.7 14.3-32 32-32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M144 32c17.7 0 32 14.3 32 32v32.7c5.3-.4 10.6-.7 16-.7s10.7.2 16 .7V64c0-17.7 14.3-32 32-32s32 14.3 32 32v49.4c54.9 25.2 95.8 75.5 108.2 136.2c3.5 17.3-7.7 34.2-25 37.7s-34.2-7.7-37.7-25c-6.1-29.9-22.5-55.9-45.4-74.3v67.9c0 17.7-14.3 32-32 32s-32-14.3-32-32v-95c-5.2-.7-10.6-1-16-1s-10.8.3-16 1v95c0 17.7-14.3 32-32 32s-32-14.3-32-32V188C82.7 211.5 64 247.6 64 288c0 70.7 57.3 128 128 128h160c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h16.9C18.5 382 0 337.2 0 288c0-77.5 45.9-144.3 112-174.6V64c0-17.7 14.3-32 32-32"/></svg>
</template>

CSS

.icon-lari-sign {
  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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M144%2032c17.7%200%2032%2014.3%2032%2032v32.7c5.3-.4%2010.6-.7%2016-.7s10.7.2%2016%20.7V64c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v49.4c54.9%2025.2%2095.8%2075.5%20108.2%20136.2c3.5%2017.3-7.7%2034.2-25%2037.7s-34.2-7.7-37.7-25c-6.1-29.9-22.5-55.9-45.4-74.3v67.9c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-95c-5.2-.7-10.6-1-16-1s-10.8.3-16%201v95c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V188C82.7%20211.5%2064%20247.6%2064%20288c0%2070.7%2057.3%20128%20128%20128h160c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H32c-17.7%200-32-14.3-32-32s14.3-32%2032-32h16.9C18.5%20382%200%20337.2%200%20288c0-77.5%2045.9-144.3%20112-174.6V64c0-17.7%2014.3-32%2032-32%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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M144%2032c17.7%200%2032%2014.3%2032%2032v32.7c5.3-.4%2010.6-.7%2016-.7s10.7.2%2016%20.7V64c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v49.4c54.9%2025.2%2095.8%2075.5%20108.2%20136.2c3.5%2017.3-7.7%2034.2-25%2037.7s-34.2-7.7-37.7-25c-6.1-29.9-22.5-55.9-45.4-74.3v67.9c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-95c-5.2-.7-10.6-1-16-1s-10.8.3-16%201v95c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V188C82.7%20211.5%2064%20247.6%2064%20288c0%2070.7%2057.3%20128%20128%20128h160c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H32c-17.7%200-32-14.3-32-32s14.3-32%2032-32h16.9C18.5%20382%200%20337.2%200%20288c0-77.5%2045.9-144.3%20112-174.6V64c0-17.7%2014.3-32%2032-32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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