person fencing emoji
person-fencing from OpenMoji by OpenMoji · Default · People Body · CC-BY-SA-4.0 Attribution required.
- Name
- person-fencing
- Set
- OpenMoji
- Style
- Default
- Category
- People Body
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More people body icons from OpenMoji
anatomical-heartartistastronautbabybaby-angelbackhand-index-pointing-downbackhand-index-pointing-leftbackhand-index-pointing-rightbackhand-index-pointing-upballet-dancerbiting-lipboneboybreast-feedingbust-in-silhouettebusts-in-silhouettecall-me-handchildclapping-handsconstruction-workercookcouple-with-heartcouple-with-heart-man-mancouple-with-heart-man-man-dark-skin-tone-light-skin-tone
Use the person fencing emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#fcea2b"><circle cx="44.969" cy="12.094" r="3"/><path d="M52.5 25L54 37l1.117 16.083L56.7 65h-3.3l-3.609-12L48 42h-2l-6.838 8.354L40.6 65h-3.3l-3.402-15.25L42 37l-1.5-12s-.458-1.042-.625-.75s-.542 5-3.125 7.375c-2.059 1.894-5.416 1.084-7.125-.208s-.542-2.875-.542-2.875l3.375 1.167l2.334-.375l1.708-4.667l2.167-3.292l6.041-2.083l5.834.458l5.583 3.084l2.667 4.375l1.25-9.167s2.374-.333 2.291 1.75c0 0-.209 7.384-.958 8.583c-.833 1.333-3.209 3-5.375.542l-2.833-4.667"/></g><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="44.969" cy="12.094" r="3"/><path stroke-linecap="round" stroke-linejoin="round" d="m60 19l-.613 7.011c-.145 1.644-.93 1.816-1.746.382l-2.157-3.786c-.816-1.434-2.826-2.756-4.465-2.938l-3.038-.338c-1.64-.182-4.279.04-5.866.493l-1.23.352c-1.587.453-3.287 2.113-3.78 3.687l-1.335 4.274c-.493 1.575-1.992 2.413-3.333 1.863L30 29"/><path stroke-linecap="round" stroke-linejoin="round" d="m52.5 25l1.252 10.016c.137 1.091.31 2.882.387 3.98l.84 12.092c.076 1.098.256 2.888.402 3.977l1.055 7.953c.146 1.09-.478 1.982-1.385 1.982c-.908 0-1.91-.862-2.227-1.915l-2.457-8.17a37 37 0 0 1-.897-3.889l-1.149-7.052C48.145 42.889 47.55 42 47 42s-1.57.696-2.267 1.548l-4.304 5.258c-.697.851-1.179 2.443-1.072 3.538l1.047 10.666c.108 1.095-.547 1.99-1.455 1.99c-.907 0-1.846-.879-2.085-1.952l-2.53-11.346c-.24-1.073.047-2.712.637-3.64l5.957-9.373c.59-.93.96-2.582.824-3.673L40.5 25M28 25l-2 4M5 15l22 12"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiPersonFencing(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#fcea2b"><circle cx="44.969" cy="12.094" r="3"/><path d="M52.5 25L54 37l1.117 16.083L56.7 65h-3.3l-3.609-12L48 42h-2l-6.838 8.354L40.6 65h-3.3l-3.402-15.25L42 37l-1.5-12s-.458-1.042-.625-.75s-.542 5-3.125 7.375c-2.059 1.894-5.416 1.084-7.125-.208s-.542-2.875-.542-2.875l3.375 1.167l2.334-.375l1.708-4.667l2.167-3.292l6.041-2.083l5.834.458l5.583 3.084l2.667 4.375l1.25-9.167s2.374-.333 2.291 1.75c0 0-.209 7.384-.958 8.583c-.833 1.333-3.209 3-5.375.542l-2.833-4.667"/></g><g fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"><circle cx="44.969" cy="12.094" r="3"/><path strokeLinecap="round" strokeLinejoin="round" d="m60 19l-.613 7.011c-.145 1.644-.93 1.816-1.746.382l-2.157-3.786c-.816-1.434-2.826-2.756-4.465-2.938l-3.038-.338c-1.64-.182-4.279.04-5.866.493l-1.23.352c-1.587.453-3.287 2.113-3.78 3.687l-1.335 4.274c-.493 1.575-1.992 2.413-3.333 1.863L30 29"/><path strokeLinecap="round" strokeLinejoin="round" d="m52.5 25l1.252 10.016c.137 1.091.31 2.882.387 3.98l.84 12.092c.076 1.098.256 2.888.402 3.977l1.055 7.953c.146 1.09-.478 1.982-1.385 1.982c-.908 0-1.91-.862-2.227-1.915l-2.457-8.17a37 37 0 0 1-.897-3.889l-1.149-7.052C48.145 42.889 47.55 42 47 42s-1.57.696-2.267 1.548l-4.304 5.258c-.697.851-1.179 2.443-1.072 3.538l1.047 10.666c.108 1.095-.547 1.99-1.455 1.99c-.907 0-1.846-.879-2.085-1.952l-2.53-11.346c-.24-1.073.047-2.712.637-3.64l5.957-9.373c.59-.93.96-2.582.824-3.673L40.5 25M28 25l-2 4M5 15l22 12"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#fcea2b"><circle cx="44.969" cy="12.094" r="3"/><path d="M52.5 25L54 37l1.117 16.083L56.7 65h-3.3l-3.609-12L48 42h-2l-6.838 8.354L40.6 65h-3.3l-3.402-15.25L42 37l-1.5-12s-.458-1.042-.625-.75s-.542 5-3.125 7.375c-2.059 1.894-5.416 1.084-7.125-.208s-.542-2.875-.542-2.875l3.375 1.167l2.334-.375l1.708-4.667l2.167-3.292l6.041-2.083l5.834.458l5.583 3.084l2.667 4.375l1.25-9.167s2.374-.333 2.291 1.75c0 0-.209 7.384-.958 8.583c-.833 1.333-3.209 3-5.375.542l-2.833-4.667"/></g><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="44.969" cy="12.094" r="3"/><path stroke-linecap="round" stroke-linejoin="round" d="m60 19l-.613 7.011c-.145 1.644-.93 1.816-1.746.382l-2.157-3.786c-.816-1.434-2.826-2.756-4.465-2.938l-3.038-.338c-1.64-.182-4.279.04-5.866.493l-1.23.352c-1.587.453-3.287 2.113-3.78 3.687l-1.335 4.274c-.493 1.575-1.992 2.413-3.333 1.863L30 29"/><path stroke-linecap="round" stroke-linejoin="round" d="m52.5 25l1.252 10.016c.137 1.091.31 2.882.387 3.98l.84 12.092c.076 1.098.256 2.888.402 3.977l1.055 7.953c.146 1.09-.478 1.982-1.385 1.982c-.908 0-1.91-.862-2.227-1.915l-2.457-8.17a37 37 0 0 1-.897-3.889l-1.149-7.052C48.145 42.889 47.55 42 47 42s-1.57.696-2.267 1.548l-4.304 5.258c-.697.851-1.179 2.443-1.072 3.538l1.047 10.666c.108 1.095-.547 1.99-1.455 1.99c-.907 0-1.846-.879-2.085-1.952l-2.53-11.346c-.24-1.073.047-2.712.637-3.64l5.957-9.373c.59-.93.96-2.582.824-3.673L40.5 25M28 25l-2 4M5 15l22 12"/></g></svg> </template>
CSS
.icon-person-fencing {
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%3Cg%20fill%3D%22%23fcea2b%22%3E%3Ccircle%20cx%3D%2244.969%22%20cy%3D%2212.094%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M52.5%2025L54%2037l1.117%2016.083L56.7%2065h-3.3l-3.609-12L48%2042h-2l-6.838%208.354L40.6%2065h-3.3l-3.402-15.25L42%2037l-1.5-12s-.458-1.042-.625-.75s-.542%205-3.125%207.375c-2.059%201.894-5.416%201.084-7.125-.208s-.542-2.875-.542-2.875l3.375%201.167l2.334-.375l1.708-4.667l2.167-3.292l6.041-2.083l5.834.458l5.583%203.084l2.667%204.375l1.25-9.167s2.374-.333%202.291%201.75c0%200-.209%207.384-.958%208.583c-.833%201.333-3.209%203-5.375.542l-2.833-4.667%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2244.969%22%20cy%3D%2212.094%22%20r%3D%223%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m60%2019l-.613%207.011c-.145%201.644-.93%201.816-1.746.382l-2.157-3.786c-.816-1.434-2.826-2.756-4.465-2.938l-3.038-.338c-1.64-.182-4.279.04-5.866.493l-1.23.352c-1.587.453-3.287%202.113-3.78%203.687l-1.335%204.274c-.493%201.575-1.992%202.413-3.333%201.863L30%2029%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m52.5%2025l1.252%2010.016c.137%201.091.31%202.882.387%203.98l.84%2012.092c.076%201.098.256%202.888.402%203.977l1.055%207.953c.146%201.09-.478%201.982-1.385%201.982c-.908%200-1.91-.862-2.227-1.915l-2.457-8.17a37%2037%200%200%201-.897-3.889l-1.149-7.052C48.145%2042.889%2047.55%2042%2047%2042s-1.57.696-2.267%201.548l-4.304%205.258c-.697.851-1.179%202.443-1.072%203.538l1.047%2010.666c.108%201.095-.547%201.99-1.455%201.99c-.907%200-1.846-.879-2.085-1.952l-2.53-11.346c-.24-1.073.047-2.712.637-3.64l5.957-9.373c.59-.93.96-2.582.824-3.673L40.5%2025M28%2025l-2%204M5%2015l22%2012%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%3Cg%20fill%3D%22%23fcea2b%22%3E%3Ccircle%20cx%3D%2244.969%22%20cy%3D%2212.094%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M52.5%2025L54%2037l1.117%2016.083L56.7%2065h-3.3l-3.609-12L48%2042h-2l-6.838%208.354L40.6%2065h-3.3l-3.402-15.25L42%2037l-1.5-12s-.458-1.042-.625-.75s-.542%205-3.125%207.375c-2.059%201.894-5.416%201.084-7.125-.208s-.542-2.875-.542-2.875l3.375%201.167l2.334-.375l1.708-4.667l2.167-3.292l6.041-2.083l5.834.458l5.583%203.084l2.667%204.375l1.25-9.167s2.374-.333%202.291%201.75c0%200-.209%207.384-.958%208.583c-.833%201.333-3.209%203-5.375.542l-2.833-4.667%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2244.969%22%20cy%3D%2212.094%22%20r%3D%223%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m60%2019l-.613%207.011c-.145%201.644-.93%201.816-1.746.382l-2.157-3.786c-.816-1.434-2.826-2.756-4.465-2.938l-3.038-.338c-1.64-.182-4.279.04-5.866.493l-1.23.352c-1.587.453-3.287%202.113-3.78%203.687l-1.335%204.274c-.493%201.575-1.992%202.413-3.333%201.863L30%2029%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m52.5%2025l1.252%2010.016c.137%201.091.31%202.882.387%203.98l.84%2012.092c.076%201.098.256%202.888.402%203.977l1.055%207.953c.146%201.09-.478%201.982-1.385%201.982c-.908%200-1.91-.862-2.227-1.915l-2.457-8.17a37%2037%200%200%201-.897-3.889l-1.149-7.052C48.145%2042.889%2047.55%2042%2047%2042s-1.57.696-2.267%201.548l-4.304%205.258c-.697.851-1.179%202.443-1.072%203.538l1.047%2010.666c.108%201.095-.547%201.99-1.455%201.99c-.907%200-1.846-.879-2.085-1.952l-2.53-11.346c-.24-1.073.047-2.712.637-3.64l5.957-9.373c.59-.93.96-2.582.824-3.673L40.5%2025M28%2025l-2%204M5%2015l22%2012%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/person-fencing.svg?color=%231a73e8&size=48