orthotics-outline from Health Icons by Resolve to Save Lives · Outline · Devices · MIT Free for personal and commercial use.

Name
orthotics-outline
Set
Health Icons
Style
Outline
Category
Devices
Viewbox
48×48
License
MIT
Aliases
orthotics2x-outline

1 other variant in Health Icons

More devices icons from Health Icons

Use the orthotics icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M21.827 8.576C22.71 7.034 23 5.512 23 4h2c0 1.788-.348 3.67-1.438 5.571c-1.086 1.893-2.87 3.743-5.643 5.538c-2.56 1.657-2.87 2.888-2.705 3.714c.1.492.392 1.029.893 1.616c.498.585 1.152 1.165 1.89 1.748c3.263 2.58 4.55 5.847 5.64 8.614l.055.141c1.13 2.869 2.04 5.015 4.38 6.16c1.122.549 2.641.898 4.792.898c.209 0 .612-.11 1.099-.39c.469-.268.898-.629 1.175-.987c.295-.383.299-.6.285-.66c-.003-.014-.056-.262-.768-.525c-4.144-1.524-6.414-4.144-7.226-7.464c-.79-3.234-.162-6.99 1.124-10.794c.369-1.092 1.018-2.317 1.744-3.546a105 105 0 0 1 1.794-2.886l.002-.003l.563-.888c.792-1.253 1.517-2.439 2.045-3.488c.546-1.085.799-1.873.799-2.369h2c0 1.004-.455 2.159-1.012 3.268c-.576 1.145-1.35 2.405-2.141 3.657l-.579.912l-.003.005c-.608.956-1.208 1.9-1.746 2.81c-.712 1.205-1.272 2.282-1.572 3.168c-1.241 3.674-1.732 6.994-1.075 9.679c.635 2.598 2.379 4.74 5.973 6.063c1.032.38 1.82 1.014 2.031 1.969c.2.904-.206 1.731-.654 2.313c-.467.605-1.113 1.128-1.763 1.501c-.632.363-1.39.655-2.096.655c-2.36 0-4.2-.383-5.67-1.102c-3.116-1.524-4.26-4.424-5.338-7.164l-.032-.08c-1.112-2.822-2.228-5.653-5.067-7.898c-.778-.615-1.55-1.29-2.172-2.02c-.619-.727-1.14-1.567-1.33-2.519c-.414-2.06.79-3.982 3.579-5.787c2.577-1.668 4.105-3.303 4.994-4.854"/><path d="M22.947 14.634a1 1 0 0 1-.11 1.41c-.6.513-1.066.991-1.28 1.476c-.168.383-.214.835.245 1.503a1 1 0 0 1-1.648 1.133c-.838-1.22-.885-2.403-.427-3.443c.413-.937 1.201-1.669 1.81-2.19a1 1 0 0 1 1.41.11m-11.002 6.039a1 1 0 0 0-1.945.35v1.956a1 1 0 0 0 .055.35c.503 1.447 1.048 2.481 1.638 3.276c.594.8 1.204 1.319 1.774 1.753q.202.155.396.298c.915.68 1.681 1.249 2.446 2.79c.394.794.637 1.785.931 2.983l.092.374c.324 1.313.72 2.802 1.47 4.177c.762 1.4 1.89 2.68 3.658 3.596c1.725.894 3.995 1.41 7.014 1.425H34a1 1 0 1 0 0-2h-.022c-.674-.002-1.917-.081-3.122-.185c-1.233-.105-2.315-.227-2.66-.296c-3.365-.673-5.362-2.785-6.79-5.322c-.72-1.279-1.283-2.645-1.8-3.973l-.278-.72c-.405-1.057-.802-2.09-1.228-2.949c-.984-1.982-2.093-2.803-3.052-3.512q-.188-.139-.367-.275c-.495-.378-.944-.766-1.382-1.356c-.442-.596-.902-1.437-1.354-2.74"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsOrthoticsOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M21.827 8.576C22.71 7.034 23 5.512 23 4h2c0 1.788-.348 3.67-1.438 5.571c-1.086 1.893-2.87 3.743-5.643 5.538c-2.56 1.657-2.87 2.888-2.705 3.714c.1.492.392 1.029.893 1.616c.498.585 1.152 1.165 1.89 1.748c3.263 2.58 4.55 5.847 5.64 8.614l.055.141c1.13 2.869 2.04 5.015 4.38 6.16c1.122.549 2.641.898 4.792.898c.209 0 .612-.11 1.099-.39c.469-.268.898-.629 1.175-.987c.295-.383.299-.6.285-.66c-.003-.014-.056-.262-.768-.525c-4.144-1.524-6.414-4.144-7.226-7.464c-.79-3.234-.162-6.99 1.124-10.794c.369-1.092 1.018-2.317 1.744-3.546a105 105 0 0 1 1.794-2.886l.002-.003l.563-.888c.792-1.253 1.517-2.439 2.045-3.488c.546-1.085.799-1.873.799-2.369h2c0 1.004-.455 2.159-1.012 3.268c-.576 1.145-1.35 2.405-2.141 3.657l-.579.912l-.003.005c-.608.956-1.208 1.9-1.746 2.81c-.712 1.205-1.272 2.282-1.572 3.168c-1.241 3.674-1.732 6.994-1.075 9.679c.635 2.598 2.379 4.74 5.973 6.063c1.032.38 1.82 1.014 2.031 1.969c.2.904-.206 1.731-.654 2.313c-.467.605-1.113 1.128-1.763 1.501c-.632.363-1.39.655-2.096.655c-2.36 0-4.2-.383-5.67-1.102c-3.116-1.524-4.26-4.424-5.338-7.164l-.032-.08c-1.112-2.822-2.228-5.653-5.067-7.898c-.778-.615-1.55-1.29-2.172-2.02c-.619-.727-1.14-1.567-1.33-2.519c-.414-2.06.79-3.982 3.579-5.787c2.577-1.668 4.105-3.303 4.994-4.854"/><path d="M22.947 14.634a1 1 0 0 1-.11 1.41c-.6.513-1.066.991-1.28 1.476c-.168.383-.214.835.245 1.503a1 1 0 0 1-1.648 1.133c-.838-1.22-.885-2.403-.427-3.443c.413-.937 1.201-1.669 1.81-2.19a1 1 0 0 1 1.41.11m-11.002 6.039a1 1 0 0 0-1.945.35v1.956a1 1 0 0 0 .055.35c.503 1.447 1.048 2.481 1.638 3.276c.594.8 1.204 1.319 1.774 1.753q.202.155.396.298c.915.68 1.681 1.249 2.446 2.79c.394.794.637 1.785.931 2.983l.092.374c.324 1.313.72 2.802 1.47 4.177c.762 1.4 1.89 2.68 3.658 3.596c1.725.894 3.995 1.41 7.014 1.425H34a1 1 0 1 0 0-2h-.022c-.674-.002-1.917-.081-3.122-.185c-1.233-.105-2.315-.227-2.66-.296c-3.365-.673-5.362-2.785-6.79-5.322c-.72-1.279-1.283-2.645-1.8-3.973l-.278-.72c-.405-1.057-.802-2.09-1.228-2.949c-.984-1.982-2.093-2.803-3.052-3.512q-.188-.139-.367-.275c-.495-.378-.944-.766-1.382-1.356c-.442-.596-.902-1.437-1.354-2.74"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M21.827 8.576C22.71 7.034 23 5.512 23 4h2c0 1.788-.348 3.67-1.438 5.571c-1.086 1.893-2.87 3.743-5.643 5.538c-2.56 1.657-2.87 2.888-2.705 3.714c.1.492.392 1.029.893 1.616c.498.585 1.152 1.165 1.89 1.748c3.263 2.58 4.55 5.847 5.64 8.614l.055.141c1.13 2.869 2.04 5.015 4.38 6.16c1.122.549 2.641.898 4.792.898c.209 0 .612-.11 1.099-.39c.469-.268.898-.629 1.175-.987c.295-.383.299-.6.285-.66c-.003-.014-.056-.262-.768-.525c-4.144-1.524-6.414-4.144-7.226-7.464c-.79-3.234-.162-6.99 1.124-10.794c.369-1.092 1.018-2.317 1.744-3.546a105 105 0 0 1 1.794-2.886l.002-.003l.563-.888c.792-1.253 1.517-2.439 2.045-3.488c.546-1.085.799-1.873.799-2.369h2c0 1.004-.455 2.159-1.012 3.268c-.576 1.145-1.35 2.405-2.141 3.657l-.579.912l-.003.005c-.608.956-1.208 1.9-1.746 2.81c-.712 1.205-1.272 2.282-1.572 3.168c-1.241 3.674-1.732 6.994-1.075 9.679c.635 2.598 2.379 4.74 5.973 6.063c1.032.38 1.82 1.014 2.031 1.969c.2.904-.206 1.731-.654 2.313c-.467.605-1.113 1.128-1.763 1.501c-.632.363-1.39.655-2.096.655c-2.36 0-4.2-.383-5.67-1.102c-3.116-1.524-4.26-4.424-5.338-7.164l-.032-.08c-1.112-2.822-2.228-5.653-5.067-7.898c-.778-.615-1.55-1.29-2.172-2.02c-.619-.727-1.14-1.567-1.33-2.519c-.414-2.06.79-3.982 3.579-5.787c2.577-1.668 4.105-3.303 4.994-4.854"/><path d="M22.947 14.634a1 1 0 0 1-.11 1.41c-.6.513-1.066.991-1.28 1.476c-.168.383-.214.835.245 1.503a1 1 0 0 1-1.648 1.133c-.838-1.22-.885-2.403-.427-3.443c.413-.937 1.201-1.669 1.81-2.19a1 1 0 0 1 1.41.11m-11.002 6.039a1 1 0 0 0-1.945.35v1.956a1 1 0 0 0 .055.35c.503 1.447 1.048 2.481 1.638 3.276c.594.8 1.204 1.319 1.774 1.753q.202.155.396.298c.915.68 1.681 1.249 2.446 2.79c.394.794.637 1.785.931 2.983l.092.374c.324 1.313.72 2.802 1.47 4.177c.762 1.4 1.89 2.68 3.658 3.596c1.725.894 3.995 1.41 7.014 1.425H34a1 1 0 1 0 0-2h-.022c-.674-.002-1.917-.081-3.122-.185c-1.233-.105-2.315-.227-2.66-.296c-3.365-.673-5.362-2.785-6.79-5.322c-.72-1.279-1.283-2.645-1.8-3.973l-.278-.72c-.405-1.057-.802-2.09-1.228-2.949c-.984-1.982-2.093-2.803-3.052-3.512q-.188-.139-.367-.275c-.495-.378-.944-.766-1.382-1.356c-.442-.596-.902-1.437-1.354-2.74"/></g></svg>
</template>

