black nib emoji

black-nib from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
black-nib
Set
Noto Emoji
Style
Default
Category
Objects
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More objects icons from Noto Emoji

Use the black nib emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#84b0c1" d="M123.39 118.93c-.42-1.99-1.95-2.36-2.84-4.34c0 0-6.58-14.61-9.61-23.71c-2.09-6.28-3.69-12.6-4.44-16.42c-1.67-8.57-5.17-11.04-9.27-13.53c-9.23-5.61-27.62-17.7-38.55-26.91C44.92 22.41 37.23 15 37.23 15L25.77 26.46L14.5 37.73s7.42 7.69 19.02 21.44c9.22 10.93 21.3 29.32 26.91 38.55c2.49 4.1 4.97 7.61 13.53 9.27c3.82.75 10.14 2.35 16.42 4.44c9.1 3.03 23.71 9.61 23.71 9.61c1.98.89 2.35 2.42 4.34 2.84c3.02.64 3.27-1.68 3.27-1.68l-.61-.61l.61.6c0 .01 2.33-.24 1.69-3.26"/><path d="M117.92 119.15c2.76 2.18 3.79 3.06 3.79 3.06s-.7-2.15-4.62-6.98s-28.88-28.88-28.88-28.88l-1.93 1.93c.01 0 27.31 27.44 31.64 30.87"/><circle cx="85.27" cy="84.86" r="4.56"/><path fill="#a8e3f0" d="M75.44 51.36c3.77 1.75 8.71 5.69 17.3 11.4c8.8 5.84 8.1 10.26 9.69 15.9c1.38 4.92 4.09 12.22 6.05 17.31c.37.96-1.52 1.09-2.53-.62C94.6 76.11 74.22 59.92 73.39 56.01c-1.03-4.88 2-4.68 2.05-4.65"/><path fill="#2f7889" d="M56.66 54.56S43.05 65.65 44.28 67.6c5.32 8.43 18.12 28.7 22.68 32.32c2.59 2.05 7.76 3.58 16.8 5.86c3.73.94 6.8 1.55 9.61 2.79c1.1.49 1.94-1.06.94-1.72c-9.02-5.97-24.66-15.26-37-32.99c-7.2-10.34-.65-19.3-.65-19.3"/><path fill="#424242" d="M19.63 21C25.21 15.41 32.49 10.04 37 6.9a5.82 5.82 0 0 1 7.59.81c16.53 17.66 24.84 27.18 28.25 31.57a4.11 4.11 0 0 1-.34 5.44l-29.36 28.3a4.11 4.11 0 0 1-5.44.34c-4.37-3.39-13.82-11.38-31.31-27.48a5.834 5.834 0 0 1-.83-7.65C8.71 33.75 14.07 26.56 19.63 21"/><path fill="#ffc107" d="M34.26 70.6c3.87-5.49 9.73-13.1 17.16-20.67c6.69-6.81 13.35-11.3 18.59-14.14c0 0 2.74.57 3.7 2.5c1.3 2.61.26 4.95-1.21 6.43l-29.36 28.3c-1.47 1.47-4.6 2.81-6.8 1.21c-2.32-1.69-2.08-3.63-2.08-3.63"/><path fill="#ffee58" d="M61.11 42.71c-2.6 2.53-5.11 5.95-2.21 8.58c1.87 1.7 5.29-.5 6.58-1.75c2.61-2.5 8.75-6.35 5.14-9.82c-3.42-3.29-7.41.95-9.51 2.99"/><path fill="#757575" d="M52.13 38.89c-6.55-5.75-10.53-9.56-15.08-14.11c-6.79-6.79 2.93-13.83 7.49-9.27c5.03 5.03 12.42 13.73 15.37 19.5c1.47 2.88-3.87 7.31-7.78 3.88"/></svg>

React

import type { SVGProps } from "react";

