blacknib from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
blacknib
Set
Firefox OS Emoji
Style
Default
Category
Objects
Viewbox
512×512
License
Apache 2.0

More objects icons from Firefox OS Emoji

Use the blacknib emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597b91" d="M476.4 36.2c-27.5-27.5-58.8-40.7-70-29.5l-75.7 75.7l99.6 99.6l75.7-75.7c11.1-11.3-2.1-42.7-29.6-70.1"/><path fill="#a1aaad" d="M448.9 63.7C417.5 32.3 381.7 17.3 369 30l-78.3 78.3L405 221.2l77.5-77.5c12.8-12.8-2.3-48.6-33.6-80"/><path fill="#445056" d="M442.6 183.3c.1-.1.1-.2.2-.3c9.9-14.1-5.2-48.1-35.2-78.1s-63.9-45-78.1-35.2c-.1.1-.2.1-.3.2s-.3.2-.4.3c-.3.3-.7.6-1 .9l-89.3 89.3c-40.9 40.9-69.5 92.5-81.9 148.9c-4.7 21.5-6.1 39.8.3 46.2s24.7 5 46.2.3c56.5-12.3 108.1-41 148.9-81.9l89.3-89.3c.3-.3.6-.7.9-1c.3-.1.4-.2.4-.3"/><path fill="#b9c5c6" d="m142.6 475.9l78.1-120.5l-.2-.5c5.1-6.6-4.1-25.1-21-42c-17.1-17.1-35.7-26.3-42.2-20.9L36.6 370c-1.5.9-2.5 2.3-3 3.9L6.9 478c-1.2 4.8 4.6 8.1 8.1 4.6l63.2-63.2c3.2-3.2 4.4-7.7 3.5-12.1c-2.1-10.3 1.2-21.4 10-28.9c11.2-9.6 28.1-9.5 39.2.3c13.2 11.6 13.7 31.7 1.5 43.9c-7.4 7.4-17.8 10.2-27.4 8.2c-4.3-.9-8.8.5-11.9 3.6l-63.2 63.2c-3.5 3.5-.1 9.3 4.6 8.1L138.6 479c1.7-.5 3.1-1.6 4-3.1"/><path fill="#597b91" d="M470.5 159.6c6.6-6.6 6.6-17.4 0-24s-17.4-6.6-24 0l-17.2 17.2c-3.2 3.2-5 7.5-5 12v19.9L346.9 262c-6.6 6.6-6.6 17.4 0 24c3.3 3.3 7.7 5 12 5s8.7-1.7 12-5l80.5-80.5c4.1-3.1 6.7-8 6.7-13.5v-20.1z"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiBlacknib(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597b91" d="M476.4 36.2c-27.5-27.5-58.8-40.7-70-29.5l-75.7 75.7l99.6 99.6l75.7-75.7c11.1-11.3-2.1-42.7-29.6-70.1"/><path fill="#a1aaad" d="M448.9 63.7C417.5 32.3 381.7 17.3 369 30l-78.3 78.3L405 221.2l77.5-77.5c12.8-12.8-2.3-48.6-33.6-80"/><path fill="#445056" d="M442.6 183.3c.1-.1.1-.2.2-.3c9.9-14.1-5.2-48.1-35.2-78.1s-63.9-45-78.1-35.2c-.1.1-.2.1-.3.2s-.3.2-.4.3c-.3.3-.7.6-1 .9l-89.3 89.3c-40.9 40.9-69.5 92.5-81.9 148.9c-4.7 21.5-6.1 39.8.3 46.2s24.7 5 46.2.3c56.5-12.3 108.1-41 148.9-81.9l89.3-89.3c.3-.3.6-.7.9-1c.3-.1.4-.2.4-.3"/><path fill="#b9c5c6" d="m142.6 475.9l78.1-120.5l-.2-.5c5.1-6.6-4.1-25.1-21-42c-17.1-17.1-35.7-26.3-42.2-20.9L36.6 370c-1.5.9-2.5 2.3-3 3.9L6.9 478c-1.2 4.8 4.6 8.1 8.1 4.6l63.2-63.2c3.2-3.2 4.4-7.7 3.5-12.1c-2.1-10.3 1.2-21.4 10-28.9c11.2-9.6 28.1-9.5 39.2.3c13.2 11.6 13.7 31.7 1.5 43.9c-7.4 7.4-17.8 10.2-27.4 8.2c-4.3-.9-8.8.5-11.9 3.6l-63.2 63.2c-3.5 3.5-.1 9.3 4.6 8.1L138.6 479c1.7-.5 3.1-1.6 4-3.1"/><path fill="#597b91" d="M470.5 159.6c6.6-6.6 6.6-17.4 0-24s-17.4-6.6-24 0l-17.2 17.2c-3.2 3.2-5 7.5-5 12v19.9L346.9 262c-6.6 6.6-6.6 17.4 0 24c3.3 3.3 7.7 5 12 5s8.7-1.7 12-5l80.5-80.5c4.1-3.1 6.7-8 6.7-13.5v-20.1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597b91" d="M476.4 36.2c-27.5-27.5-58.8-40.7-70-29.5l-75.7 75.7l99.6 99.6l75.7-75.7c11.1-11.3-2.1-42.7-29.6-70.1"/><path fill="#a1aaad" d="M448.9 63.7C417.5 32.3 381.7 17.3 369 30l-78.3 78.3L405 221.2l77.5-77.5c12.8-12.8-2.3-48.6-33.6-80"/><path fill="#445056" d="M442.6 183.3c.1-.1.1-.2.2-.3c9.9-14.1-5.2-48.1-35.2-78.1s-63.9-45-78.1-35.2c-.1.1-.2.1-.3.2s-.3.2-.4.3c-.3.3-.7.6-1 .9l-89.3 89.3c-40.9 40.9-69.5 92.5-81.9 148.9c-4.7 21.5-6.1 39.8.3 46.2s24.7 5 46.2.3c56.5-12.3 108.1-41 148.9-81.9l89.3-89.3c.3-.3.6-.7.9-1c.3-.1.4-.2.4-.3"/><path fill="#b9c5c6" d="m142.6 475.9l78.1-120.5l-.2-.5c5.1-6.6-4.1-25.1-21-42c-17.1-17.1-35.7-26.3-42.2-20.9L36.6 370c-1.5.9-2.5 2.3-3 3.9L6.9 478c-1.2 4.8 4.6 8.1 8.1 4.6l63.2-63.2c3.2-3.2 4.4-7.7 3.5-12.1c-2.1-10.3 1.2-21.4 10-28.9c11.2-9.6 28.1-9.5 39.2.3c13.2 11.6 13.7 31.7 1.5 43.9c-7.4 7.4-17.8 10.2-27.4 8.2c-4.3-.9-8.8.5-11.9 3.6l-63.2 63.2c-3.5 3.5-.1 9.3 4.6 8.1L138.6 479c1.7-.5 3.1-1.6 4-3.1"/><path fill="#597b91" d="M470.5 159.6c6.6-6.6 6.6-17.4 0-24s-17.4-6.6-24 0l-17.2 17.2c-3.2 3.2-5 7.5-5 12v19.9L346.9 262c-6.6 6.6-6.6 17.4 0 24c3.3 3.3 7.7 5 12 5s8.7-1.7 12-5l80.5-80.5c4.1-3.1 6.7-8 6.7-13.5v-20.1z"/></svg>
</template>

