black nib emoji
black-nib from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- black-nib
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji High Contrast
Use the black nib emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.657 1.858a3 3 0 0 0-4.243 0L13.88 5.393a4 4 0 0 0-.773 4.572L7.62 12.704a6 6 0 0 0-3.09 3.726l-3.3 11.617a2.203 2.203 0 0 0 2.723 2.72l11.611-3.305a6 6 0 0 0 3.724-3.087l2.74-5.487a4.01 4.01 0 0 0 4.578-.767l3.535-3.535a3 3 0 0 0 0-4.243zm-2.829 1.414a1 1 0 0 1 1.415 0l8.485 8.485a1 1 0 0 1 0 1.414l-3.536 3.536l-9.9-9.9zm-3.535 7.778l5.65 5.65a1 1 0 0 0-.187.26L17.5 23.48a4 4 0 0 1-2.482 2.059L5.033 28.38l6.138-6.138a3.001 3.001 0 0 0 3.415-4.829a3 3 0 0 0-4.83 3.415l-6.14 6.14l2.84-9.992a4 4 0 0 1 2.058-2.484l6.519-3.255a1 1 0 0 0 .26-.188"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastBlackNib(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.657 1.858a3 3 0 0 0-4.243 0L13.88 5.393a4 4 0 0 0-.773 4.572L7.62 12.704a6 6 0 0 0-3.09 3.726l-3.3 11.617a2.203 2.203 0 0 0 2.723 2.72l11.611-3.305a6 6 0 0 0 3.724-3.087l2.74-5.487a4.01 4.01 0 0 0 4.578-.767l3.535-3.535a3 3 0 0 0 0-4.243zm-2.829 1.414a1 1 0 0 1 1.415 0l8.485 8.485a1 1 0 0 1 0 1.414l-3.536 3.536l-9.9-9.9zm-3.535 7.778l5.65 5.65a1 1 0 0 0-.187.26L17.5 23.48a4 4 0 0 1-2.482 2.059L5.033 28.38l6.138-6.138a3.001 3.001 0 0 0 3.415-4.829a3 3 0 0 0-4.83 3.415l-6.14 6.14l2.84-9.992a4 4 0 0 1 2.058-2.484l6.519-3.255a1 1 0 0 0 .26-.188"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.657 1.858a3 3 0 0 0-4.243 0L13.88 5.393a4 4 0 0 0-.773 4.572L7.62 12.704a6 6 0 0 0-3.09 3.726l-3.3 11.617a2.203 2.203 0 0 0 2.723 2.72l11.611-3.305a6 6 0 0 0 3.724-3.087l2.74-5.487a4.01 4.01 0 0 0 4.578-.767l3.535-3.535a3 3 0 0 0 0-4.243zm-2.829 1.414a1 1 0 0 1 1.415 0l8.485 8.485a1 1 0 0 1 0 1.414l-3.536 3.536l-9.9-9.9zm-3.535 7.778l5.65 5.65a1 1 0 0 0-.187.26L17.5 23.48a4 4 0 0 1-2.482 2.059L5.033 28.38l6.138-6.138a3.001 3.001 0 0 0 3.415-4.829a3 3 0 0 0-4.83 3.415l-6.14 6.14l2.84-9.992a4 4 0 0 1 2.058-2.484l6.519-3.255a1 1 0 0 0 .26-.188"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.657%201.858a3%203%200%200%200-4.243%200L13.88%205.393a4%204%200%200%200-.773%204.572L7.62%2012.704a6%206%200%200%200-3.09%203.726l-3.3%2011.617a2.203%202.203%200%200%200%202.723%202.72l11.611-3.305a6%206%200%200%200%203.724-3.087l2.74-5.487a4.01%204.01%200%200%200%204.578-.767l3.535-3.535a3%203%200%200%200%200-4.243zm-2.829%201.414a1%201%200%200%201%201.415%200l8.485%208.485a1%201%200%200%201%200%201.414l-3.536%203.536l-9.9-9.9zm-3.535%207.778l5.65%205.65a1%201%200%200%200-.187.26L17.5%2023.48a4%204%200%200%201-2.482%202.059L5.033%2028.38l6.138-6.138a3.001%203.001%200%200%200%203.415-4.829a3%203%200%200%200-4.83%203.415l-6.14%206.14l2.84-9.992a4%204%200%200%201%202.058-2.484l6.519-3.255a1%201%200%200%200%20.26-.188%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.657%201.858a3%203%200%200%200-4.243%200L13.88%205.393a4%204%200%200%200-.773%204.572L7.62%2012.704a6%206%200%200%200-3.09%203.726l-3.3%2011.617a2.203%202.203%200%200%200%202.723%202.72l11.611-3.305a6%206%200%200%200%203.724-3.087l2.74-5.487a4.01%204.01%200%200%200%204.578-.767l3.535-3.535a3%203%200%200%200%200-4.243zm-2.829%201.414a1%201%200%200%201%201.415%200l8.485%208.485a1%201%200%200%201%200%201.414l-3.536%203.536l-9.9-9.9zm-3.535%207.778l5.65%205.65a1%201%200%200%200-.187.26L17.5%2023.48a4%204%200%200%201-2.482%202.059L5.033%2028.38l6.138-6.138a3.001%203.001%200%200%200%203.415-4.829a3%203%200%200%200-4.83%203.415l-6.14%206.14l2.84-9.992a4%204%200%200%201%202.058-2.484l6.519-3.255a1%201%200%200%200%20.26-.188%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/black-nib.svg?color=%231a73e8&size=48