nimblr logo
nimblr from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- nimblr
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 384×512
- 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 384 512"><path fill="currentColor" d="M246.6 299.29c15.57 0 27.15 11.46 27.15 27s-11.62 27-27.15 27c-15.7 0-27.15-11.57-27.15-27s11.55-27 27.15-27M113 326.25c0-15.61 11.68-27 27.15-27s27.15 11.46 27.15 27s-11.47 27-27.15 27c-15.44 0-27.15-11.31-27.15-27M191.76 159C157 159 89.45 178.77 59.25 227L14 0v335.48C14 433.13 93.61 512 191.76 512s177.76-78.95 177.76-176.52S290.13 159 191.76 159m0 308.12c-73.27 0-132.51-58.9-132.51-131.59s59.24-131.59 132.51-131.59s132.51 58.86 132.51 131.54S265 467.07 191.76 467.07z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsNimblr(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="M246.6 299.29c15.57 0 27.15 11.46 27.15 27s-11.62 27-27.15 27c-15.7 0-27.15-11.57-27.15-27s11.55-27 27.15-27M113 326.25c0-15.61 11.68-27 27.15-27s27.15 11.46 27.15 27s-11.47 27-27.15 27c-15.44 0-27.15-11.31-27.15-27M191.76 159C157 159 89.45 178.77 59.25 227L14 0v335.48C14 433.13 93.61 512 191.76 512s177.76-78.95 177.76-176.52S290.13 159 191.76 159m0 308.12c-73.27 0-132.51-58.9-132.51-131.59s59.24-131.59 132.51-131.59s132.51 58.86 132.51 131.54S265 467.07 191.76 467.07z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M246.6 299.29c15.57 0 27.15 11.46 27.15 27s-11.62 27-27.15 27c-15.7 0-27.15-11.57-27.15-27s11.55-27 27.15-27M113 326.25c0-15.61 11.68-27 27.15-27s27.15 11.46 27.15 27s-11.47 27-27.15 27c-15.44 0-27.15-11.31-27.15-27M191.76 159C157 159 89.45 178.77 59.25 227L14 0v335.48C14 433.13 93.61 512 191.76 512s177.76-78.95 177.76-176.52S290.13 159 191.76 159m0 308.12c-73.27 0-132.51-58.9-132.51-131.59s59.24-131.59 132.51-131.59s132.51 58.86 132.51 131.54S265 467.07 191.76 467.07z"/></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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M246.6%20299.29c15.57%200%2027.15%2011.46%2027.15%2027s-11.62%2027-27.15%2027c-15.7%200-27.15-11.57-27.15-27s11.55-27%2027.15-27M113%20326.25c0-15.61%2011.68-27%2027.15-27s27.15%2011.46%2027.15%2027s-11.47%2027-27.15%2027c-15.44%200-27.15-11.31-27.15-27M191.76%20159C157%20159%2089.45%20178.77%2059.25%20227L14%200v335.48C14%20433.13%2093.61%20512%20191.76%20512s177.76-78.95%20177.76-176.52S290.13%20159%20191.76%20159m0%20308.12c-73.27%200-132.51-58.9-132.51-131.59s59.24-131.59%20132.51-131.59s132.51%2058.86%20132.51%20131.54S265%20467.07%20191.76%20467.07z%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%22M246.6%20299.29c15.57%200%2027.15%2011.46%2027.15%2027s-11.62%2027-27.15%2027c-15.7%200-27.15-11.57-27.15-27s11.55-27%2027.15-27M113%20326.25c0-15.61%2011.68-27%2027.15-27s27.15%2011.46%2027.15%2027s-11.47%2027-27.15%2027c-15.44%200-27.15-11.31-27.15-27M191.76%20159C157%20159%2089.45%20178.77%2059.25%20227L14%200v335.48C14%20433.13%2093.61%20512%20191.76%20512s177.76-78.95%20177.76-176.52S290.13%20159%20191.76%20159m0%20308.12c-73.27%200-132.51-58.9-132.51-131.59s59.24-131.59%20132.51-131.59s132.51%2058.86%20132.51%20131.54S265%20467.07%20191.76%20467.07z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/nimblr.svg?color=%231a73e8&size=48