lottie-lab from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.

Name
lottie-lab
Set
Boxicons Brands
Style
Logo
Viewbox
24×24
License
MIT

Related icons in Boxicons Brands

Use the lottie lab logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.36 7.74c-.06-.19-.12-.2-.16-.21c-.12-.02-.27.15-.35.26c-.65.89-1 3.09-.94 4.94c1.14-2.08 1.71-4.16 1.45-5Z" class="b"/><path fill="currentColor" d="M15.78 3H8.21C5.33 3 2.99 5.34 2.99 8.22v7.57c0 2.88 2.34 5.22 5.22 5.22h7.57c2.88 0 5.22-2.34 5.22-5.22V8.22C21 5.34 18.66 3 15.78 3m-.13 12.41c-.55 1.38-1.5 2.2-2.61 2.27h-.14c-.99 0-1.95-.64-2.6-1.74c-.27.32-.54.63-.82.91c-.13.13-.29.19-.46.19s-.33-.06-.46-.19a.66.66 0 0 1 0-.92c.44-.44.85-.93 1.23-1.44c-.18-.87-.24-1.95-.17-3.11c.11-1.87.55-3.5 1.16-4.34c.6-.83 1.29-.84 1.65-.77h.03c.55.11.96.5 1.14 1.1c.48 1.57-.64 4.78-2.4 7.39c.05.16.11.31.18.44c0 .02.02.04.03.05c.43.75 1.01 1.17 1.56 1.14c.58-.03 1.12-.56 1.47-1.45c.13-.33.51-.5.85-.36c.33.13.5.51.36.85Z" class="b"/></svg>

React

import type { SVGProps } from "react";

export function BxlLottieLab(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="M12.36 7.74c-.06-.19-.12-.2-.16-.21c-.12-.02-.27.15-.35.26c-.65.89-1 3.09-.94 4.94c1.14-2.08 1.71-4.16 1.45-5Z" className="b"/><path fill="currentColor" d="M15.78 3H8.21C5.33 3 2.99 5.34 2.99 8.22v7.57c0 2.88 2.34 5.22 5.22 5.22h7.57c2.88 0 5.22-2.34 5.22-5.22V8.22C21 5.34 18.66 3 15.78 3m-.13 12.41c-.55 1.38-1.5 2.2-2.61 2.27h-.14c-.99 0-1.95-.64-2.6-1.74c-.27.32-.54.63-.82.91c-.13.13-.29.19-.46.19s-.33-.06-.46-.19a.66.66 0 0 1 0-.92c.44-.44.85-.93 1.23-1.44c-.18-.87-.24-1.95-.17-3.11c.11-1.87.55-3.5 1.16-4.34c.6-.83 1.29-.84 1.65-.77h.03c.55.11.96.5 1.14 1.1c.48 1.57-.64 4.78-2.4 7.39c.05.16.11.31.18.44c0 .02.02.04.03.05c.43.75 1.01 1.17 1.56 1.14c.58-.03 1.12-.56 1.47-1.45c.13-.33.51-.5.85-.36c.33.13.5.51.36.85Z" className="b"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.36 7.74c-.06-.19-.12-.2-.16-.21c-.12-.02-.27.15-.35.26c-.65.89-1 3.09-.94 4.94c1.14-2.08 1.71-4.16 1.45-5Z" class="b"/><path fill="currentColor" d="M15.78 3H8.21C5.33 3 2.99 5.34 2.99 8.22v7.57c0 2.88 2.34 5.22 5.22 5.22h7.57c2.88 0 5.22-2.34 5.22-5.22V8.22C21 5.34 18.66 3 15.78 3m-.13 12.41c-.55 1.38-1.5 2.2-2.61 2.27h-.14c-.99 0-1.95-.64-2.6-1.74c-.27.32-.54.63-.82.91c-.13.13-.29.19-.46.19s-.33-.06-.46-.19a.66.66 0 0 1 0-.92c.44-.44.85-.93 1.23-1.44c-.18-.87-.24-1.95-.17-3.11c.11-1.87.55-3.5 1.16-4.34c.6-.83 1.29-.84 1.65-.77h.03c.55.11.96.5 1.14 1.1c.48 1.57-.64 4.78-2.4 7.39c.05.16.11.31.18.44c0 .02.02.04.03.05c.43.75 1.01 1.17 1.56 1.14c.58-.03 1.12-.56 1.47-1.45c.13-.33.51-.5.85-.36c.33.13.5.51.36.85Z" class="b"/></svg>
</template>

CSS

.icon-lottie-lab {
  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%22M12.36%207.74c-.06-.19-.12-.2-.16-.21c-.12-.02-.27.15-.35.26c-.65.89-1%203.09-.94%204.94c1.14-2.08%201.71-4.16%201.45-5Z%22%20class%3D%22b%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.78%203H8.21C5.33%203%202.99%205.34%202.99%208.22v7.57c0%202.88%202.34%205.22%205.22%205.22h7.57c2.88%200%205.22-2.34%205.22-5.22V8.22C21%205.34%2018.66%203%2015.78%203m-.13%2012.41c-.55%201.38-1.5%202.2-2.61%202.27h-.14c-.99%200-1.95-.64-2.6-1.74c-.27.32-.54.63-.82.91c-.13.13-.29.19-.46.19s-.33-.06-.46-.19a.66.66%200%200%201%200-.92c.44-.44.85-.93%201.23-1.44c-.18-.87-.24-1.95-.17-3.11c.11-1.87.55-3.5%201.16-4.34c.6-.83%201.29-.84%201.65-.77h.03c.55.11.96.5%201.14%201.1c.48%201.57-.64%204.78-2.4%207.39c.05.16.11.31.18.44c0%20.02.02.04.03.05c.43.75%201.01%201.17%201.56%201.14c.58-.03%201.12-.56%201.47-1.45c.13-.33.51-.5.85-.36c.33.13.5.51.36.85Z%22%20class%3D%22b%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%22M12.36%207.74c-.06-.19-.12-.2-.16-.21c-.12-.02-.27.15-.35.26c-.65.89-1%203.09-.94%204.94c1.14-2.08%201.71-4.16%201.45-5Z%22%20class%3D%22b%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.78%203H8.21C5.33%203%202.99%205.34%202.99%208.22v7.57c0%202.88%202.34%205.22%205.22%205.22h7.57c2.88%200%205.22-2.34%205.22-5.22V8.22C21%205.34%2018.66%203%2015.78%203m-.13%2012.41c-.55%201.38-1.5%202.2-2.61%202.27h-.14c-.99%200-1.95-.64-2.6-1.74c-.27.32-.54.63-.82.91c-.13.13-.29.19-.46.19s-.33-.06-.46-.19a.66.66%200%200%201%200-.92c.44-.44.85-.93%201.23-1.44c-.18-.87-.24-1.95-.17-3.11c.11-1.87.55-3.5%201.16-4.34c.6-.83%201.29-.84%201.65-.77h.03c.55.11.96.5%201.14%201.1c.48%201.57-.64%204.78-2.4%207.39c.05.16.11.31.18.44c0%20.02.02.04.03.05c.43.75%201.01%201.17%201.56%201.14c.58-.03%201.12-.56%201.47-1.45c.13-.33.51-.5.85-.36c.33.13.5.51.36.85Z%22%20class%3D%22b%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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