black nib emoji
black-nib from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- black-nib
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More objects icons from OpenMoji
Use the black nib emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="M50.875 34.029a2.72 2.72 0 0 1-1.932-.8L38.717 23.002a2.73 2.73 0 0 1 0-3.863l9.557-9.556a1.017 1.017 0 0 1 1.396 0l12.693 12.693a.99.99 0 0 1 0 1.396l-9.556 9.557a2.7 2.7 0 0 1-1.932.8"/><path fill="#fcea2b" d="M48.14 35.024a1.84 1.84 0 0 1-1.298-.54L37.48 25.12a1.8 1.8 0 0 1-.03-2.543l1.116-1.115a1.01 1.01 0 0 1 1.426 0l10.51 10.51a1.01 1.01 0 0 1 0 1.426l-1.116 1.115a1.76 1.76 0 0 1-1.245.511m.127-1.968l.001.002Z"/><path fill="#d0cfce" d="M14.505 57.458a.934.934 0 0 1 0-1.322c5.631-5.631 5.052-22.573 5.046-22.744a.934.934 0 0 1 .712-.944c.126-.031 12.674-3.134 17.807-8.267a.934.934 0 0 1 1.322 0l8.39 8.39a.934.934 0 0 1 0 1.322c-5.132 5.133-8.236 17.68-8.267 17.807a.935.935 0 0 1-.944.712c-.17-.006-17.118-.58-22.744 5.046a.934.934 0 0 1-1.322 0"/><circle cx="36.07" cy="35.876" r="3" fill="#fff"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="1.869" d="M15.1 56.846c5.985-5.985 5.319-23.441 5.319-23.441s10.043-2.446 16.094-6.729"/><path stroke-width="1.869" d="M15.1 56.846c5.985-5.985 23.441-5.319 23.441-5.319s2.446-10.043 6.728-16.095"/><circle cx="36.07" cy="35.876" r="3" stroke-width="1.974"/><path stroke-width="2" d="m15.1 56.846l18.851-18.851M48.972 10.28l-9.557 9.557a1.745 1.745 0 0 0-.155 2.29l-1.134 1.131a.795.795 0 0 0 .03 1.123l9.409 9.409a.795.795 0 0 0 1.123.03l1.13-1.135a1.745 1.745 0 0 0 2.29-.154l9.558-9.557"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiBlackNib(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="M50.875 34.029a2.72 2.72 0 0 1-1.932-.8L38.717 23.002a2.73 2.73 0 0 1 0-3.863l9.557-9.556a1.017 1.017 0 0 1 1.396 0l12.693 12.693a.99.99 0 0 1 0 1.396l-9.556 9.557a2.7 2.7 0 0 1-1.932.8"/><path fill="#fcea2b" d="M48.14 35.024a1.84 1.84 0 0 1-1.298-.54L37.48 25.12a1.8 1.8 0 0 1-.03-2.543l1.116-1.115a1.01 1.01 0 0 1 1.426 0l10.51 10.51a1.01 1.01 0 0 1 0 1.426l-1.116 1.115a1.76 1.76 0 0 1-1.245.511m.127-1.968l.001.002Z"/><path fill="#d0cfce" d="M14.505 57.458a.934.934 0 0 1 0-1.322c5.631-5.631 5.052-22.573 5.046-22.744a.934.934 0 0 1 .712-.944c.126-.031 12.674-3.134 17.807-8.267a.934.934 0 0 1 1.322 0l8.39 8.39a.934.934 0 0 1 0 1.322c-5.132 5.133-8.236 17.68-8.267 17.807a.935.935 0 0 1-.944.712c-.17-.006-17.118-.58-22.744 5.046a.934.934 0 0 1-1.322 0"/><circle cx="36.07" cy="35.876" r="3" fill="#fff"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round"><path strokeWidth="1.869" d="M15.1 56.846c5.985-5.985 5.319-23.441 5.319-23.441s10.043-2.446 16.094-6.729"/><path strokeWidth="1.869" d="M15.1 56.846c5.985-5.985 23.441-5.319 23.441-5.319s2.446-10.043 6.728-16.095"/><circle cx="36.07" cy="35.876" r="3" strokeWidth="1.974"/><path strokeWidth="2" d="m15.1 56.846l18.851-18.851M48.972 10.28l-9.557 9.557a1.745 1.745 0 0 0-.155 2.29l-1.134 1.131a.795.795 0 0 0 .03 1.123l9.409 9.409a.795.795 0 0 0 1.123.03l1.13-1.135a1.745 1.745 0 0 0 2.29-.154l9.558-9.557"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="M50.875 34.029a2.72 2.72 0 0 1-1.932-.8L38.717 23.002a2.73 2.73 0 0 1 0-3.863l9.557-9.556a1.017 1.017 0 0 1 1.396 0l12.693 12.693a.99.99 0 0 1 0 1.396l-9.556 9.557a2.7 2.7 0 0 1-1.932.8"/><path fill="#fcea2b" d="M48.14 35.024a1.84 1.84 0 0 1-1.298-.54L37.48 25.12a1.8 1.8 0 0 1-.03-2.543l1.116-1.115a1.01 1.01 0 0 1 1.426 0l10.51 10.51a1.01 1.01 0 0 1 0 1.426l-1.116 1.115a1.76 1.76 0 0 1-1.245.511m.127-1.968l.001.002Z"/><path fill="#d0cfce" d="M14.505 57.458a.934.934 0 0 1 0-1.322c5.631-5.631 5.052-22.573 5.046-22.744a.934.934 0 0 1 .712-.944c.126-.031 12.674-3.134 17.807-8.267a.934.934 0 0 1 1.322 0l8.39 8.39a.934.934 0 0 1 0 1.322c-5.132 5.133-8.236 17.68-8.267 17.807a.935.935 0 0 1-.944.712c-.17-.006-17.118-.58-22.744 5.046a.934.934 0 0 1-1.322 0"/><circle cx="36.07" cy="35.876" r="3" fill="#fff"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="1.869" d="M15.1 56.846c5.985-5.985 5.319-23.441 5.319-23.441s10.043-2.446 16.094-6.729"/><path stroke-width="1.869" d="M15.1 56.846c5.985-5.985 23.441-5.319 23.441-5.319s2.446-10.043 6.728-16.095"/><circle cx="36.07" cy="35.876" r="3" stroke-width="1.974"/><path stroke-width="2" d="m15.1 56.846l18.851-18.851M48.972 10.28l-9.557 9.557a1.745 1.745 0 0 0-.155 2.29l-1.134 1.131a.795.795 0 0 0 .03 1.123l9.409 9.409a.795.795 0 0 0 1.123.03l1.13-1.135a1.745 1.745 0 0 0 2.29-.154l9.558-9.557"/></g></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%2072%2072%22%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M50.875%2034.029a2.72%202.72%200%200%201-1.932-.8L38.717%2023.002a2.73%202.73%200%200%201%200-3.863l9.557-9.556a1.017%201.017%200%200%201%201.396%200l12.693%2012.693a.99.99%200%200%201%200%201.396l-9.556%209.557a2.7%202.7%200%200%201-1.932.8%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M48.14%2035.024a1.84%201.84%200%200%201-1.298-.54L37.48%2025.12a1.8%201.8%200%200%201-.03-2.543l1.116-1.115a1.01%201.01%200%200%201%201.426%200l10.51%2010.51a1.01%201.01%200%200%201%200%201.426l-1.116%201.115a1.76%201.76%200%200%201-1.245.511m.127-1.968l.001.002Z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M14.505%2057.458a.934.934%200%200%201%200-1.322c5.631-5.631%205.052-22.573%205.046-22.744a.934.934%200%200%201%20.712-.944c.126-.031%2012.674-3.134%2017.807-8.267a.934.934%200%200%201%201.322%200l8.39%208.39a.934.934%200%200%201%200%201.322c-5.132%205.133-8.236%2017.68-8.267%2017.807a.935.935%200%200%201-.944.712c-.17-.006-17.118-.58-22.744%205.046a.934.934%200%200%201-1.322%200%22%2F%3E%3Ccircle%20cx%3D%2236.07%22%20cy%3D%2235.876%22%20r%3D%223%22%20fill%3D%22%23fff%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%221.869%22%20d%3D%22M15.1%2056.846c5.985-5.985%205.319-23.441%205.319-23.441s10.043-2.446%2016.094-6.729%22%2F%3E%3Cpath%20stroke-width%3D%221.869%22%20d%3D%22M15.1%2056.846c5.985-5.985%2023.441-5.319%2023.441-5.319s2.446-10.043%206.728-16.095%22%2F%3E%3Ccircle%20cx%3D%2236.07%22%20cy%3D%2235.876%22%20r%3D%223%22%20stroke-width%3D%221.974%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22m15.1%2056.846l18.851-18.851M48.972%2010.28l-9.557%209.557a1.745%201.745%200%200%200-.155%202.29l-1.134%201.131a.795.795%200%200%200%20.03%201.123l9.409%209.409a.795.795%200%200%200%201.123.03l1.13-1.135a1.745%201.745%200%200%200%202.29-.154l9.558-9.557%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M50.875%2034.029a2.72%202.72%200%200%201-1.932-.8L38.717%2023.002a2.73%202.73%200%200%201%200-3.863l9.557-9.556a1.017%201.017%200%200%201%201.396%200l12.693%2012.693a.99.99%200%200%201%200%201.396l-9.556%209.557a2.7%202.7%200%200%201-1.932.8%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M48.14%2035.024a1.84%201.84%200%200%201-1.298-.54L37.48%2025.12a1.8%201.8%200%200%201-.03-2.543l1.116-1.115a1.01%201.01%200%200%201%201.426%200l10.51%2010.51a1.01%201.01%200%200%201%200%201.426l-1.116%201.115a1.76%201.76%200%200%201-1.245.511m.127-1.968l.001.002Z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M14.505%2057.458a.934.934%200%200%201%200-1.322c5.631-5.631%205.052-22.573%205.046-22.744a.934.934%200%200%201%20.712-.944c.126-.031%2012.674-3.134%2017.807-8.267a.934.934%200%200%201%201.322%200l8.39%208.39a.934.934%200%200%201%200%201.322c-5.132%205.133-8.236%2017.68-8.267%2017.807a.935.935%200%200%201-.944.712c-.17-.006-17.118-.58-22.744%205.046a.934.934%200%200%201-1.322%200%22%2F%3E%3Ccircle%20cx%3D%2236.07%22%20cy%3D%2235.876%22%20r%3D%223%22%20fill%3D%22%23fff%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%221.869%22%20d%3D%22M15.1%2056.846c5.985-5.985%205.319-23.441%205.319-23.441s10.043-2.446%2016.094-6.729%22%2F%3E%3Cpath%20stroke-width%3D%221.869%22%20d%3D%22M15.1%2056.846c5.985-5.985%2023.441-5.319%2023.441-5.319s2.446-10.043%206.728-16.095%22%2F%3E%3Ccircle%20cx%3D%2236.07%22%20cy%3D%2235.876%22%20r%3D%223%22%20stroke-width%3D%221.974%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22m15.1%2056.846l18.851-18.851M48.972%2010.28l-9.557%209.557a1.745%201.745%200%200%200-.155%202.29l-1.134%201.131a.795.795%200%200%200%20.03%201.123l9.409%209.409a.795.795%200%200%200%201.123.03l1.13-1.135a1.745%201.745%200%200%200%202.29-.154l9.558-9.557%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/black-nib.svg?color=%231a73e8&size=48