crutch from Font Awesome 6 Solid by Dave Gandy · Regular · Medical · CC-BY-4.0 Attribution required.

Name
crutch
Set
Font Awesome 6 Solid
Style
Regular
Category
Medical
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

More medical icons from Font Awesome 6 Solid

Use the crutch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M297.4 9.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0m-96 144l-34.8 34.8c-12.9 12.9-21.9 29.2-25.8 47.1l-24 107.6c-1.3 5.9-4.3 11.4-8.6 15.7L9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l98.8-98.8c4.3-4.3 9.7-7.3 15.7-8.6l107.6-23.9c17.8-4 34.1-12.9 47.1-25.8l34.7-34.7l.1-.1l.1-.1l74.6-74.6l-45.3-45.3l-52.1 51.9l-66.7-66.7l52.1-52.1l-45.3-45.3l-74.7 74.7zm22.6 67.9l66.7 66.7l-12.2 12.2c-4.3 4.3-9.7 7.3-15.7 8.6l-76.7 17l17-76.7c1.3-5.9 4.3-11.4 8.6-15.7z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidCrutch(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M297.4 9.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0m-96 144l-34.8 34.8c-12.9 12.9-21.9 29.2-25.8 47.1l-24 107.6c-1.3 5.9-4.3 11.4-8.6 15.7L9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l98.8-98.8c4.3-4.3 9.7-7.3 15.7-8.6l107.6-23.9c17.8-4 34.1-12.9 47.1-25.8l34.7-34.7l.1-.1l.1-.1l74.6-74.6l-45.3-45.3l-52.1 51.9l-66.7-66.7l52.1-52.1l-45.3-45.3l-74.7 74.7zm22.6 67.9l66.7 66.7l-12.2 12.2c-4.3 4.3-9.7 7.3-15.7 8.6l-76.7 17l17-76.7c1.3-5.9 4.3-11.4 8.6-15.7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M297.4 9.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0m-96 144l-34.8 34.8c-12.9 12.9-21.9 29.2-25.8 47.1l-24 107.6c-1.3 5.9-4.3 11.4-8.6 15.7L9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l98.8-98.8c4.3-4.3 9.7-7.3 15.7-8.6l107.6-23.9c17.8-4 34.1-12.9 47.1-25.8l34.7-34.7l.1-.1l.1-.1l74.6-74.6l-45.3-45.3l-52.1 51.9l-66.7-66.7l52.1-52.1l-45.3-45.3l-74.7 74.7zm22.6 67.9l66.7 66.7l-12.2 12.2c-4.3 4.3-9.7 7.3-15.7 8.6l-76.7 17l17-76.7c1.3-5.9 4.3-11.4 8.6-15.7z"/></svg>
</template>

CSS

.icon-crutch {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M297.4%209.4c-12.5%2012.5-12.5%2032.8%200%2045.3l160%20160c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3%200m-96%20144l-34.8%2034.8c-12.9%2012.9-21.9%2029.2-25.8%2047.1l-24%20107.6c-1.3%205.9-4.3%2011.4-8.6%2015.7L9.4%20457.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l98.8-98.8c4.3-4.3%209.7-7.3%2015.7-8.6l107.6-23.9c17.8-4%2034.1-12.9%2047.1-25.8l34.7-34.7l.1-.1l.1-.1l74.6-74.6l-45.3-45.3l-52.1%2051.9l-66.7-66.7l52.1-52.1l-45.3-45.3l-74.7%2074.7zm22.6%2067.9l66.7%2066.7l-12.2%2012.2c-4.3%204.3-9.7%207.3-15.7%208.6l-76.7%2017l17-76.7c1.3-5.9%204.3-11.4%208.6-15.7z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M297.4%209.4c-12.5%2012.5-12.5%2032.8%200%2045.3l160%20160c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3%200m-96%20144l-34.8%2034.8c-12.9%2012.9-21.9%2029.2-25.8%2047.1l-24%20107.6c-1.3%205.9-4.3%2011.4-8.6%2015.7L9.4%20457.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l98.8-98.8c4.3-4.3%209.7-7.3%2015.7-8.6l107.6-23.9c17.8-4%2034.1-12.9%2047.1-25.8l34.7-34.7l.1-.1l.1-.1l74.6-74.6l-45.3-45.3l-52.1%2051.9l-66.7-66.7l52.1-52.1l-45.3-45.3l-74.7%2074.7zm22.6%2067.9l66.7%2066.7l-12.2%2012.2c-4.3%204.3-9.7%207.3-15.7%208.6l-76.7%2017l17-76.7c1.3-5.9%204.3-11.4%208.6-15.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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