nimblr from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
nimblr
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Use the nimblr logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M374.6 417.3c-14.9 0-27-12.1-27-27s12.1-27 27-27s27 12.1 27 27s-12.1 27-27 27m-79.4-27c0 15-12.2 27.2-27.1 27.2c-15 0-27.2-12.2-27.2-27.2s12.2-27.1 27.2-27.1c14.9 0 27.1 12.1 27.1 27.1M319.8 223c-34.8 0-102.4 19.8-132.6 68L142 64v335.5c0 97.6 79.6 176.5 177.8 176.5s177.7-79 177.7-176.5S418.1 223 319.8 223m0 308.1c-73.3 0-132.5-58.9-132.5-131.6s59.2-131.6 132.5-131.6s132.5 58.9 132.5 131.5S393 531 319.8 531z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsNimblr(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M374.6 417.3c-14.9 0-27-12.1-27-27s12.1-27 27-27s27 12.1 27 27s-12.1 27-27 27m-79.4-27c0 15-12.2 27.2-27.1 27.2c-15 0-27.2-12.2-27.2-27.2s12.2-27.1 27.2-27.1c14.9 0 27.1 12.1 27.1 27.1M319.8 223c-34.8 0-102.4 19.8-132.6 68L142 64v335.5c0 97.6 79.6 176.5 177.8 176.5s177.7-79 177.7-176.5S418.1 223 319.8 223m0 308.1c-73.3 0-132.5-58.9-132.5-131.6s59.2-131.6 132.5-131.6s132.5 58.9 132.5 131.5S393 531 319.8 531z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M374.6 417.3c-14.9 0-27-12.1-27-27s12.1-27 27-27s27 12.1 27 27s-12.1 27-27 27m-79.4-27c0 15-12.2 27.2-27.1 27.2c-15 0-27.2-12.2-27.2-27.2s12.2-27.1 27.2-27.1c14.9 0 27.1 12.1 27.1 27.1M319.8 223c-34.8 0-102.4 19.8-132.6 68L142 64v335.5c0 97.6 79.6 176.5 177.8 176.5s177.7-79 177.7-176.5S418.1 223 319.8 223m0 308.1c-73.3 0-132.5-58.9-132.5-131.6s59.2-131.6 132.5-131.6s132.5 58.9 132.5 131.5S393 531 319.8 531z"/></svg>
</template>

CSS

.icon-nimblr {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M374.6%20417.3c-14.9%200-27-12.1-27-27s12.1-27%2027-27s27%2012.1%2027%2027s-12.1%2027-27%2027m-79.4-27c0%2015-12.2%2027.2-27.1%2027.2c-15%200-27.2-12.2-27.2-27.2s12.2-27.1%2027.2-27.1c14.9%200%2027.1%2012.1%2027.1%2027.1M319.8%20223c-34.8%200-102.4%2019.8-132.6%2068L142%2064v335.5c0%2097.6%2079.6%20176.5%20177.8%20176.5s177.7-79%20177.7-176.5S418.1%20223%20319.8%20223m0%20308.1c-73.3%200-132.5-58.9-132.5-131.6s59.2-131.6%20132.5-131.6s132.5%2058.9%20132.5%20131.5S393%20531%20319.8%20531z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M374.6%20417.3c-14.9%200-27-12.1-27-27s12.1-27%2027-27s27%2012.1%2027%2027s-12.1%2027-27%2027m-79.4-27c0%2015-12.2%2027.2-27.1%2027.2c-15%200-27.2-12.2-27.2-27.2s12.2-27.1%2027.2-27.1c14.9%200%2027.1%2012.1%2027.1%2027.1M319.8%20223c-34.8%200-102.4%2019.8-132.6%2068L142%2064v335.5c0%2097.6%2079.6%20176.5%20177.8%20176.5s177.7-79%20177.7-176.5S418.1%20223%20319.8%20223m0%20308.1c-73.3%200-132.5-58.9-132.5-131.6s59.2-131.6%20132.5-131.6s132.5%2058.9%20132.5%20131.5S393%20531%20319.8%20531z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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