export function NotoBlackNib(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#84b0c1" d="M123.39 118.93c-.42-1.99-1.95-2.36-2.84-4.34c0 0-6.58-14.61-9.61-23.71c-2.09-6.28-3.69-12.6-4.44-16.42c-1.67-8.57-5.17-11.04-9.27-13.53c-9.23-5.61-27.62-17.7-38.55-26.91C44.92 22.41 37.23 15 37.23 15L25.77 26.46L14.5 37.73s7.42 7.69 19.02 21.44c9.22 10.93 21.3 29.32 26.91 38.55c2.49 4.1 4.97 7.61 13.53 9.27c3.82.75 10.14 2.35 16.42 4.44c9.1 3.03 23.71 9.61 23.71 9.61c1.98.89 2.35 2.42 4.34 2.84c3.02.64 3.27-1.68 3.27-1.68l-.61-.61l.61.6c0 .01 2.33-.24 1.69-3.26"/><path d="M117.92 119.15c2.76 2.18 3.79 3.06 3.79 3.06s-.7-2.15-4.62-6.98s-28.88-28.88-28.88-28.88l-1.93 1.93c.01 0 27.31 27.44 31.64 30.87"/><circle cx="85.27" cy="84.86" r="4.56"/><path fill="#a8e3f0" d="M75.44 51.36c3.77 1.75 8.71 5.69 17.3 11.4c8.8 5.84 8.1 10.26 9.69 15.9c1.38 4.92 4.09 12.22 6.05 17.31c.37.96-1.52 1.09-2.53-.62C94.6 76.11 74.22 59.92 73.39 56.01c-1.03-4.88 2-4.68 2.05-4.65"/><path fill="#2f7889" d="M56.66 54.56S43.05 65.65 44.28 67.6c5.32 8.43 18.12 28.7 22.68 32.32c2.59 2.05 7.76 3.58 16.8 5.86c3.73.94 6.8 1.55 9.61 2.79c1.1.49 1.94-1.06.94-1.72c-9.02-5.97-24.66-15.26-37-32.99c-7.2-10.34-.65-19.3-.65-19.3"/><path fill="#424242" d="M19.63 21C25.21 15.41 32.49 10.04 37 6.9a5.82 5.82 0 0 1 7.59.81c16.53 17.66 24.84 27.18 28.25 31.57a4.11 4.11 0 0 1-.34 5.44l-29.36 28.3a4.11 4.11 0 0 1-5.44.34c-4.37-3.39-13.82-11.38-31.31-27.48a5.834 5.834 0 0 1-.83-7.65C8.71 33.75 14.07 26.56 19.63 21"/><path fill="#ffc107" d="M34.26 70.6c3.87-5.49 9.73-13.1 17.16-20.67c6.69-6.81 13.35-11.3 18.59-14.14c0 0 2.74.57 3.7 2.5c1.3 2.61.26 4.95-1.21 6.43l-29.36 28.3c-1.47 1.47-4.6 2.81-6.8 1.21c-2.32-1.69-2.08-3.63-2.08-3.63"/><path fill="#ffee58" d="M61.11 42.71c-2.6 2.53-5.11 5.95-2.21 8.58c1.87 1.7 5.29-.5 6.58-1.75c2.61-2.5 8.75-6.35 5.14-9.82c-3.42-3.29-7.41.95-9.51 2.99"/><path fill="#757575" d="M52.13 38.89c-6.55-5.75-10.53-9.56-15.08-14.11c-6.79-6.79 2.93-13.83 7.49-9.27c5.03 5.03 12.42 13.73 15.37 19.5c1.47 2.88-3.87 7.31-7.78 3.88"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#84b0c1" d="M123.39 118.93c-.42-1.99-1.95-2.36-2.84-4.34c0 0-6.58-14.61-9.61-23.71c-2.09-6.28-3.69-12.6-4.44-16.42c-1.67-8.57-5.17-11.04-9.27-13.53c-9.23-5.61-27.62-17.7-38.55-26.91C44.92 22.41 37.23 15 37.23 15L25.77 26.46L14.5 37.73s7.42 7.69 19.02 21.44c9.22 10.93 21.3 29.32 26.91 38.55c2.49 4.1 4.97 7.61 13.53 9.27c3.82.75 10.14 2.35 16.42 4.44c9.1 3.03 23.71 9.61 23.71 9.61c1.98.89 2.35 2.42 4.34 2.84c3.02.64 3.27-1.68 3.27-1.68l-.61-.61l.61.6c0 .01 2.33-.24 1.69-3.26"/><path d="M117.92 119.15c2.76 2.18 3.79 3.06 3.79 3.06s-.7-2.15-4.62-6.98s-28.88-28.88-28.88-28.88l-1.93 1.93c.01 0 27.31 27.44 31.64 30.87"/><circle cx="85.27" cy="84.86" r="4.56"/><path fill="#a8e3f0" d="M75.44 51.36c3.77 1.75 8.71 5.69 17.3 11.4c8.8 5.84 8.1 10.26 9.69 15.9c1.38 4.92 4.09 12.22 6.05 17.31c.37.96-1.52 1.09-2.53-.62C94.6 76.11 74.22 59.92 73.39 56.01c-1.03-4.88 2-4.68 2.05-4.65"/><path fill="#2f7889" d="M56.66 54.56S43.05 65.65 44.28 67.6c5.32 8.43 18.12 28.7 22.68 32.32c2.59 2.05 7.76 3.58 16.8 5.86c3.73.94 6.8 1.55 9.61 2.79c1.1.49 1.94-1.06.94-1.72c-9.02-5.97-24.66-15.26-37-32.99c-7.2-10.34-.65-19.3-.65-19.3"/><path fill="#424242" d="M19.63 21C25.21 15.41 32.49 10.04 37 6.9a5.82 5.82 0 0 1 7.59.81c16.53 17.66 24.84 27.18 28.25 31.57a4.11 4.11 0 0 1-.34 5.44l-29.36 28.3a4.11 4.11 0 0 1-5.44.34c-4.37-3.39-13.82-11.38-31.31-27.48a5.834 5.834 0 0 1-.83-7.65C8.71 33.75 14.07 26.56 19.63 21"/><path fill="#ffc107" d="M34.26 70.6c3.87-5.49 9.73-13.1 17.16-20.67c6.69-6.81 13.35-11.3 18.59-14.14c0 0 2.74.57 3.7 2.5c1.3 2.61.26 4.95-1.21 6.43l-29.36 28.3c-1.47 1.47-4.6 2.81-6.8 1.21c-2.32-1.69-2.08-3.63-2.08-3.63"/><path fill="#ffee58" d="M61.11 42.71c-2.6 2.53-5.11 5.95-2.21 8.58c1.87 1.7 5.29-.5 6.58-1.75c2.61-2.5 8.75-6.35 5.14-9.82c-3.42-3.29-7.41.95-9.51 2.99"/><path fill="#757575" d="M52.13 38.89c-6.55-5.75-10.53-9.56-15.08-14.11c-6.79-6.79 2.93-13.83 7.49-9.27c5.03 5.03 12.42 13.73 15.37 19.5c1.47 2.88-3.87 7.31-7.78 3.88"/></svg>
</template>

CSS

.icon-black-nib {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%2384b0c1%22%20d%3D%22M123.39%20118.93c-.42-1.99-1.95-2.36-2.84-4.34c0%200-6.58-14.61-9.61-23.71c-2.09-6.28-3.69-12.6-4.44-16.42c-1.67-8.57-5.17-11.04-9.27-13.53c-9.23-5.61-27.62-17.7-38.55-26.91C44.92%2022.41%2037.23%2015%2037.23%2015L25.77%2026.46L14.5%2037.73s7.42%207.69%2019.02%2021.44c9.22%2010.93%2021.3%2029.32%2026.91%2038.55c2.49%204.1%204.97%207.61%2013.53%209.27c3.82.75%2010.14%202.35%2016.42%204.44c9.1%203.03%2023.71%209.61%2023.71%209.61c1.98.89%202.35%202.42%204.34%202.84c3.02.64%203.27-1.68%203.27-1.68l-.61-.61l.61.6c0%20.01%202.33-.24%201.69-3.26%22%2F%3E%3Cpath%20d%3D%22M117.92%20119.15c2.76%202.18%203.79%203.06%203.79%203.06s-.7-2.15-4.62-6.98s-28.88-28.88-28.88-28.88l-1.93%201.93c.01%200%2027.31%2027.44%2031.64%2030.87%22%2F%3E%3Ccircle%20cx%3D%2285.27%22%20cy%3D%2284.86%22%20r%3D%224.56%22%2F%3E%3Cpath%20fill%3D%22%23a8e3f0%22%20d%3D%22M75.44%2051.36c3.77%201.75%208.71%205.69%2017.3%2011.4c8.8%205.84%208.1%2010.26%209.69%2015.9c1.38%204.92%204.09%2012.22%206.05%2017.31c.37.96-1.52%201.09-2.53-.62C94.6%2076.11%2074.22%2059.92%2073.39%2056.01c-1.03-4.88%202-4.68%202.05-4.65%22%2F%3E%3Cpath%20fill%3D%22%232f7889%22%20d%3D%22M56.66%2054.56S43.05%2065.65%2044.28%2067.6c5.32%208.43%2018.12%2028.7%2022.68%2032.32c2.59%202.05%207.76%203.58%2016.8%205.86c3.73.94%206.8%201.55%209.61%202.79c1.1.49%201.94-1.06.94-1.72c-9.02-5.97-24.66-15.26-37-32.99c-7.2-10.34-.65-19.3-.65-19.3%22%2F%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M19.63%2021C25.21%2015.41%2032.49%2010.04%2037%206.9a5.82%205.82%200%200%201%207.59.81c16.53%2017.66%2024.84%2027.18%2028.25%2031.57a4.11%204.11%200%200%201-.34%205.44l-29.36%2028.3a4.11%204.11%200%200%201-5.44.34c-4.37-3.39-13.82-11.38-31.31-27.48a5.834%205.834%200%200%201-.83-7.65C8.71%2033.75%2014.07%2026.56%2019.63%2021%22%2F%3E%3Cpath%20fill%3D%22%23ffc107%22%20d%3D%22M34.26%2070.6c3.87-5.49%209.73-13.1%2017.16-20.67c6.69-6.81%2013.35-11.3%2018.59-14.14c0%200%202.74.57%203.7%202.5c1.3%202.61.26%204.95-1.21%206.43l-29.36%2028.3c-1.47%201.47-4.6%202.81-6.8%201.21c-2.32-1.69-2.08-3.63-2.08-3.63%22%2F%3E%3Cpath%20fill%3D%22%23ffee58%22%20d%3D%22M61.11%2042.71c-2.6%202.53-5.11%205.95-2.21%208.58c1.87%201.7%205.29-.5%206.58-1.75c2.61-2.5%208.75-6.35%205.14-9.82c-3.42-3.29-7.41.95-9.51%202.99%22%2F%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M52.13%2038.89c-6.55-5.75-10.53-9.56-15.08-14.11c-6.79-6.79%202.93-13.83%207.49-9.27c5.03%205.03%2012.42%2013.73%2015.37%2019.5c1.47%202.88-3.87%207.31-7.78%203.88%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%20128%20128%22%3E%3Cpath%20fill%3D%22%2384b0c1%22%20d%3D%22M123.39%20118.93c-.42-1.99-1.95-2.36-2.84-4.34c0%200-6.58-14.61-9.61-23.71c-2.09-6.28-3.69-12.6-4.44-16.42c-1.67-8.57-5.17-11.04-9.27-13.53c-9.23-5.61-27.62-17.7-38.55-26.91C44.92%2022.41%2037.23%2015%2037.23%2015L25.77%2026.46L14.5%2037.73s7.42%207.69%2019.02%2021.44c9.22%2010.93%2021.3%2029.32%2026.91%2038.55c2.49%204.1%204.97%207.61%2013.53%209.27c3.82.75%2010.14%202.35%2016.42%204.44c9.1%203.03%2023.71%209.61%2023.71%209.61c1.98.89%202.35%202.42%204.34%202.84c3.02.64%203.27-1.68%203.27-1.68l-.61-.61l.61.6c0%20.01%202.33-.24%201.69-3.26%22%2F%3E%3Cpath%20d%3D%22M117.92%20119.15c2.76%202.18%203.79%203.06%203.79%203.06s-.7-2.15-4.62-6.98s-28.88-28.88-28.88-28.88l-1.93%201.93c.01%200%2027.31%2027.44%2031.64%2030.87%22%2F%3E%3Ccircle%20cx%3D%2285.27%22%20cy%3D%2284.86%22%20r%3D%224.56%22%2F%3E%3Cpath%20fill%3D%22%23a8e3f0%22%20d%3D%22M75.44%2051.36c3.77%201.75%208.71%205.69%2017.3%2011.4c8.8%205.84%208.1%2010.26%209.69%2015.9c1.38%204.92%204.09%2012.22%206.05%2017.31c.37.96-1.52%201.09-2.53-.62C94.6%2076.11%2074.22%2059.92%2073.39%2056.01c-1.03-4.88%202-4.68%202.05-4.65%22%2F%3E%3Cpath%20fill%3D%22%232f7889%22%20d%3D%22M56.66%2054.56S43.05%2065.65%2044.28%2067.6c5.32%208.43%2018.12%2028.7%2022.68%2032.32c2.59%202.05%207.76%203.58%2016.8%205.86c3.73.94%206.8%201.55%209.61%202.79c1.1.49%201.94-1.06.94-1.72c-9.02-5.97-24.66-15.26-37-32.99c-7.2-10.34-.65-19.3-.65-19.3%22%2F%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M19.63%2021C25.21%2015.41%2032.49%2010.04%2037%206.9a5.82%205.82%200%200%201%207.59.81c16.53%2017.66%2024.84%2027.18%2028.25%2031.57a4.11%204.11%200%200%201-.34%205.44l-29.36%2028.3a4.11%204.11%200%200%201-5.44.34c-4.37-3.39-13.82-11.38-31.31-27.48a5.834%205.834%200%200%201-.83-7.65C8.71%2033.75%2014.07%2026.56%2019.63%2021%22%2F%3E%3Cpath%20fill%3D%22%23ffc107%22%20d%3D%22M34.26%2070.6c3.87-5.49%209.73-13.1%2017.16-20.67c6.69-6.81%2013.35-11.3%2018.59-14.14c0%200%202.74.57%203.7%202.5c1.3%202.61.26%204.95-1.21%206.43l-29.36%2028.3c-1.47%201.47-4.6%202.81-6.8%201.21c-2.32-1.69-2.08-3.63-2.08-3.63%22%2F%3E%3Cpath%20fill%3D%22%23ffee58%22%20d%3D%22M61.11%2042.71c-2.6%202.53-5.11%205.95-2.21%208.58c1.87%201.7%205.29-.5%206.58-1.75c2.61-2.5%208.75-6.35%205.14-9.82c-3.42-3.29-7.41.95-9.51%202.99%22%2F%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M52.13%2038.89c-6.55-5.75-10.53-9.56-15.08-14.11c-6.79-6.79%202.93-13.83%207.49-9.27c5.03%205.03%2012.42%2013.73%2015.37%2019.5c1.47%202.88-3.87%207.31-7.78%203.88%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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