hair pick emoji
hair-pick from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- hair-pick
- 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 hair pick emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path d="m76.366 91.152l-39.52-39.52l6.576-6.577l39.52 39.52z"/><path fill="#4c4c4c" d="M30.13 73.39c3.24 12.48-3.08 16.56-6.37 18.49s-5.43 2.57-9.52 3.99c-2.1.73-4.09 1.94-5.79 3.64c-5.77 5.77-5.95 14.92-.42 20.45s14.68 5.35 20.45-.42c1.7-1.7 2.91-3.68 3.64-5.79c1.42-4.1 2.07-6.23 3.99-9.52c1.93-3.29 6.01-9.61 18.49-6.37c11.84 3.07 17.7 1.58 22.85-3.57l3.64-3.64l-.02-.02l42.29-44.22c.63-.63.91-1.8.21-2.49c-.7-.7-1.95-.25-2.51.24L78.1 85.27c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41l41.12-42.99c.61-.62.91-1.8.21-2.5s-1.94-.28-2.51.23L71.51 78.68c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41l41.12-42.99c.59-.61.92-1.8.22-2.5s-1.92-.31-2.5.23L64.93 72.1c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41l41.12-42.99c.56-.59.92-1.8.22-2.5s-1.91-.34-2.5.22L58.34 65.51c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41l41.11-42.99c.54-.58.93-1.81.23-2.5c-.7-.7-1.89-.37-2.5.22L51.75 58.92c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41L90.42 13.5c.51-.57.93-1.81.23-2.51s-1.88-.39-2.5.21L45.17 52.34c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41l41.1-42.98c.49-.56.93-1.81.24-2.51c-.7-.7-1.86-.42-2.49.21L37.36 46.91l-.02-.02l-3.64 3.64c-5.15 5.17-6.65 11.02-3.57 22.86m-8.38 32.86a4.527 4.527 0 0 1 0 6.39a4.527 4.527 0 0 1-6.39 0a4.527 4.527 0 0 1 0-6.39a4.527 4.527 0 0 1 6.39 0"/><path fill="#2f7889" d="M38.34 54.33c1.49 1.49.04 3.37-1.07 5.37s-1.65 7.11-.68 13.01c.71 4.35-.07 7.83-1.58 10.47c-1.11 1.93-2.72 1.73-1.48-.87c1.24-2.61 1.26-5.65.61-9.22c-1-5.46-2.52-10.9-1.04-15.11c.79-2.25 3.33-5.56 5.24-3.65"/><path d="M13.27 114.73c2.27 2.27 5.95 2.27 8.21 0a5.82 5.82 0 0 0 1.59-5.25a4.52 4.52 0 0 1-1.32 3.16a4.527 4.527 0 0 1-6.39 0a4.527 4.527 0 0 1 0-6.39c.87-.87 2.01-1.31 3.16-1.32a5.79 5.79 0 0 0-5.25 1.59a5.8 5.8 0 0 0 0 8.21"/><path fill="#2f7889" d="M13.45 117.38c-3.5-1.65-4.72-5.08-4.21-8.56c.51-3.47 1.92-6.16 6.45-7.06c.52-.1 1.03-.28 1.03-.95c0-.69-.79-.94-1.3-.94c-4.93 0-8.26 4.16-8.97 9.02s1.94 9.84 5.96 11.42c1.03.4 2.53.47 2.85-.64c.37-1.34-1.1-1.96-1.81-2.29"/></svg>
React
import type { SVGProps } from "react";
export function NotoHairPick(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path d="m76.366 91.152l-39.52-39.52l6.576-6.577l39.52 39.52z"/><path fill="#4c4c4c" d="M30.13 73.39c3.24 12.48-3.08 16.56-6.37 18.49s-5.43 2.57-9.52 3.99c-2.1.73-4.09 1.94-5.79 3.64c-5.77 5.77-5.95 14.92-.42 20.45s14.68 5.35 20.45-.42c1.7-1.7 2.91-3.68 3.64-5.79c1.42-4.1 2.07-6.23 3.99-9.52c1.93-3.29 6.01-9.61 18.49-6.37c11.84 3.07 17.7 1.58 22.85-3.57l3.64-3.64l-.02-.02l42.29-44.22c.63-.63.91-1.8.21-2.49c-.7-.7-1.95-.25-2.51.24L78.1 85.27c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41l41.12-42.99c.61-.62.91-1.8.21-2.5s-1.94-.28-2.51.23L71.51 78.68c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41l41.12-42.99c.59-.61.92-1.8.22-2.5s-1.92-.31-2.5.23L64.93 72.1c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41l41.12-42.99c.56-.59.92-1.8.22-2.5s-1.91-.34-2.5.22L58.34 65.51c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41l41.11-42.99c.54-.58.93-1.81.23-2.5c-.7-.7-1.89-.37-2.5.22L51.75 58.92c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41L90.42 13.5c.51-.57.93-1.81.23-2.51s-1.88-.39-2.5.21L45.17 52.34c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41l41.1-42.98c.49-.56.93-1.81.24-2.51c-.7-.7-1.86-.42-2.49.21L37.36 46.91l-.02-.02l-3.64 3.64c-5.15 5.17-6.65 11.02-3.57 22.86m-8.38 32.86a4.527 4.527 0 0 1 0 6.39a4.527 4.527 0 0 1-6.39 0a4.527 4.527 0 0 1 0-6.39a4.527 4.527 0 0 1 6.39 0"/><path fill="#2f7889" d="M38.34 54.33c1.49 1.49.04 3.37-1.07 5.37s-1.65 7.11-.68 13.01c.71 4.35-.07 7.83-1.58 10.47c-1.11 1.93-2.72 1.73-1.48-.87c1.24-2.61 1.26-5.65.61-9.22c-1-5.46-2.52-10.9-1.04-15.11c.79-2.25 3.33-5.56 5.24-3.65"/><path d="M13.27 114.73c2.27 2.27 5.95 2.27 8.21 0a5.82 5.82 0 0 0 1.59-5.25a4.52 4.52 0 0 1-1.32 3.16a4.527 4.527 0 0 1-6.39 0a4.527 4.527 0 0 1 0-6.39c.87-.87 2.01-1.31 3.16-1.32a5.79 5.79 0 0 0-5.25 1.59a5.8 5.8 0 0 0 0 8.21"/><path fill="#2f7889" d="M13.45 117.38c-3.5-1.65-4.72-5.08-4.21-8.56c.51-3.47 1.92-6.16 6.45-7.06c.52-.1 1.03-.28 1.03-.95c0-.69-.79-.94-1.3-.94c-4.93 0-8.26 4.16-8.97 9.02s1.94 9.84 5.96 11.42c1.03.4 2.53.47 2.85-.64c.37-1.34-1.1-1.96-1.81-2.29"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path d="m76.366 91.152l-39.52-39.52l6.576-6.577l39.52 39.52z"/><path fill="#4c4c4c" d="M30.13 73.39c3.24 12.48-3.08 16.56-6.37 18.49s-5.43 2.57-9.52 3.99c-2.1.73-4.09 1.94-5.79 3.64c-5.77 5.77-5.95 14.92-.42 20.45s14.68 5.35 20.45-.42c1.7-1.7 2.91-3.68 3.64-5.79c1.42-4.1 2.07-6.23 3.99-9.52c1.93-3.29 6.01-9.61 18.49-6.37c11.84 3.07 17.7 1.58 22.85-3.57l3.64-3.64l-.02-.02l42.29-44.22c.63-.63.91-1.8.21-2.49c-.7-.7-1.95-.25-2.51.24L78.1 85.27c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41l41.12-42.99c.61-.62.91-1.8.21-2.5s-1.94-.28-2.51.23L71.51 78.68c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41l41.12-42.99c.59-.61.92-1.8.22-2.5s-1.92-.31-2.5.23L64.93 72.1c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41l41.12-42.99c.56-.59.92-1.8.22-2.5s-1.91-.34-2.5.22L58.34 65.51c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41l41.11-42.99c.54-.58.93-1.81.23-2.5c-.7-.7-1.89-.37-2.5.22L51.75 58.92c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41L90.42 13.5c.51-.57.93-1.81.23-2.51s-1.88-.39-2.5.21L45.17 52.34c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41l41.1-42.98c.49-.56.93-1.81.24-2.51c-.7-.7-1.86-.42-2.49.21L37.36 46.91l-.02-.02l-3.64 3.64c-5.15 5.17-6.65 11.02-3.57 22.86m-8.38 32.86a4.527 4.527 0 0 1 0 6.39a4.527 4.527 0 0 1-6.39 0a4.527 4.527 0 0 1 0-6.39a4.527 4.527 0 0 1 6.39 0"/><path fill="#2f7889" d="M38.34 54.33c1.49 1.49.04 3.37-1.07 5.37s-1.65 7.11-.68 13.01c.71 4.35-.07 7.83-1.58 10.47c-1.11 1.93-2.72 1.73-1.48-.87c1.24-2.61 1.26-5.65.61-9.22c-1-5.46-2.52-10.9-1.04-15.11c.79-2.25 3.33-5.56 5.24-3.65"/><path d="M13.27 114.73c2.27 2.27 5.95 2.27 8.21 0a5.82 5.82 0 0 0 1.59-5.25a4.52 4.52 0 0 1-1.32 3.16a4.527 4.527 0 0 1-6.39 0a4.527 4.527 0 0 1 0-6.39c.87-.87 2.01-1.31 3.16-1.32a5.79 5.79 0 0 0-5.25 1.59a5.8 5.8 0 0 0 0 8.21"/><path fill="#2f7889" d="M13.45 117.38c-3.5-1.65-4.72-5.08-4.21-8.56c.51-3.47 1.92-6.16 6.45-7.06c.52-.1 1.03-.28 1.03-.95c0-.69-.79-.94-1.3-.94c-4.93 0-8.26 4.16-8.97 9.02s1.94 9.84 5.96 11.42c1.03.4 2.53.47 2.85-.64c.37-1.34-1.1-1.96-1.81-2.29"/></svg> </template>
CSS
.icon-hair-pick {
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%20d%3D%22m76.366%2091.152l-39.52-39.52l6.576-6.577l39.52%2039.52z%22%2F%3E%3Cpath%20fill%3D%22%234c4c4c%22%20d%3D%22M30.13%2073.39c3.24%2012.48-3.08%2016.56-6.37%2018.49s-5.43%202.57-9.52%203.99c-2.1.73-4.09%201.94-5.79%203.64c-5.77%205.77-5.95%2014.92-.42%2020.45s14.68%205.35%2020.45-.42c1.7-1.7%202.91-3.68%203.64-5.79c1.42-4.1%202.07-6.23%203.99-9.52c1.93-3.29%206.01-9.61%2018.49-6.37c11.84%203.07%2017.7%201.58%2022.85-3.57l3.64-3.64l-.02-.02l42.29-44.22c.63-.63.91-1.8.21-2.49c-.7-.7-1.95-.25-2.51.24L78.1%2085.27c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41l41.12-42.99c.61-.62.91-1.8.21-2.5s-1.94-.28-2.51.23L71.51%2078.68c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41l41.12-42.99c.59-.61.92-1.8.22-2.5s-1.92-.31-2.5.23L64.93%2072.1c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41l41.12-42.99c.56-.59.92-1.8.22-2.5s-1.91-.34-2.5.22L58.34%2065.51c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41l41.11-42.99c.54-.58.93-1.81.23-2.5c-.7-.7-1.89-.37-2.5.22L51.75%2058.92c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41L90.42%2013.5c.51-.57.93-1.81.23-2.51s-1.88-.39-2.5.21L45.17%2052.34c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41l41.1-42.98c.49-.56.93-1.81.24-2.51c-.7-.7-1.86-.42-2.49.21L37.36%2046.91l-.02-.02l-3.64%203.64c-5.15%205.17-6.65%2011.02-3.57%2022.86m-8.38%2032.86a4.527%204.527%200%200%201%200%206.39a4.527%204.527%200%200%201-6.39%200a4.527%204.527%200%200%201%200-6.39a4.527%204.527%200%200%201%206.39%200%22%2F%3E%3Cpath%20fill%3D%22%232f7889%22%20d%3D%22M38.34%2054.33c1.49%201.49.04%203.37-1.07%205.37s-1.65%207.11-.68%2013.01c.71%204.35-.07%207.83-1.58%2010.47c-1.11%201.93-2.72%201.73-1.48-.87c1.24-2.61%201.26-5.65.61-9.22c-1-5.46-2.52-10.9-1.04-15.11c.79-2.25%203.33-5.56%205.24-3.65%22%2F%3E%3Cpath%20d%3D%22M13.27%20114.73c2.27%202.27%205.95%202.27%208.21%200a5.82%205.82%200%200%200%201.59-5.25a4.52%204.52%200%200%201-1.32%203.16a4.527%204.527%200%200%201-6.39%200a4.527%204.527%200%200%201%200-6.39c.87-.87%202.01-1.31%203.16-1.32a5.79%205.79%200%200%200-5.25%201.59a5.8%205.8%200%200%200%200%208.21%22%2F%3E%3Cpath%20fill%3D%22%232f7889%22%20d%3D%22M13.45%20117.38c-3.5-1.65-4.72-5.08-4.21-8.56c.51-3.47%201.92-6.16%206.45-7.06c.52-.1%201.03-.28%201.03-.95c0-.69-.79-.94-1.3-.94c-4.93%200-8.26%204.16-8.97%209.02s1.94%209.84%205.96%2011.42c1.03.4%202.53.47%202.85-.64c.37-1.34-1.1-1.96-1.81-2.29%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%20d%3D%22m76.366%2091.152l-39.52-39.52l6.576-6.577l39.52%2039.52z%22%2F%3E%3Cpath%20fill%3D%22%234c4c4c%22%20d%3D%22M30.13%2073.39c3.24%2012.48-3.08%2016.56-6.37%2018.49s-5.43%202.57-9.52%203.99c-2.1.73-4.09%201.94-5.79%203.64c-5.77%205.77-5.95%2014.92-.42%2020.45s14.68%205.35%2020.45-.42c1.7-1.7%202.91-3.68%203.64-5.79c1.42-4.1%202.07-6.23%203.99-9.52c1.93-3.29%206.01-9.61%2018.49-6.37c11.84%203.07%2017.7%201.58%2022.85-3.57l3.64-3.64l-.02-.02l42.29-44.22c.63-.63.91-1.8.21-2.49c-.7-.7-1.95-.25-2.51.24L78.1%2085.27c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41l41.12-42.99c.61-.62.91-1.8.21-2.5s-1.94-.28-2.51.23L71.51%2078.68c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41l41.12-42.99c.59-.61.92-1.8.22-2.5s-1.92-.31-2.5.23L64.93%2072.1c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41l41.12-42.99c.56-.59.92-1.8.22-2.5s-1.91-.34-2.5.22L58.34%2065.51c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41l41.11-42.99c.54-.58.93-1.81.23-2.5c-.7-.7-1.89-.37-2.5.22L51.75%2058.92c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41L90.42%2013.5c.51-.57.93-1.81.23-2.51s-1.88-.39-2.5.21L45.17%2052.34c-.68.65-1.75.64-2.41-.03c-.66-.66-.67-1.73-.03-2.41l41.1-42.98c.49-.56.93-1.81.24-2.51c-.7-.7-1.86-.42-2.49.21L37.36%2046.91l-.02-.02l-3.64%203.64c-5.15%205.17-6.65%2011.02-3.57%2022.86m-8.38%2032.86a4.527%204.527%200%200%201%200%206.39a4.527%204.527%200%200%201-6.39%200a4.527%204.527%200%200%201%200-6.39a4.527%204.527%200%200%201%206.39%200%22%2F%3E%3Cpath%20fill%3D%22%232f7889%22%20d%3D%22M38.34%2054.33c1.49%201.49.04%203.37-1.07%205.37s-1.65%207.11-.68%2013.01c.71%204.35-.07%207.83-1.58%2010.47c-1.11%201.93-2.72%201.73-1.48-.87c1.24-2.61%201.26-5.65.61-9.22c-1-5.46-2.52-10.9-1.04-15.11c.79-2.25%203.33-5.56%205.24-3.65%22%2F%3E%3Cpath%20d%3D%22M13.27%20114.73c2.27%202.27%205.95%202.27%208.21%200a5.82%205.82%200%200%200%201.59-5.25a4.52%204.52%200%200%201-1.32%203.16a4.527%204.527%200%200%201-6.39%200a4.527%204.527%200%200%201%200-6.39c.87-.87%202.01-1.31%203.16-1.32a5.79%205.79%200%200%200-5.25%201.59a5.8%205.8%200%200%200%200%208.21%22%2F%3E%3Cpath%20fill%3D%22%232f7889%22%20d%3D%22M13.45%20117.38c-3.5-1.65-4.72-5.08-4.21-8.56c.51-3.47%201.92-6.16%206.45-7.06c.52-.1%201.03-.28%201.03-.95c0-.69-.79-.94-1.3-.94c-4.93%200-8.26%204.16-8.97%209.02s1.94%209.84%205.96%2011.42c1.03.4%202.53.47%202.85-.64c.37-1.34-1.1-1.96-1.81-2.29%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/hair-pick.svg?color=%231a73e8&size=48