knee pain emoji
knee-pain from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- knee-pain
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
More extras openmoji icons from OpenMoji
Use the knee pain emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><defs><path id="SVGn32jdsrg" d="M60.204 9.894c-3 7-12.538 11.949-12.5 14.5c.042 2.823 1.294 8.539 1.5 11.5c.55 6.655.55 13.344 0 20c-.144 1.994 4.652 5.67 0 9c-1.222.874-6-2-14 0a24.1 24.1 0 0 1-7.59.29a1.8 1.8 0 0 1-.516-3.41c2.228-1.037 5.186-1.959 7.106-2.88c2.95-1.417 4.787-2.834 5.825-4.671c.119-.215.193-.451.217-.696c.852-8.01-2.58-20.217-5.042-25.634a8.1 8.1 0 0 1-1-4c0-2 1-3 2-5c2.243-4.485 2.847-7.175 3.928-9.432a2.01 2.01 0 0 1 1.722-1.001a52.7 52.7 0 0 1 14.656.682z"/></defs><g fill="#d0cfce" stroke="#d0cfce"><use href="#SVGn32jdsrg" stroke-miterlimit="10"/><use href="#SVGn32jdsrg" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M60.204 9.894c-3 7-12.538 11.949-12.5 14.5c.042 2.823 1.294 8.539 1.5 11.5c.55 6.655.55 13.344 0 20c-.144 1.994 4.457 6.341 0 9c-1.676 1-6-2-14 0a24.1 24.1 0 0 1-7.59.29a1.8 1.8 0 0 1-.516-3.41c2.228-1.037 5.186-1.959 7.106-2.88c2.95-1.417 4.787-2.834 5.825-4.671c.119-.215.193-.451.217-.696c.852-8.01-2.58-20.217-5.042-25.634a8.1 8.1 0 0 1-1-4c0-2 1-3 2-5c2.243-4.485 2.847-7.175 3.928-9.432a2.01 2.01 0 0 1 1.722-1.001a52.7 52.7 0 0 1 14.656.682"/><path d="M38.278 26.717a2.9 2.9 0 0 0 1.165-.801c1.01-1.167.967-3.188-.074-5.099m-7.278-2.738l-3.226-3.133l2.672-1.262l-4.053-3.937m-4.63 22.81l3.881-2.272l.503 2.913l4.876-2.855m-1.392-7.44l-4.481-.381l.8 2.846l-5.63-.478"/></g><path fill="none" stroke="#d22f27" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m32.091 18.079l-3.226-3.133l2.672-1.262l-4.053-3.937m-4.63 22.81l3.881-2.272l.503 2.913l4.876-2.855m-1.392-7.44l-4.481-.381l.8 2.846l-5.63-.478"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiKneePain(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><defs><path id="SVGn32jdsrg" d="M60.204 9.894c-3 7-12.538 11.949-12.5 14.5c.042 2.823 1.294 8.539 1.5 11.5c.55 6.655.55 13.344 0 20c-.144 1.994 4.652 5.67 0 9c-1.222.874-6-2-14 0a24.1 24.1 0 0 1-7.59.29a1.8 1.8 0 0 1-.516-3.41c2.228-1.037 5.186-1.959 7.106-2.88c2.95-1.417 4.787-2.834 5.825-4.671c.119-.215.193-.451.217-.696c.852-8.01-2.58-20.217-5.042-25.634a8.1 8.1 0 0 1-1-4c0-2 1-3 2-5c2.243-4.485 2.847-7.175 3.928-9.432a2.01 2.01 0 0 1 1.722-1.001a52.7 52.7 0 0 1 14.656.682z"/></defs><g fill="#d0cfce" stroke="#d0cfce"><use href="#SVGn32jdsrg" strokeMiterlimit="10"/><use href="#SVGn32jdsrg" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"/></g><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M60.204 9.894c-3 7-12.538 11.949-12.5 14.5c.042 2.823 1.294 8.539 1.5 11.5c.55 6.655.55 13.344 0 20c-.144 1.994 4.457 6.341 0 9c-1.676 1-6-2-14 0a24.1 24.1 0 0 1-7.59.29a1.8 1.8 0 0 1-.516-3.41c2.228-1.037 5.186-1.959 7.106-2.88c2.95-1.417 4.787-2.834 5.825-4.671c.119-.215.193-.451.217-.696c.852-8.01-2.58-20.217-5.042-25.634a8.1 8.1 0 0 1-1-4c0-2 1-3 2-5c2.243-4.485 2.847-7.175 3.928-9.432a2.01 2.01 0 0 1 1.722-1.001a52.7 52.7 0 0 1 14.656.682"/><path d="M38.278 26.717a2.9 2.9 0 0 0 1.165-.801c1.01-1.167.967-3.188-.074-5.099m-7.278-2.738l-3.226-3.133l2.672-1.262l-4.053-3.937m-4.63 22.81l3.881-2.272l.503 2.913l4.876-2.855m-1.392-7.44l-4.481-.381l.8 2.846l-5.63-.478"/></g><path fill="none" stroke="#d22f27" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m32.091 18.079l-3.226-3.133l2.672-1.262l-4.053-3.937m-4.63 22.81l3.881-2.272l.503 2.913l4.876-2.855m-1.392-7.44l-4.481-.381l.8 2.846l-5.63-.478"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><defs><path id="SVGn32jdsrg" d="M60.204 9.894c-3 7-12.538 11.949-12.5 14.5c.042 2.823 1.294 8.539 1.5 11.5c.55 6.655.55 13.344 0 20c-.144 1.994 4.652 5.67 0 9c-1.222.874-6-2-14 0a24.1 24.1 0 0 1-7.59.29a1.8 1.8 0 0 1-.516-3.41c2.228-1.037 5.186-1.959 7.106-2.88c2.95-1.417 4.787-2.834 5.825-4.671c.119-.215.193-.451.217-.696c.852-8.01-2.58-20.217-5.042-25.634a8.1 8.1 0 0 1-1-4c0-2 1-3 2-5c2.243-4.485 2.847-7.175 3.928-9.432a2.01 2.01 0 0 1 1.722-1.001a52.7 52.7 0 0 1 14.656.682z"/></defs><g fill="#d0cfce" stroke="#d0cfce"><use href="#SVGn32jdsrg" stroke-miterlimit="10"/><use href="#SVGn32jdsrg" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M60.204 9.894c-3 7-12.538 11.949-12.5 14.5c.042 2.823 1.294 8.539 1.5 11.5c.55 6.655.55 13.344 0 20c-.144 1.994 4.457 6.341 0 9c-1.676 1-6-2-14 0a24.1 24.1 0 0 1-7.59.29a1.8 1.8 0 0 1-.516-3.41c2.228-1.037 5.186-1.959 7.106-2.88c2.95-1.417 4.787-2.834 5.825-4.671c.119-.215.193-.451.217-.696c.852-8.01-2.58-20.217-5.042-25.634a8.1 8.1 0 0 1-1-4c0-2 1-3 2-5c2.243-4.485 2.847-7.175 3.928-9.432a2.01 2.01 0 0 1 1.722-1.001a52.7 52.7 0 0 1 14.656.682"/><path d="M38.278 26.717a2.9 2.9 0 0 0 1.165-.801c1.01-1.167.967-3.188-.074-5.099m-7.278-2.738l-3.226-3.133l2.672-1.262l-4.053-3.937m-4.63 22.81l3.881-2.272l.503 2.913l4.876-2.855m-1.392-7.44l-4.481-.381l.8 2.846l-5.63-.478"/></g><path fill="none" stroke="#d22f27" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m32.091 18.079l-3.226-3.133l2.672-1.262l-4.053-3.937m-4.63 22.81l3.881-2.272l.503 2.913l4.876-2.855m-1.392-7.44l-4.481-.381l.8 2.846l-5.63-.478"/></svg> </template>
CSS
.icon-knee-pain {
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%3Cdefs%3E%3Cpath%20id%3D%22SVGn32jdsrg%22%20d%3D%22M60.204%209.894c-3%207-12.538%2011.949-12.5%2014.5c.042%202.823%201.294%208.539%201.5%2011.5c.55%206.655.55%2013.344%200%2020c-.144%201.994%204.652%205.67%200%209c-1.222.874-6-2-14%200a24.1%2024.1%200%200%201-7.59.29a1.8%201.8%200%200%201-.516-3.41c2.228-1.037%205.186-1.959%207.106-2.88c2.95-1.417%204.787-2.834%205.825-4.671c.119-.215.193-.451.217-.696c.852-8.01-2.58-20.217-5.042-25.634a8.1%208.1%200%200%201-1-4c0-2%201-3%202-5c2.243-4.485%202.847-7.175%203.928-9.432a2.01%202.01%200%200%201%201.722-1.001a52.7%2052.7%200%200%201%2014.656.682z%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22%23d0cfce%22%20stroke%3D%22%23d0cfce%22%3E%3Cuse%20href%3D%22%23SVGn32jdsrg%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cuse%20href%3D%22%23SVGn32jdsrg%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M60.204%209.894c-3%207-12.538%2011.949-12.5%2014.5c.042%202.823%201.294%208.539%201.5%2011.5c.55%206.655.55%2013.344%200%2020c-.144%201.994%204.457%206.341%200%209c-1.676%201-6-2-14%200a24.1%2024.1%200%200%201-7.59.29a1.8%201.8%200%200%201-.516-3.41c2.228-1.037%205.186-1.959%207.106-2.88c2.95-1.417%204.787-2.834%205.825-4.671c.119-.215.193-.451.217-.696c.852-8.01-2.58-20.217-5.042-25.634a8.1%208.1%200%200%201-1-4c0-2%201-3%202-5c2.243-4.485%202.847-7.175%203.928-9.432a2.01%202.01%200%200%201%201.722-1.001a52.7%2052.7%200%200%201%2014.656.682%22%2F%3E%3Cpath%20d%3D%22M38.278%2026.717a2.9%202.9%200%200%200%201.165-.801c1.01-1.167.967-3.188-.074-5.099m-7.278-2.738l-3.226-3.133l2.672-1.262l-4.053-3.937m-4.63%2022.81l3.881-2.272l.503%202.913l4.876-2.855m-1.392-7.44l-4.481-.381l.8%202.846l-5.63-.478%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23d22f27%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m32.091%2018.079l-3.226-3.133l2.672-1.262l-4.053-3.937m-4.63%2022.81l3.881-2.272l.503%202.913l4.876-2.855m-1.392-7.44l-4.481-.381l.8%202.846l-5.63-.478%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%2072%2072%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGn32jdsrg%22%20d%3D%22M60.204%209.894c-3%207-12.538%2011.949-12.5%2014.5c.042%202.823%201.294%208.539%201.5%2011.5c.55%206.655.55%2013.344%200%2020c-.144%201.994%204.652%205.67%200%209c-1.222.874-6-2-14%200a24.1%2024.1%200%200%201-7.59.29a1.8%201.8%200%200%201-.516-3.41c2.228-1.037%205.186-1.959%207.106-2.88c2.95-1.417%204.787-2.834%205.825-4.671c.119-.215.193-.451.217-.696c.852-8.01-2.58-20.217-5.042-25.634a8.1%208.1%200%200%201-1-4c0-2%201-3%202-5c2.243-4.485%202.847-7.175%203.928-9.432a2.01%202.01%200%200%201%201.722-1.001a52.7%2052.7%200%200%201%2014.656.682z%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22%23d0cfce%22%20stroke%3D%22%23d0cfce%22%3E%3Cuse%20href%3D%22%23SVGn32jdsrg%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cuse%20href%3D%22%23SVGn32jdsrg%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M60.204%209.894c-3%207-12.538%2011.949-12.5%2014.5c.042%202.823%201.294%208.539%201.5%2011.5c.55%206.655.55%2013.344%200%2020c-.144%201.994%204.457%206.341%200%209c-1.676%201-6-2-14%200a24.1%2024.1%200%200%201-7.59.29a1.8%201.8%200%200%201-.516-3.41c2.228-1.037%205.186-1.959%207.106-2.88c2.95-1.417%204.787-2.834%205.825-4.671c.119-.215.193-.451.217-.696c.852-8.01-2.58-20.217-5.042-25.634a8.1%208.1%200%200%201-1-4c0-2%201-3%202-5c2.243-4.485%202.847-7.175%203.928-9.432a2.01%202.01%200%200%201%201.722-1.001a52.7%2052.7%200%200%201%2014.656.682%22%2F%3E%3Cpath%20d%3D%22M38.278%2026.717a2.9%202.9%200%200%200%201.165-.801c1.01-1.167.967-3.188-.074-5.099m-7.278-2.738l-3.226-3.133l2.672-1.262l-4.053-3.937m-4.63%2022.81l3.881-2.272l.503%202.913l4.876-2.855m-1.392-7.44l-4.481-.381l.8%202.846l-5.63-.478%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23d22f27%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m32.091%2018.079l-3.226-3.133l2.672-1.262l-4.053-3.937m-4.63%2022.81l3.881-2.272l.503%202.913l4.876-2.855m-1.392-7.44l-4.481-.381l.8%202.846l-5.63-.478%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/knee-pain.svg?color=%231a73e8&size=48