folding hand fan emoji
folding-hand-fan from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- folding-hand-fan
- 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 folding hand fan emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#d36337" d="M6.9 57.44c.35-.6 1.12-.8 1.72-.43L76.1 98.39c1.04.64 1.45 1.88.77 3.05s-1.95 1.44-3.03.86L4.18 64.4a1.23 1.23 0 0 1-.48-1.7z"/><path fill="#f29657" d="m6.84 57.37l-3.13 5.32c-.21.36-.34 1.17.09 1.4c.42.22 1.46-.17 2.82-2.43c.85-1.41 1.64-2.84 1.64-2.84S52.1 85.74 52.1 85.73l-2.28-3.46L8.7 57.04c-.6-.36-1.51-.28-1.86.33"/><path fill="#d36337" d="m64.98 93.75l-13.82 7.65s2.8 8.83 12.89 8.83s13.1-9.42 13.1-9.42z"/><path fill="#f29657" d="m66.58 94.43l41.08-48.96l-3.02-2.53l-34.75 41.41L88.36 33.6l-3.7-1.35l-18.68 51.32V28.95h-3.95v54.61L43.36 32.25l-3.71 1.35l18.47 50.75l-34.75-41.41l-3.02 2.53l41.08 48.96z"/><path fill="#ff0303" d="M64 63.47c12.23 0 22.68 7.6 26.9 18.33l32.28-20.4c-11.23-21.2-33.51-35.64-59.17-35.64c-26.59 0-49.5 14.48-60.31 36.94c0 0-.68 1.08.48 1.7l32.67 17.77c4.17-10.84 14.84-18.7 27.15-18.7"/><path fill="#db0000" d="m6.96 56.76l32.1 20.95c1.05-1.75 2.27-3.38 3.65-4.87L10.4 51.75a64 64 0 0 0-3.44 5.01m16.05-17.57l22.97 30.62c1.59-1.26 3.3-2.37 5.13-3.29L28.03 35.76c-1.73 1.06-3.4 2.21-5.02 3.43m21.22-10.61l11 36.27c1.92-.62 3.92-1.02 5.98-1.23L50.13 27.13c-2 .4-3.97.88-5.9 1.45M68.1 25.9l-2.06 37.65c2.08.14 4.09.52 6.02 1.08l2.08-38.09c-1.98-.31-4-.52-6.04-.64m23.28 5.7L76.54 66.33c1.86.9 3.6 1.99 5.22 3.25l15.05-35.24c-1.76-.99-3.58-1.9-5.43-2.74m19.52 13.34L85.03 72.56c1.41 1.5 2.66 3.14 3.72 4.91l26.29-28.07a65 65 0 0 0-4.14-4.46"/><path fill="#ffcc80" d="M124.27 62.85c.35.6.13 1.37-.48 1.7L54.21 102.3c-1.08.58-2.35.31-3.03-.86s-.27-2.41.77-3.05l67.65-41.38c.59-.37 1.37-.17 1.72.43z"/><path fill="#f29657" d="m124.37 62.84l-3.04-5.37c-.21-.36-.85-.88-1.26-.62c-.4.25-.58 1.35.7 3.66c.8 1.44 1.64 2.84 1.64 2.84s-70.99 38.46-70.98 38.47c.56.71 1.71 1.09 2.78.5c.2-.11 69.51-37.7 69.51-37.7c.61-.34 1-1.18.65-1.78"/><circle cx="64" cy="94.1" r="1.53" fill="#d36337"/></svg>
React
import type { SVGProps } from "react";
export function NotoFoldingHandFan(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#d36337" d="M6.9 57.44c.35-.6 1.12-.8 1.72-.43L76.1 98.39c1.04.64 1.45 1.88.77 3.05s-1.95 1.44-3.03.86L4.18 64.4a1.23 1.23 0 0 1-.48-1.7z"/><path fill="#f29657" d="m6.84 57.37l-3.13 5.32c-.21.36-.34 1.17.09 1.4c.42.22 1.46-.17 2.82-2.43c.85-1.41 1.64-2.84 1.64-2.84S52.1 85.74 52.1 85.73l-2.28-3.46L8.7 57.04c-.6-.36-1.51-.28-1.86.33"/><path fill="#d36337" d="m64.98 93.75l-13.82 7.65s2.8 8.83 12.89 8.83s13.1-9.42 13.1-9.42z"/><path fill="#f29657" d="m66.58 94.43l41.08-48.96l-3.02-2.53l-34.75 41.41L88.36 33.6l-3.7-1.35l-18.68 51.32V28.95h-3.95v54.61L43.36 32.25l-3.71 1.35l18.47 50.75l-34.75-41.41l-3.02 2.53l41.08 48.96z"/><path fill="#ff0303" d="M64 63.47c12.23 0 22.68 7.6 26.9 18.33l32.28-20.4c-11.23-21.2-33.51-35.64-59.17-35.64c-26.59 0-49.5 14.48-60.31 36.94c0 0-.68 1.08.48 1.7l32.67 17.77c4.17-10.84 14.84-18.7 27.15-18.7"/><path fill="#db0000" d="m6.96 56.76l32.1 20.95c1.05-1.75 2.27-3.38 3.65-4.87L10.4 51.75a64 64 0 0 0-3.44 5.01m16.05-17.57l22.97 30.62c1.59-1.26 3.3-2.37 5.13-3.29L28.03 35.76c-1.73 1.06-3.4 2.21-5.02 3.43m21.22-10.61l11 36.27c1.92-.62 3.92-1.02 5.98-1.23L50.13 27.13c-2 .4-3.97.88-5.9 1.45M68.1 25.9l-2.06 37.65c2.08.14 4.09.52 6.02 1.08l2.08-38.09c-1.98-.31-4-.52-6.04-.64m23.28 5.7L76.54 66.33c1.86.9 3.6 1.99 5.22 3.25l15.05-35.24c-1.76-.99-3.58-1.9-5.43-2.74m19.52 13.34L85.03 72.56c1.41 1.5 2.66 3.14 3.72 4.91l26.29-28.07a65 65 0 0 0-4.14-4.46"/><path fill="#ffcc80" d="M124.27 62.85c.35.6.13 1.37-.48 1.7L54.21 102.3c-1.08.58-2.35.31-3.03-.86s-.27-2.41.77-3.05l67.65-41.38c.59-.37 1.37-.17 1.72.43z"/><path fill="#f29657" d="m124.37 62.84l-3.04-5.37c-.21-.36-.85-.88-1.26-.62c-.4.25-.58 1.35.7 3.66c.8 1.44 1.64 2.84 1.64 2.84s-70.99 38.46-70.98 38.47c.56.71 1.71 1.09 2.78.5c.2-.11 69.51-37.7 69.51-37.7c.61-.34 1-1.18.65-1.78"/><circle cx="64" cy="94.1" r="1.53" fill="#d36337"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#d36337" d="M6.9 57.44c.35-.6 1.12-.8 1.72-.43L76.1 98.39c1.04.64 1.45 1.88.77 3.05s-1.95 1.44-3.03.86L4.18 64.4a1.23 1.23 0 0 1-.48-1.7z"/><path fill="#f29657" d="m6.84 57.37l-3.13 5.32c-.21.36-.34 1.17.09 1.4c.42.22 1.46-.17 2.82-2.43c.85-1.41 1.64-2.84 1.64-2.84S52.1 85.74 52.1 85.73l-2.28-3.46L8.7 57.04c-.6-.36-1.51-.28-1.86.33"/><path fill="#d36337" d="m64.98 93.75l-13.82 7.65s2.8 8.83 12.89 8.83s13.1-9.42 13.1-9.42z"/><path fill="#f29657" d="m66.58 94.43l41.08-48.96l-3.02-2.53l-34.75 41.41L88.36 33.6l-3.7-1.35l-18.68 51.32V28.95h-3.95v54.61L43.36 32.25l-3.71 1.35l18.47 50.75l-34.75-41.41l-3.02 2.53l41.08 48.96z"/><path fill="#ff0303" d="M64 63.47c12.23 0 22.68 7.6 26.9 18.33l32.28-20.4c-11.23-21.2-33.51-35.64-59.17-35.64c-26.59 0-49.5 14.48-60.31 36.94c0 0-.68 1.08.48 1.7l32.67 17.77c4.17-10.84 14.84-18.7 27.15-18.7"/><path fill="#db0000" d="m6.96 56.76l32.1 20.95c1.05-1.75 2.27-3.38 3.65-4.87L10.4 51.75a64 64 0 0 0-3.44 5.01m16.05-17.57l22.97 30.62c1.59-1.26 3.3-2.37 5.13-3.29L28.03 35.76c-1.73 1.06-3.4 2.21-5.02 3.43m21.22-10.61l11 36.27c1.92-.62 3.92-1.02 5.98-1.23L50.13 27.13c-2 .4-3.97.88-5.9 1.45M68.1 25.9l-2.06 37.65c2.08.14 4.09.52 6.02 1.08l2.08-38.09c-1.98-.31-4-.52-6.04-.64m23.28 5.7L76.54 66.33c1.86.9 3.6 1.99 5.22 3.25l15.05-35.24c-1.76-.99-3.58-1.9-5.43-2.74m19.52 13.34L85.03 72.56c1.41 1.5 2.66 3.14 3.72 4.91l26.29-28.07a65 65 0 0 0-4.14-4.46"/><path fill="#ffcc80" d="M124.27 62.85c.35.6.13 1.37-.48 1.7L54.21 102.3c-1.08.58-2.35.31-3.03-.86s-.27-2.41.77-3.05l67.65-41.38c.59-.37 1.37-.17 1.72.43z"/><path fill="#f29657" d="m124.37 62.84l-3.04-5.37c-.21-.36-.85-.88-1.26-.62c-.4.25-.58 1.35.7 3.66c.8 1.44 1.64 2.84 1.64 2.84s-70.99 38.46-70.98 38.47c.56.71 1.71 1.09 2.78.5c.2-.11 69.51-37.7 69.51-37.7c.61-.34 1-1.18.65-1.78"/><circle cx="64" cy="94.1" r="1.53" fill="#d36337"/></svg> </template>
CSS
.icon-folding-hand-fan {
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%23d36337%22%20d%3D%22M6.9%2057.44c.35-.6%201.12-.8%201.72-.43L76.1%2098.39c1.04.64%201.45%201.88.77%203.05s-1.95%201.44-3.03.86L4.18%2064.4a1.23%201.23%200%200%201-.48-1.7z%22%2F%3E%3Cpath%20fill%3D%22%23f29657%22%20d%3D%22m6.84%2057.37l-3.13%205.32c-.21.36-.34%201.17.09%201.4c.42.22%201.46-.17%202.82-2.43c.85-1.41%201.64-2.84%201.64-2.84S52.1%2085.74%2052.1%2085.73l-2.28-3.46L8.7%2057.04c-.6-.36-1.51-.28-1.86.33%22%2F%3E%3Cpath%20fill%3D%22%23d36337%22%20d%3D%22m64.98%2093.75l-13.82%207.65s2.8%208.83%2012.89%208.83s13.1-9.42%2013.1-9.42z%22%2F%3E%3Cpath%20fill%3D%22%23f29657%22%20d%3D%22m66.58%2094.43l41.08-48.96l-3.02-2.53l-34.75%2041.41L88.36%2033.6l-3.7-1.35l-18.68%2051.32V28.95h-3.95v54.61L43.36%2032.25l-3.71%201.35l18.47%2050.75l-34.75-41.41l-3.02%202.53l41.08%2048.96z%22%2F%3E%3Cpath%20fill%3D%22%23ff0303%22%20d%3D%22M64%2063.47c12.23%200%2022.68%207.6%2026.9%2018.33l32.28-20.4c-11.23-21.2-33.51-35.64-59.17-35.64c-26.59%200-49.5%2014.48-60.31%2036.94c0%200-.68%201.08.48%201.7l32.67%2017.77c4.17-10.84%2014.84-18.7%2027.15-18.7%22%2F%3E%3Cpath%20fill%3D%22%23db0000%22%20d%3D%22m6.96%2056.76l32.1%2020.95c1.05-1.75%202.27-3.38%203.65-4.87L10.4%2051.75a64%2064%200%200%200-3.44%205.01m16.05-17.57l22.97%2030.62c1.59-1.26%203.3-2.37%205.13-3.29L28.03%2035.76c-1.73%201.06-3.4%202.21-5.02%203.43m21.22-10.61l11%2036.27c1.92-.62%203.92-1.02%205.98-1.23L50.13%2027.13c-2%20.4-3.97.88-5.9%201.45M68.1%2025.9l-2.06%2037.65c2.08.14%204.09.52%206.02%201.08l2.08-38.09c-1.98-.31-4-.52-6.04-.64m23.28%205.7L76.54%2066.33c1.86.9%203.6%201.99%205.22%203.25l15.05-35.24c-1.76-.99-3.58-1.9-5.43-2.74m19.52%2013.34L85.03%2072.56c1.41%201.5%202.66%203.14%203.72%204.91l26.29-28.07a65%2065%200%200%200-4.14-4.46%22%2F%3E%3Cpath%20fill%3D%22%23ffcc80%22%20d%3D%22M124.27%2062.85c.35.6.13%201.37-.48%201.7L54.21%20102.3c-1.08.58-2.35.31-3.03-.86s-.27-2.41.77-3.05l67.65-41.38c.59-.37%201.37-.17%201.72.43z%22%2F%3E%3Cpath%20fill%3D%22%23f29657%22%20d%3D%22m124.37%2062.84l-3.04-5.37c-.21-.36-.85-.88-1.26-.62c-.4.25-.58%201.35.7%203.66c.8%201.44%201.64%202.84%201.64%202.84s-70.99%2038.46-70.98%2038.47c.56.71%201.71%201.09%202.78.5c.2-.11%2069.51-37.7%2069.51-37.7c.61-.34%201-1.18.65-1.78%22%2F%3E%3Ccircle%20cx%3D%2264%22%20cy%3D%2294.1%22%20r%3D%221.53%22%20fill%3D%22%23d36337%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%23d36337%22%20d%3D%22M6.9%2057.44c.35-.6%201.12-.8%201.72-.43L76.1%2098.39c1.04.64%201.45%201.88.77%203.05s-1.95%201.44-3.03.86L4.18%2064.4a1.23%201.23%200%200%201-.48-1.7z%22%2F%3E%3Cpath%20fill%3D%22%23f29657%22%20d%3D%22m6.84%2057.37l-3.13%205.32c-.21.36-.34%201.17.09%201.4c.42.22%201.46-.17%202.82-2.43c.85-1.41%201.64-2.84%201.64-2.84S52.1%2085.74%2052.1%2085.73l-2.28-3.46L8.7%2057.04c-.6-.36-1.51-.28-1.86.33%22%2F%3E%3Cpath%20fill%3D%22%23d36337%22%20d%3D%22m64.98%2093.75l-13.82%207.65s2.8%208.83%2012.89%208.83s13.1-9.42%2013.1-9.42z%22%2F%3E%3Cpath%20fill%3D%22%23f29657%22%20d%3D%22m66.58%2094.43l41.08-48.96l-3.02-2.53l-34.75%2041.41L88.36%2033.6l-3.7-1.35l-18.68%2051.32V28.95h-3.95v54.61L43.36%2032.25l-3.71%201.35l18.47%2050.75l-34.75-41.41l-3.02%202.53l41.08%2048.96z%22%2F%3E%3Cpath%20fill%3D%22%23ff0303%22%20d%3D%22M64%2063.47c12.23%200%2022.68%207.6%2026.9%2018.33l32.28-20.4c-11.23-21.2-33.51-35.64-59.17-35.64c-26.59%200-49.5%2014.48-60.31%2036.94c0%200-.68%201.08.48%201.7l32.67%2017.77c4.17-10.84%2014.84-18.7%2027.15-18.7%22%2F%3E%3Cpath%20fill%3D%22%23db0000%22%20d%3D%22m6.96%2056.76l32.1%2020.95c1.05-1.75%202.27-3.38%203.65-4.87L10.4%2051.75a64%2064%200%200%200-3.44%205.01m16.05-17.57l22.97%2030.62c1.59-1.26%203.3-2.37%205.13-3.29L28.03%2035.76c-1.73%201.06-3.4%202.21-5.02%203.43m21.22-10.61l11%2036.27c1.92-.62%203.92-1.02%205.98-1.23L50.13%2027.13c-2%20.4-3.97.88-5.9%201.45M68.1%2025.9l-2.06%2037.65c2.08.14%204.09.52%206.02%201.08l2.08-38.09c-1.98-.31-4-.52-6.04-.64m23.28%205.7L76.54%2066.33c1.86.9%203.6%201.99%205.22%203.25l15.05-35.24c-1.76-.99-3.58-1.9-5.43-2.74m19.52%2013.34L85.03%2072.56c1.41%201.5%202.66%203.14%203.72%204.91l26.29-28.07a65%2065%200%200%200-4.14-4.46%22%2F%3E%3Cpath%20fill%3D%22%23ffcc80%22%20d%3D%22M124.27%2062.85c.35.6.13%201.37-.48%201.7L54.21%20102.3c-1.08.58-2.35.31-3.03-.86s-.27-2.41.77-3.05l67.65-41.38c.59-.37%201.37-.17%201.72.43z%22%2F%3E%3Cpath%20fill%3D%22%23f29657%22%20d%3D%22m124.37%2062.84l-3.04-5.37c-.21-.36-.85-.88-1.26-.62c-.4.25-.58%201.35.7%203.66c.8%201.44%201.64%202.84%201.64%202.84s-70.99%2038.46-70.98%2038.47c.56.71%201.71%201.09%202.78.5c.2-.11%2069.51-37.7%2069.51-37.7c.61-.34%201-1.18.65-1.78%22%2F%3E%3Ccircle%20cx%3D%2264%22%20cy%3D%2294.1%22%20r%3D%221.53%22%20fill%3D%22%23d36337%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/folding-hand-fan.svg?color=%231a73e8&size=48