hair pick emoji
hair-pick from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- hair-pick
- 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 hair pick emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M21.398 45.311s-3.123-.915-6.968 3.222c-3.259 3.507-.707 6.422.676 7.601a2.8 2.8 0 0 0 1.644.664c1.878.126 7.772.25 7.772-4.074c0-4.164 3.123-6.246 5.205-6.246s7.926 1.03 8.648 1.036s3.712-.922 6.968-4.16s11.452-13.533 11.452-13.533l-12.493 9.37s-3.188.193-3.123-1.042s1.04-1.04 3.123-4.164s5.205-7.288 5.205-7.288l-9.37 7.288s-3.525 1.77-3.123-1.041s9.37-13.534 9.37-13.534l-11.452 9.37s-3.354.791-3.123-1.042s10.41-14.575 10.41-14.575l-4.186 2.909a8 8 0 0 0-.655.505l-4.383 3.75a5 5 0 0 0-.28.259l-8.193 8.194c-1.041 1.04-2.082 2.082-1.041 8.328c.765 4.593 0 8.329-2.083 8.203"/><path fill="none" stroke="#9b9b9a" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="m37.014 17.328l-6.246 5.205"/><circle cx="18.275" cy="51.683" r="2.082" fill="#fff"/><g fill="none" stroke="#000" stroke-width="2"><circle cx="18.275" cy="51.683" r="2.082" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="m30.768 22.533l-6.235 6.235a5.14 5.14 0 0 0-1.461 2.974c-.177 1.346-.22 3.252.408 5.225c1.042 3.264 0 5.346 0 5.346s-1.04 3.124-4.164 3.124c-7.287 0-9.179 8.944-4.164 11.451c4.001 2.001 8.963.157 10.27-6.455c.17-.868.485-1.714 1.052-2.394c.65-.78 1.691-1.561 3.253-1.561c3.123 0 5.205 1.04 7.287 1.04c3.123 0 5.206-1.04 7.288-3.122c3.123-3.124 16.657-17.699 16.657-17.699h0L43.424 39.076a1.4 1.4 0 0 1-.353.179l-.044.014c-1.19.397-2.323-.735-1.927-1.926h0c.052-.154.133-.297.24-.42l13.372-15.43L39.29 33.83a2.4 2.4 0 0 1-.416.266l-.1.05c-1.27.635-2.628-.686-2.03-1.973l.004-.008q.106-.229.272-.418l13.528-15.46h0l-16.185 12.14c-.313.233-.66.416-1.03.54h0c-1.057.351-2.063-.654-1.71-1.71h0c.123-.37.317-.71.572-1.005l13.148-15.17l-8.329 6.246"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiHairPick(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M21.398 45.311s-3.123-.915-6.968 3.222c-3.259 3.507-.707 6.422.676 7.601a2.8 2.8 0 0 0 1.644.664c1.878.126 7.772.25 7.772-4.074c0-4.164 3.123-6.246 5.205-6.246s7.926 1.03 8.648 1.036s3.712-.922 6.968-4.16s11.452-13.533 11.452-13.533l-12.493 9.37s-3.188.193-3.123-1.042s1.04-1.04 3.123-4.164s5.205-7.288 5.205-7.288l-9.37 7.288s-3.525 1.77-3.123-1.041s9.37-13.534 9.37-13.534l-11.452 9.37s-3.354.791-3.123-1.042s10.41-14.575 10.41-14.575l-4.186 2.909a8 8 0 0 0-.655.505l-4.383 3.75a5 5 0 0 0-.28.259l-8.193 8.194c-1.041 1.04-2.082 2.082-1.041 8.328c.765 4.593 0 8.329-2.083 8.203"/><path fill="none" stroke="#9b9b9a" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="2" d="m37.014 17.328l-6.246 5.205"/><circle cx="18.275" cy="51.683" r="2.082" fill="#fff"/><g fill="none" stroke="#000" strokeWidth="2"><circle cx="18.275" cy="51.683" r="2.082" strokeMiterlimit="10"/><path strokeLinecap="round" strokeLinejoin="round" d="m30.768 22.533l-6.235 6.235a5.14 5.14 0 0 0-1.461 2.974c-.177 1.346-.22 3.252.408 5.225c1.042 3.264 0 5.346 0 5.346s-1.04 3.124-4.164 3.124c-7.287 0-9.179 8.944-4.164 11.451c4.001 2.001 8.963.157 10.27-6.455c.17-.868.485-1.714 1.052-2.394c.65-.78 1.691-1.561 3.253-1.561c3.123 0 5.205 1.04 7.287 1.04c3.123 0 5.206-1.04 7.288-3.122c3.123-3.124 16.657-17.699 16.657-17.699h0L43.424 39.076a1.4 1.4 0 0 1-.353.179l-.044.014c-1.19.397-2.323-.735-1.927-1.926h0c.052-.154.133-.297.24-.42l13.372-15.43L39.29 33.83a2.4 2.4 0 0 1-.416.266l-.1.05c-1.27.635-2.628-.686-2.03-1.973l.004-.008q.106-.229.272-.418l13.528-15.46h0l-16.185 12.14c-.313.233-.66.416-1.03.54h0c-1.057.351-2.063-.654-1.71-1.71h0c.123-.37.317-.71.572-1.005l13.148-15.17l-8.329 6.246"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M21.398 45.311s-3.123-.915-6.968 3.222c-3.259 3.507-.707 6.422.676 7.601a2.8 2.8 0 0 0 1.644.664c1.878.126 7.772.25 7.772-4.074c0-4.164 3.123-6.246 5.205-6.246s7.926 1.03 8.648 1.036s3.712-.922 6.968-4.16s11.452-13.533 11.452-13.533l-12.493 9.37s-3.188.193-3.123-1.042s1.04-1.04 3.123-4.164s5.205-7.288 5.205-7.288l-9.37 7.288s-3.525 1.77-3.123-1.041s9.37-13.534 9.37-13.534l-11.452 9.37s-3.354.791-3.123-1.042s10.41-14.575 10.41-14.575l-4.186 2.909a8 8 0 0 0-.655.505l-4.383 3.75a5 5 0 0 0-.28.259l-8.193 8.194c-1.041 1.04-2.082 2.082-1.041 8.328c.765 4.593 0 8.329-2.083 8.203"/><path fill="none" stroke="#9b9b9a" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="m37.014 17.328l-6.246 5.205"/><circle cx="18.275" cy="51.683" r="2.082" fill="#fff"/><g fill="none" stroke="#000" stroke-width="2"><circle cx="18.275" cy="51.683" r="2.082" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="m30.768 22.533l-6.235 6.235a5.14 5.14 0 0 0-1.461 2.974c-.177 1.346-.22 3.252.408 5.225c1.042 3.264 0 5.346 0 5.346s-1.04 3.124-4.164 3.124c-7.287 0-9.179 8.944-4.164 11.451c4.001 2.001 8.963.157 10.27-6.455c.17-.868.485-1.714 1.052-2.394c.65-.78 1.691-1.561 3.253-1.561c3.123 0 5.205 1.04 7.287 1.04c3.123 0 5.206-1.04 7.288-3.122c3.123-3.124 16.657-17.699 16.657-17.699h0L43.424 39.076a1.4 1.4 0 0 1-.353.179l-.044.014c-1.19.397-2.323-.735-1.927-1.926h0c.052-.154.133-.297.24-.42l13.372-15.43L39.29 33.83a2.4 2.4 0 0 1-.416.266l-.1.05c-1.27.635-2.628-.686-2.03-1.973l.004-.008q.106-.229.272-.418l13.528-15.46h0l-16.185 12.14c-.313.233-.66.416-1.03.54h0c-1.057.351-2.063-.654-1.71-1.71h0c.123-.37.317-.71.572-1.005l13.148-15.17l-8.329 6.246"/></g></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%2072%2072%22%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M21.398%2045.311s-3.123-.915-6.968%203.222c-3.259%203.507-.707%206.422.676%207.601a2.8%202.8%200%200%200%201.644.664c1.878.126%207.772.25%207.772-4.074c0-4.164%203.123-6.246%205.205-6.246s7.926%201.03%208.648%201.036s3.712-.922%206.968-4.16s11.452-13.533%2011.452-13.533l-12.493%209.37s-3.188.193-3.123-1.042s1.04-1.04%203.123-4.164s5.205-7.288%205.205-7.288l-9.37%207.288s-3.525%201.77-3.123-1.041s9.37-13.534%209.37-13.534l-11.452%209.37s-3.354.791-3.123-1.042s10.41-14.575%2010.41-14.575l-4.186%202.909a8%208%200%200%200-.655.505l-4.383%203.75a5%205%200%200%200-.28.259l-8.193%208.194c-1.041%201.04-2.082%202.082-1.041%208.328c.765%204.593%200%208.329-2.083%208.203%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%239b9b9a%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m37.014%2017.328l-6.246%205.205%22%2F%3E%3Ccircle%20cx%3D%2218.275%22%20cy%3D%2251.683%22%20r%3D%222.082%22%20fill%3D%22%23fff%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2218.275%22%20cy%3D%2251.683%22%20r%3D%222.082%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m30.768%2022.533l-6.235%206.235a5.14%205.14%200%200%200-1.461%202.974c-.177%201.346-.22%203.252.408%205.225c1.042%203.264%200%205.346%200%205.346s-1.04%203.124-4.164%203.124c-7.287%200-9.179%208.944-4.164%2011.451c4.001%202.001%208.963.157%2010.27-6.455c.17-.868.485-1.714%201.052-2.394c.65-.78%201.691-1.561%203.253-1.561c3.123%200%205.205%201.04%207.287%201.04c3.123%200%205.206-1.04%207.288-3.122c3.123-3.124%2016.657-17.699%2016.657-17.699h0L43.424%2039.076a1.4%201.4%200%200%201-.353.179l-.044.014c-1.19.397-2.323-.735-1.927-1.926h0c.052-.154.133-.297.24-.42l13.372-15.43L39.29%2033.83a2.4%202.4%200%200%201-.416.266l-.1.05c-1.27.635-2.628-.686-2.03-1.973l.004-.008q.106-.229.272-.418l13.528-15.46h0l-16.185%2012.14c-.313.233-.66.416-1.03.54h0c-1.057.351-2.063-.654-1.71-1.71h0c.123-.37.317-.71.572-1.005l13.148-15.17l-8.329%206.246%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%239b9b9a%22%20d%3D%22M21.398%2045.311s-3.123-.915-6.968%203.222c-3.259%203.507-.707%206.422.676%207.601a2.8%202.8%200%200%200%201.644.664c1.878.126%207.772.25%207.772-4.074c0-4.164%203.123-6.246%205.205-6.246s7.926%201.03%208.648%201.036s3.712-.922%206.968-4.16s11.452-13.533%2011.452-13.533l-12.493%209.37s-3.188.193-3.123-1.042s1.04-1.04%203.123-4.164s5.205-7.288%205.205-7.288l-9.37%207.288s-3.525%201.77-3.123-1.041s9.37-13.534%209.37-13.534l-11.452%209.37s-3.354.791-3.123-1.042s10.41-14.575%2010.41-14.575l-4.186%202.909a8%208%200%200%200-.655.505l-4.383%203.75a5%205%200%200%200-.28.259l-8.193%208.194c-1.041%201.04-2.082%202.082-1.041%208.328c.765%204.593%200%208.329-2.083%208.203%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%239b9b9a%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m37.014%2017.328l-6.246%205.205%22%2F%3E%3Ccircle%20cx%3D%2218.275%22%20cy%3D%2251.683%22%20r%3D%222.082%22%20fill%3D%22%23fff%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2218.275%22%20cy%3D%2251.683%22%20r%3D%222.082%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m30.768%2022.533l-6.235%206.235a5.14%205.14%200%200%200-1.461%202.974c-.177%201.346-.22%203.252.408%205.225c1.042%203.264%200%205.346%200%205.346s-1.04%203.124-4.164%203.124c-7.287%200-9.179%208.944-4.164%2011.451c4.001%202.001%208.963.157%2010.27-6.455c.17-.868.485-1.714%201.052-2.394c.65-.78%201.691-1.561%203.253-1.561c3.123%200%205.205%201.04%207.287%201.04c3.123%200%205.206-1.04%207.288-3.122c3.123-3.124%2016.657-17.699%2016.657-17.699h0L43.424%2039.076a1.4%201.4%200%200%201-.353.179l-.044.014c-1.19.397-2.323-.735-1.927-1.926h0c.052-.154.133-.297.24-.42l13.372-15.43L39.29%2033.83a2.4%202.4%200%200%201-.416.266l-.1.05c-1.27.635-2.628-.686-2.03-1.973l.004-.008q.106-.229.272-.418l13.528-15.46h0l-16.185%2012.14c-.313.233-.66.416-1.03.54h0c-1.057.351-2.063-.654-1.71-1.71h0c.123-.37.317-.71.572-1.005l13.148-15.17l-8.329%206.246%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/hair-pick.svg?color=%231a73e8&size=48