crutches emoji

crutches from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
crutches
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More extras openmoji icons from OpenMoji

Use the crutches emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="m35.665 44.073l.371-.939l4.365-1.5l3.9 5.521l-4.308 3.044zm-8.425 2.345l4.492-6.335l4.303 3.05l-4.492 6.336z"/><path fill="#92d3f5" d="m53.825 25.64l-10.752-7.522l1.455-2.08c.701-1.003 1.796-1.406 2.36-.868l2.855 2.724a8.1 8.1 0 0 0 2.006 1.403l3.537 1.749c.698.345.695 1.512-.006 2.515zm-24.754-7.688l-10.913 7.483l-1.448-2.111c-.698-1.018-.69-2.195.017-2.536l3.584-1.73a8.2 8.2 0 0 0 2.036-1.395l2.905-2.72c.573-.536 1.674-.12 2.372.898z"/><path fill="#fff" d="M43.675 19.59L33.433 33.576q-.19.264-.263.582a7 7 0 0 0-.172 1.26c-.029.804-.343 4.33-.343 4.33l3.467 2.411l4.683-1.577a.7.7 0 0 0 .168-.08c.25-.164 1.04-.704 1.38-1.207l9.893-13.653zm-23.947 5.787l8.739-5.962l6.261 9.23l-2.75 3.81s-.795.922-.832 3.167l-.283 4.103l-.529.745l-.576-.602a2 2 0 0 1-.329-.373l-9.675-14.08z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m35.665 44.073l.371-.939l4.365-1.5l3.9 5.521l-4.308 3.044zm-8.425 2.345l4.492-6.335l4.303 3.05l-4.492 6.336zM53.825 25.64l-10.752-7.522l1.455-2.08c.701-1.003 1.796-1.406 2.36-.868l2.855 2.724a8.1 8.1 0 0 0 2.006 1.403l3.537 1.749c.698.345.695 1.512-.006 2.515zm-24.754-7.688l-10.913 7.483l-1.448-2.111c-.698-1.018-.69-2.195.017-2.536l3.584-1.73a8.2 8.2 0 0 0 2.036-1.395l2.905-2.72c.573-.536 1.674-.12 2.372.898z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M43.045 18.893L32.885 32.77a3.96 3.96 0 0 0-.787 2.412l-.365 4.901l-4.492 6.335l4.303 3.052l4.492-6.336l4.803-1.66a3.96 3.96 0 0 0 2.06-1.478l10.109-13.81m-17.119 2.482l-6.609-9.611"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m35.494 43.898l4.376 6.161l4.301-3.054l-3.77-5.371M19.106 26.053l9.745 14.172a4.03 4.03 0 0 0 1.673 1.41"/><rect width="6.791" height="2.291" x="24.127" y="49.423" rx=".8" ry=".8" transform="rotate(-54.232 27.523 50.569)"/><rect width="3.417" height="3.417" x="22.398" y="53.603" rx="1.175" ry="1.175" transform="rotate(-54.232 24.106 55.311)"/><rect width="2.291" height="6.791" x="42.853" y="47.757" rx=".8" ry=".8" transform="rotate(-33.03 43.998 51.152)"/><rect width="3.417" height="3.417" x="45.476" y="54.344" rx="1.175" ry="1.175" transform="rotate(-33.03 47.184 56.052)"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m39.515 24.604l9.551 7.054M21.51 29.55l10.128-7.063"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiCrutches(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="m35.665 44.073l.371-.939l4.365-1.5l3.9 5.521l-4.308 3.044zm-8.425 2.345l4.492-6.335l4.303 3.05l-4.492 6.336z"/><path fill="#92d3f5" d="m53.825 25.64l-10.752-7.522l1.455-2.08c.701-1.003 1.796-1.406 2.36-.868l2.855 2.724a8.1 8.1 0 0 0 2.006 1.403l3.537 1.749c.698.345.695 1.512-.006 2.515zm-24.754-7.688l-10.913 7.483l-1.448-2.111c-.698-1.018-.69-2.195.017-2.536l3.584-1.73a8.2 8.2 0 0 0 2.036-1.395l2.905-2.72c.573-.536 1.674-.12 2.372.898z"/><path fill="#fff" d="M43.675 19.59L33.433 33.576q-.19.264-.263.582a7 7 0 0 0-.172 1.26c-.029.804-.343 4.33-.343 4.33l3.467 2.411l4.683-1.577a.7.7 0 0 0 .168-.08c.25-.164 1.04-.704 1.38-1.207l9.893-13.653zm-23.947 5.787l8.739-5.962l6.261 9.23l-2.75 3.81s-.795.922-.832 3.167l-.283 4.103l-.529.745l-.576-.602a2 2 0 0 1-.329-.373l-9.675-14.08z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m35.665 44.073l.371-.939l4.365-1.5l3.9 5.521l-4.308 3.044zm-8.425 2.345l4.492-6.335l4.303 3.05l-4.492 6.336zM53.825 25.64l-10.752-7.522l1.455-2.08c.701-1.003 1.796-1.406 2.36-.868l2.855 2.724a8.1 8.1 0 0 0 2.006 1.403l3.537 1.749c.698.345.695 1.512-.006 2.515zm-24.754-7.688l-10.913 7.483l-1.448-2.111c-.698-1.018-.69-2.195.017-2.536l3.584-1.73a8.2 8.2 0 0 0 2.036-1.395l2.905-2.72c.573-.536 1.674-.12 2.372.898z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M43.045 18.893L32.885 32.77a3.96 3.96 0 0 0-.787 2.412l-.365 4.901l-4.492 6.335l4.303 3.052l4.492-6.336l4.803-1.66a3.96 3.96 0 0 0 2.06-1.478l10.109-13.81m-17.119 2.482l-6.609-9.611"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m35.494 43.898l4.376 6.161l4.301-3.054l-3.77-5.371M19.106 26.053l9.745 14.172a4.03 4.03 0 0 0 1.673 1.41"/><rect width="6.791" height="2.291" x="24.127" y="49.423" rx=".8" ry=".8" transform="rotate(-54.232 27.523 50.569)"/><rect width="3.417" height="3.417" x="22.398" y="53.603" rx="1.175" ry="1.175" transform="rotate(-54.232 24.106 55.311)"/><rect width="2.291" height="6.791" x="42.853" y="47.757" rx=".8" ry=".8" transform="rotate(-33.03 43.998 51.152)"/><rect width="3.417" height="3.417" x="45.476" y="54.344" rx="1.175" ry="1.175" transform="rotate(-33.03 47.184 56.052)"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m39.515 24.604l9.551 7.054M21.51 29.55l10.128-7.063"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="m35.665 44.073l.371-.939l4.365-1.5l3.9 5.521l-4.308 3.044zm-8.425 2.345l4.492-6.335l4.303 3.05l-4.492 6.336z"/><path fill="#92d3f5" d="m53.825 25.64l-10.752-7.522l1.455-2.08c.701-1.003 1.796-1.406 2.36-.868l2.855 2.724a8.1 8.1 0 0 0 2.006 1.403l3.537 1.749c.698.345.695 1.512-.006 2.515zm-24.754-7.688l-10.913 7.483l-1.448-2.111c-.698-1.018-.69-2.195.017-2.536l3.584-1.73a8.2 8.2 0 0 0 2.036-1.395l2.905-2.72c.573-.536 1.674-.12 2.372.898z"/><path fill="#fff" d="M43.675 19.59L33.433 33.576q-.19.264-.263.582a7 7 0 0 0-.172 1.26c-.029.804-.343 4.33-.343 4.33l3.467 2.411l4.683-1.577a.7.7 0 0 0 .168-.08c.25-.164 1.04-.704 1.38-1.207l9.893-13.653zm-23.947 5.787l8.739-5.962l6.261 9.23l-2.75 3.81s-.795.922-.832 3.167l-.283 4.103l-.529.745l-.576-.602a2 2 0 0 1-.329-.373l-9.675-14.08z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m35.665 44.073l.371-.939l4.365-1.5l3.9 5.521l-4.308 3.044zm-8.425 2.345l4.492-6.335l4.303 3.05l-4.492 6.336zM53.825 25.64l-10.752-7.522l1.455-2.08c.701-1.003 1.796-1.406 2.36-.868l2.855 2.724a8.1 8.1 0 0 0 2.006 1.403l3.537 1.749c.698.345.695 1.512-.006 2.515zm-24.754-7.688l-10.913 7.483l-1.448-2.111c-.698-1.018-.69-2.195.017-2.536l3.584-1.73a8.2 8.2 0 0 0 2.036-1.395l2.905-2.72c.573-.536 1.674-.12 2.372.898z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M43.045 18.893L32.885 32.77a3.96 3.96 0 0 0-.787 2.412l-.365 4.901l-4.492 6.335l4.303 3.052l4.492-6.336l4.803-1.66a3.96 3.96 0 0 0 2.06-1.478l10.109-13.81m-17.119 2.482l-6.609-9.611"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m35.494 43.898l4.376 6.161l4.301-3.054l-3.77-5.371M19.106 26.053l9.745 14.172a4.03 4.03 0 0 0 1.673 1.41"/><rect width="6.791" height="2.291" x="24.127" y="49.423" rx=".8" ry=".8" transform="rotate(-54.232 27.523 50.569)"/><rect width="3.417" height="3.417" x="22.398" y="53.603" rx="1.175" ry="1.175" transform="rotate(-54.232 24.106 55.311)"/><rect width="2.291" height="6.791" x="42.853" y="47.757" rx=".8" ry=".8" transform="rotate(-33.03 43.998 51.152)"/><rect width="3.417" height="3.417" x="45.476" y="54.344" rx="1.175" ry="1.175" transform="rotate(-33.03 47.184 56.052)"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m39.515 24.604l9.551 7.054M21.51 29.55l10.128-7.063"/></svg>
</template>

CSS

.icon-crutches {
  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%23d0cfce%22%20d%3D%22m35.665%2044.073l.371-.939l4.365-1.5l3.9%205.521l-4.308%203.044zm-8.425%202.345l4.492-6.335l4.303%203.05l-4.492%206.336z%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22m53.825%2025.64l-10.752-7.522l1.455-2.08c.701-1.003%201.796-1.406%202.36-.868l2.855%202.724a8.1%208.1%200%200%200%202.006%201.403l3.537%201.749c.698.345.695%201.512-.006%202.515zm-24.754-7.688l-10.913%207.483l-1.448-2.111c-.698-1.018-.69-2.195.017-2.536l3.584-1.73a8.2%208.2%200%200%200%202.036-1.395l2.905-2.72c.573-.536%201.674-.12%202.372.898z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M43.675%2019.59L33.433%2033.576q-.19.264-.263.582a7%207%200%200%200-.172%201.26c-.029.804-.343%204.33-.343%204.33l3.467%202.411l4.683-1.577a.7.7%200%200%200%20.168-.08c.25-.164%201.04-.704%201.38-1.207l9.893-13.653zm-23.947%205.787l8.739-5.962l6.261%209.23l-2.75%203.81s-.795.922-.832%203.167l-.283%204.103l-.529.745l-.576-.602a2%202%200%200%201-.329-.373l-9.675-14.08z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m35.665%2044.073l.371-.939l4.365-1.5l3.9%205.521l-4.308%203.044zm-8.425%202.345l4.492-6.335l4.303%203.05l-4.492%206.336zM53.825%2025.64l-10.752-7.522l1.455-2.08c.701-1.003%201.796-1.406%202.36-.868l2.855%202.724a8.1%208.1%200%200%200%202.006%201.403l3.537%201.749c.698.345.695%201.512-.006%202.515zm-24.754-7.688l-10.913%207.483l-1.448-2.111c-.698-1.018-.69-2.195.017-2.536l3.584-1.73a8.2%208.2%200%200%200%202.036-1.395l2.905-2.72c.573-.536%201.674-.12%202.372.898z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M43.045%2018.893L32.885%2032.77a3.96%203.96%200%200%200-.787%202.412l-.365%204.901l-4.492%206.335l4.303%203.052l4.492-6.336l4.803-1.66a3.96%203.96%200%200%200%202.06-1.478l10.109-13.81m-17.119%202.482l-6.609-9.611%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m35.494%2043.898l4.376%206.161l4.301-3.054l-3.77-5.371M19.106%2026.053l9.745%2014.172a4.03%204.03%200%200%200%201.673%201.41%22%2F%3E%3Crect%20width%3D%226.791%22%20height%3D%222.291%22%20x%3D%2224.127%22%20y%3D%2249.423%22%20rx%3D%22.8%22%20ry%3D%22.8%22%20transform%3D%22rotate(-54.232%2027.523%2050.569)%22%2F%3E%3Crect%20width%3D%223.417%22%20height%3D%223.417%22%20x%3D%2222.398%22%20y%3D%2253.603%22%20rx%3D%221.175%22%20ry%3D%221.175%22%20transform%3D%22rotate(-54.232%2024.106%2055.311)%22%2F%3E%3Crect%20width%3D%222.291%22%20height%3D%226.791%22%20x%3D%2242.853%22%20y%3D%2247.757%22%20rx%3D%22.8%22%20ry%3D%22.8%22%20transform%3D%22rotate(-33.03%2043.998%2051.152)%22%2F%3E%3Crect%20width%3D%223.417%22%20height%3D%223.417%22%20x%3D%2245.476%22%20y%3D%2254.344%22%20rx%3D%221.175%22%20ry%3D%221.175%22%20transform%3D%22rotate(-33.03%2047.184%2056.052)%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m39.515%2024.604l9.551%207.054M21.51%2029.55l10.128-7.063%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%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22m35.665%2044.073l.371-.939l4.365-1.5l3.9%205.521l-4.308%203.044zm-8.425%202.345l4.492-6.335l4.303%203.05l-4.492%206.336z%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22m53.825%2025.64l-10.752-7.522l1.455-2.08c.701-1.003%201.796-1.406%202.36-.868l2.855%202.724a8.1%208.1%200%200%200%202.006%201.403l3.537%201.749c.698.345.695%201.512-.006%202.515zm-24.754-7.688l-10.913%207.483l-1.448-2.111c-.698-1.018-.69-2.195.017-2.536l3.584-1.73a8.2%208.2%200%200%200%202.036-1.395l2.905-2.72c.573-.536%201.674-.12%202.372.898z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M43.675%2019.59L33.433%2033.576q-.19.264-.263.582a7%207%200%200%200-.172%201.26c-.029.804-.343%204.33-.343%204.33l3.467%202.411l4.683-1.577a.7.7%200%200%200%20.168-.08c.25-.164%201.04-.704%201.38-1.207l9.893-13.653zm-23.947%205.787l8.739-5.962l6.261%209.23l-2.75%203.81s-.795.922-.832%203.167l-.283%204.103l-.529.745l-.576-.602a2%202%200%200%201-.329-.373l-9.675-14.08z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m35.665%2044.073l.371-.939l4.365-1.5l3.9%205.521l-4.308%203.044zm-8.425%202.345l4.492-6.335l4.303%203.05l-4.492%206.336zM53.825%2025.64l-10.752-7.522l1.455-2.08c.701-1.003%201.796-1.406%202.36-.868l2.855%202.724a8.1%208.1%200%200%200%202.006%201.403l3.537%201.749c.698.345.695%201.512-.006%202.515zm-24.754-7.688l-10.913%207.483l-1.448-2.111c-.698-1.018-.69-2.195.017-2.536l3.584-1.73a8.2%208.2%200%200%200%202.036-1.395l2.905-2.72c.573-.536%201.674-.12%202.372.898z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M43.045%2018.893L32.885%2032.77a3.96%203.96%200%200%200-.787%202.412l-.365%204.901l-4.492%206.335l4.303%203.052l4.492-6.336l4.803-1.66a3.96%203.96%200%200%200%202.06-1.478l10.109-13.81m-17.119%202.482l-6.609-9.611%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m35.494%2043.898l4.376%206.161l4.301-3.054l-3.77-5.371M19.106%2026.053l9.745%2014.172a4.03%204.03%200%200%200%201.673%201.41%22%2F%3E%3Crect%20width%3D%226.791%22%20height%3D%222.291%22%20x%3D%2224.127%22%20y%3D%2249.423%22%20rx%3D%22.8%22%20ry%3D%22.8%22%20transform%3D%22rotate(-54.232%2027.523%2050.569)%22%2F%3E%3Crect%20width%3D%223.417%22%20height%3D%223.417%22%20x%3D%2222.398%22%20y%3D%2253.603%22%20rx%3D%221.175%22%20ry%3D%221.175%22%20transform%3D%22rotate(-54.232%2024.106%2055.311)%22%2F%3E%3Crect%20width%3D%222.291%22%20height%3D%226.791%22%20x%3D%2242.853%22%20y%3D%2247.757%22%20rx%3D%22.8%22%20ry%3D%22.8%22%20transform%3D%22rotate(-33.03%2043.998%2051.152)%22%2F%3E%3Crect%20width%3D%223.417%22%20height%3D%223.417%22%20x%3D%2245.476%22%20y%3D%2254.344%22%20rx%3D%221.175%22%20ry%3D%221.175%22%20transform%3D%22rotate(-33.03%2047.184%2056.052)%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m39.515%2024.604l9.551%207.054M21.51%2029.55l10.128-7.063%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/crutches.svg?color=%231a73e8&size=48