elder from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
elder
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the elder icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 3.125v.625M12 5a1.25 1.25 0 1 1 0-2.5A1.25 1.25 0 0 1 12 5m5 7l-2.53-.723a2 2 0 0 1-1.324-1.22l-.622-1.66A2.15 2.15 0 0 0 10.508 7c-.334 0-.668.071-.94.267C8.517 8.025 7 9.823 7 12c0 4 1 5 1 9.5m4-13c-.833.5-2.888 1.678-2.5 4.5c.287 2.09 3 5 3 8.5M11 8c-1.167.667-3 2-2.5 5.5m-.888.5h2M17 15v6.5"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsElder(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M12 3.125v.625M12 5a1.25 1.25 0 1 1 0-2.5A1.25 1.25 0 0 1 12 5m5 7l-2.53-.723a2 2 0 0 1-1.324-1.22l-.622-1.66A2.15 2.15 0 0 0 10.508 7c-.334 0-.668.071-.94.267C8.517 8.025 7 9.823 7 12c0 4 1 5 1 9.5m4-13c-.833.5-2.888 1.678-2.5 4.5c.287 2.09 3 5 3 8.5M11 8c-1.167.667-3 2-2.5 5.5m-.888.5h2M17 15v6.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 3.125v.625M12 5a1.25 1.25 0 1 1 0-2.5A1.25 1.25 0 0 1 12 5m5 7l-2.53-.723a2 2 0 0 1-1.324-1.22l-.622-1.66A2.15 2.15 0 0 0 10.508 7c-.334 0-.668.071-.94.267C8.517 8.025 7 9.823 7 12c0 4 1 5 1 9.5m4-13c-.833.5-2.888 1.678-2.5 4.5c.287 2.09 3 5 3 8.5M11 8c-1.167.667-3 2-2.5 5.5m-.888.5h2M17 15v6.5"/></svg>
</template>

CSS

.icon-elder {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%203.125v.625M12%205a1.25%201.25%200%201%201%200-2.5A1.25%201.25%200%200%201%2012%205m5%207l-2.53-.723a2%202%200%200%201-1.324-1.22l-.622-1.66A2.15%202.15%200%200%200%2010.508%207c-.334%200-.668.071-.94.267C8.517%208.025%207%209.823%207%2012c0%204%201%205%201%209.5m4-13c-.833.5-2.888%201.678-2.5%204.5c.287%202.09%203%205%203%208.5M11%208c-1.167.667-3%202-2.5%205.5m-.888.5h2M17%2015v6.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%203.125v.625M12%205a1.25%201.25%200%201%201%200-2.5A1.25%201.25%200%200%201%2012%205m5%207l-2.53-.723a2%202%200%200%201-1.324-1.22l-.622-1.66A2.15%202.15%200%200%200%2010.508%207c-.334%200-.668.071-.94.267C8.517%208.025%207%209.823%207%2012c0%204%201%205%201%209.5m4-13c-.833.5-2.888%201.678-2.5%204.5c.287%202.09%203%205%203%208.5M11%208c-1.167.667-3%202-2.5%205.5m-.888.5h2M17%2015v6.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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