CSS

.icon-blacknib {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22%23597b91%22%20d%3D%22M476.4%2036.2c-27.5-27.5-58.8-40.7-70-29.5l-75.7%2075.7l99.6%2099.6l75.7-75.7c11.1-11.3-2.1-42.7-29.6-70.1%22%2F%3E%3Cpath%20fill%3D%22%23a1aaad%22%20d%3D%22M448.9%2063.7C417.5%2032.3%20381.7%2017.3%20369%2030l-78.3%2078.3L405%20221.2l77.5-77.5c12.8-12.8-2.3-48.6-33.6-80%22%2F%3E%3Cpath%20fill%3D%22%23445056%22%20d%3D%22M442.6%20183.3c.1-.1.1-.2.2-.3c9.9-14.1-5.2-48.1-35.2-78.1s-63.9-45-78.1-35.2c-.1.1-.2.1-.3.2s-.3.2-.4.3c-.3.3-.7.6-1%20.9l-89.3%2089.3c-40.9%2040.9-69.5%2092.5-81.9%20148.9c-4.7%2021.5-6.1%2039.8.3%2046.2s24.7%205%2046.2.3c56.5-12.3%20108.1-41%20148.9-81.9l89.3-89.3c.3-.3.6-.7.9-1c.3-.1.4-.2.4-.3%22%2F%3E%3Cpath%20fill%3D%22%23b9c5c6%22%20d%3D%22m142.6%20475.9l78.1-120.5l-.2-.5c5.1-6.6-4.1-25.1-21-42c-17.1-17.1-35.7-26.3-42.2-20.9L36.6%20370c-1.5.9-2.5%202.3-3%203.9L6.9%20478c-1.2%204.8%204.6%208.1%208.1%204.6l63.2-63.2c3.2-3.2%204.4-7.7%203.5-12.1c-2.1-10.3%201.2-21.4%2010-28.9c11.2-9.6%2028.1-9.5%2039.2.3c13.2%2011.6%2013.7%2031.7%201.5%2043.9c-7.4%207.4-17.8%2010.2-27.4%208.2c-4.3-.9-8.8.5-11.9%203.6l-63.2%2063.2c-3.5%203.5-.1%209.3%204.6%208.1L138.6%20479c1.7-.5%203.1-1.6%204-3.1%22%2F%3E%3Cpath%20fill%3D%22%23597b91%22%20d%3D%22M470.5%20159.6c6.6-6.6%206.6-17.4%200-24s-17.4-6.6-24%200l-17.2%2017.2c-3.2%203.2-5%207.5-5%2012v19.9L346.9%20262c-6.6%206.6-6.6%2017.4%200%2024c3.3%203.3%207.7%205%2012%205s8.7-1.7%2012-5l80.5-80.5c4.1-3.1%206.7-8%206.7-13.5v-20.1z%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23597b91%22%20d%3D%22M476.4%2036.2c-27.5-27.5-58.8-40.7-70-29.5l-75.7%2075.7l99.6%2099.6l75.7-75.7c11.1-11.3-2.1-42.7-29.6-70.1%22%2F%3E%3Cpath%20fill%3D%22%23a1aaad%22%20d%3D%22M448.9%2063.7C417.5%2032.3%20381.7%2017.3%20369%2030l-78.3%2078.3L405%20221.2l77.5-77.5c12.8-12.8-2.3-48.6-33.6-80%22%2F%3E%3Cpath%20fill%3D%22%23445056%22%20d%3D%22M442.6%20183.3c.1-.1.1-.2.2-.3c9.9-14.1-5.2-48.1-35.2-78.1s-63.9-45-78.1-35.2c-.1.1-.2.1-.3.2s-.3.2-.4.3c-.3.3-.7.6-1%20.9l-89.3%2089.3c-40.9%2040.9-69.5%2092.5-81.9%20148.9c-4.7%2021.5-6.1%2039.8.3%2046.2s24.7%205%2046.2.3c56.5-12.3%20108.1-41%20148.9-81.9l89.3-89.3c.3-.3.6-.7.9-1c.3-.1.4-.2.4-.3%22%2F%3E%3Cpath%20fill%3D%22%23b9c5c6%22%20d%3D%22m142.6%20475.9l78.1-120.5l-.2-.5c5.1-6.6-4.1-25.1-21-42c-17.1-17.1-35.7-26.3-42.2-20.9L36.6%20370c-1.5.9-2.5%202.3-3%203.9L6.9%20478c-1.2%204.8%204.6%208.1%208.1%204.6l63.2-63.2c3.2-3.2%204.4-7.7%203.5-12.1c-2.1-10.3%201.2-21.4%2010-28.9c11.2-9.6%2028.1-9.5%2039.2.3c13.2%2011.6%2013.7%2031.7%201.5%2043.9c-7.4%207.4-17.8%2010.2-27.4%208.2c-4.3-.9-8.8.5-11.9%203.6l-63.2%2063.2c-3.5%203.5-.1%209.3%204.6%208.1L138.6%20479c1.7-.5%203.1-1.6%204-3.1%22%2F%3E%3Cpath%20fill%3D%22%23597b91%22%20d%3D%22M470.5%20159.6c6.6-6.6%206.6-17.4%200-24s-17.4-6.6-24%200l-17.2%2017.2c-3.2%203.2-5%207.5-5%2012v19.9L346.9%20262c-6.6%206.6-6.6%2017.4%200%2024c3.3%203.3%207.7%205%2012%205s8.7-1.7%2012-5l80.5-80.5c4.1-3.1%206.7-8%206.7-13.5v-20.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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