CSS

.icon-orthotics-outline {
  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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21.827%208.576C22.71%207.034%2023%205.512%2023%204h2c0%201.788-.348%203.67-1.438%205.571c-1.086%201.893-2.87%203.743-5.643%205.538c-2.56%201.657-2.87%202.888-2.705%203.714c.1.492.392%201.029.893%201.616c.498.585%201.152%201.165%201.89%201.748c3.263%202.58%204.55%205.847%205.64%208.614l.055.141c1.13%202.869%202.04%205.015%204.38%206.16c1.122.549%202.641.898%204.792.898c.209%200%20.612-.11%201.099-.39c.469-.268.898-.629%201.175-.987c.295-.383.299-.6.285-.66c-.003-.014-.056-.262-.768-.525c-4.144-1.524-6.414-4.144-7.226-7.464c-.79-3.234-.162-6.99%201.124-10.794c.369-1.092%201.018-2.317%201.744-3.546a105%20105%200%200%201%201.794-2.886l.002-.003l.563-.888c.792-1.253%201.517-2.439%202.045-3.488c.546-1.085.799-1.873.799-2.369h2c0%201.004-.455%202.159-1.012%203.268c-.576%201.145-1.35%202.405-2.141%203.657l-.579.912l-.003.005c-.608.956-1.208%201.9-1.746%202.81c-.712%201.205-1.272%202.282-1.572%203.168c-1.241%203.674-1.732%206.994-1.075%209.679c.635%202.598%202.379%204.74%205.973%206.063c1.032.38%201.82%201.014%202.031%201.969c.2.904-.206%201.731-.654%202.313c-.467.605-1.113%201.128-1.763%201.501c-.632.363-1.39.655-2.096.655c-2.36%200-4.2-.383-5.67-1.102c-3.116-1.524-4.26-4.424-5.338-7.164l-.032-.08c-1.112-2.822-2.228-5.653-5.067-7.898c-.778-.615-1.55-1.29-2.172-2.02c-.619-.727-1.14-1.567-1.33-2.519c-.414-2.06.79-3.982%203.579-5.787c2.577-1.668%204.105-3.303%204.994-4.854%22%2F%3E%3Cpath%20d%3D%22M22.947%2014.634a1%201%200%200%201-.11%201.41c-.6.513-1.066.991-1.28%201.476c-.168.383-.214.835.245%201.503a1%201%200%200%201-1.648%201.133c-.838-1.22-.885-2.403-.427-3.443c.413-.937%201.201-1.669%201.81-2.19a1%201%200%200%201%201.41.11m-11.002%206.039a1%201%200%200%200-1.945.35v1.956a1%201%200%200%200%20.055.35c.503%201.447%201.048%202.481%201.638%203.276c.594.8%201.204%201.319%201.774%201.753q.202.155.396.298c.915.68%201.681%201.249%202.446%202.79c.394.794.637%201.785.931%202.983l.092.374c.324%201.313.72%202.802%201.47%204.177c.762%201.4%201.89%202.68%203.658%203.596c1.725.894%203.995%201.41%207.014%201.425H34a1%201%200%201%200%200-2h-.022c-.674-.002-1.917-.081-3.122-.185c-1.233-.105-2.315-.227-2.66-.296c-3.365-.673-5.362-2.785-6.79-5.322c-.72-1.279-1.283-2.645-1.8-3.973l-.278-.72c-.405-1.057-.802-2.09-1.228-2.949c-.984-1.982-2.093-2.803-3.052-3.512q-.188-.139-.367-.275c-.495-.378-.944-.766-1.382-1.356c-.442-.596-.902-1.437-1.354-2.74%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21.827%208.576C22.71%207.034%2023%205.512%2023%204h2c0%201.788-.348%203.67-1.438%205.571c-1.086%201.893-2.87%203.743-5.643%205.538c-2.56%201.657-2.87%202.888-2.705%203.714c.1.492.392%201.029.893%201.616c.498.585%201.152%201.165%201.89%201.748c3.263%202.58%204.55%205.847%205.64%208.614l.055.141c1.13%202.869%202.04%205.015%204.38%206.16c1.122.549%202.641.898%204.792.898c.209%200%20.612-.11%201.099-.39c.469-.268.898-.629%201.175-.987c.295-.383.299-.6.285-.66c-.003-.014-.056-.262-.768-.525c-4.144-1.524-6.414-4.144-7.226-7.464c-.79-3.234-.162-6.99%201.124-10.794c.369-1.092%201.018-2.317%201.744-3.546a105%20105%200%200%201%201.794-2.886l.002-.003l.563-.888c.792-1.253%201.517-2.439%202.045-3.488c.546-1.085.799-1.873.799-2.369h2c0%201.004-.455%202.159-1.012%203.268c-.576%201.145-1.35%202.405-2.141%203.657l-.579.912l-.003.005c-.608.956-1.208%201.9-1.746%202.81c-.712%201.205-1.272%202.282-1.572%203.168c-1.241%203.674-1.732%206.994-1.075%209.679c.635%202.598%202.379%204.74%205.973%206.063c1.032.38%201.82%201.014%202.031%201.969c.2.904-.206%201.731-.654%202.313c-.467.605-1.113%201.128-1.763%201.501c-.632.363-1.39.655-2.096.655c-2.36%200-4.2-.383-5.67-1.102c-3.116-1.524-4.26-4.424-5.338-7.164l-.032-.08c-1.112-2.822-2.228-5.653-5.067-7.898c-.778-.615-1.55-1.29-2.172-2.02c-.619-.727-1.14-1.567-1.33-2.519c-.414-2.06.79-3.982%203.579-5.787c2.577-1.668%204.105-3.303%204.994-4.854%22%2F%3E%3Cpath%20d%3D%22M22.947%2014.634a1%201%200%200%201-.11%201.41c-.6.513-1.066.991-1.28%201.476c-.168.383-.214.835.245%201.503a1%201%200%200%201-1.648%201.133c-.838-1.22-.885-2.403-.427-3.443c.413-.937%201.201-1.669%201.81-2.19a1%201%200%200%201%201.41.11m-11.002%206.039a1%201%200%200%200-1.945.35v1.956a1%201%200%200%200%20.055.35c.503%201.447%201.048%202.481%201.638%203.276c.594.8%201.204%201.319%201.774%201.753q.202.155.396.298c.915.68%201.681%201.249%202.446%202.79c.394.794.637%201.785.931%202.983l.092.374c.324%201.313.72%202.802%201.47%204.177c.762%201.4%201.89%202.68%203.658%203.596c1.725.894%203.995%201.41%207.014%201.425H34a1%201%200%201%200%200-2h-.022c-.674-.002-1.917-.081-3.122-.185c-1.233-.105-2.315-.227-2.66-.296c-3.365-.673-5.362-2.785-6.79-5.322c-.72-1.279-1.283-2.645-1.8-3.973l-.278-.72c-.405-1.057-.802-2.09-1.228-2.949c-.984-1.982-2.093-2.803-3.052-3.512q-.188-.139-.367-.275c-.495-.378-.944-.766-1.382-1.356c-.442-.596-.902-1.437-1.354-2.74%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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