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

Name
back-pain-outline
Set
Health Icons
Style
Outline
Category
Conditions
Viewbox
48×48
License
MIT

3 other variants in Health Icons

More conditions icons from Health Icons

Use the back pain icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M32 30.833a3 3 0 1 1 6 0V43a1 1 0 1 1-2 0V30.833a1 1 0 1 0-2 0v.223a1 1 0 1 1-2 0z"/><path d="M29.473 14c-3.01 0-5.168 1.782-6.537 4.217C21.59 20.608 21 23.627 21 26.282c0 .761.252 1.55.537 2.223c.296.698.68 1.392 1.05 1.996q.128.21.255.406a1 1 0 0 1 .158.54v9.686c0 .415.382.867 1 .867s1-.452 1-.867v-9.191c0-2.97.974-5.947 1.791-8.447l.023-.069q.218-.663.415-1.284q.316-.995.65-1.875a1 1 0 0 1 1.91.128l.716 3.078c.075.322.267.56.49.682l4.624 1.033a1 1 0 0 1 .18.059c.39.169.915 0 1.127-.575c.208-.567-.04-1.141-.43-1.37l-3.7-.644a1 1 0 0 1-.802-.758l-1.658-7.12c-.12-.513-.512-.78-.863-.78m-8.28 3.236c1.601-2.848 4.33-5.236 8.28-5.236c1.385 0 2.505 1.013 2.811 2.327l1.508 6.475l3.188.555q.117.02.227.068c1.505.653 2.149 2.434 1.595 3.938c-.553 1.504-2.176 2.357-3.702 1.758l-4.654-1.04a1 1 0 0 1-.18-.058a3 3 0 0 1-1.616-1.776c-.822 2.514-1.65 5.14-1.65 7.695v9.191C27 42.78 25.59 44 24 44s-3-1.22-3-2.867v-9.396q-.06-.094-.119-.192a17.5 17.5 0 0 1-1.185-2.26c-.323-.76-.696-1.843-.696-3.003c0-2.904.639-6.283 2.193-9.046m-11.076-7.161a1 1 0 0 1 1.352-.413l5.578 2.965a1 1 0 0 1-.083 1.805l-1.71.716l3.126 1.725a1 1 0 0 1-.966 1.751L12.477 15.9a1 1 0 0 1 .097-1.798l1.67-.7l-3.713-1.974a1 1 0 0 1-.414-1.353m-.285 9.903c.11-.56.623-.927 1.145-.819l3.666.76a.97.97 0 0 1 .73.717c.096.368-.007.767-.269 1.036l-.797.82l1.938.504c.515.134.824.692.689 1.247s-.663.896-1.179.762l-3.625-.944a.98.98 0 0 1-.69-.73c-.087-.363.018-.75.273-1.013l.724-.744l-1.862-.385c-.521-.108-.854-.65-.743-1.21M33 10a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0 2a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBackPainOutline(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" fillRule="evenodd" clipRule="evenodd"><path d="M32 30.833a3 3 0 1 1 6 0V43a1 1 0 1 1-2 0V30.833a1 1 0 1 0-2 0v.223a1 1 0 1 1-2 0z"/><path d="M29.473 14c-3.01 0-5.168 1.782-6.537 4.217C21.59 20.608 21 23.627 21 26.282c0 .761.252 1.55.537 2.223c.296.698.68 1.392 1.05 1.996q.128.21.255.406a1 1 0 0 1 .158.54v9.686c0 .415.382.867 1 .867s1-.452 1-.867v-9.191c0-2.97.974-5.947 1.791-8.447l.023-.069q.218-.663.415-1.284q.316-.995.65-1.875a1 1 0 0 1 1.91.128l.716 3.078c.075.322.267.56.49.682l4.624 1.033a1 1 0 0 1 .18.059c.39.169.915 0 1.127-.575c.208-.567-.04-1.141-.43-1.37l-3.7-.644a1 1 0 0 1-.802-.758l-1.658-7.12c-.12-.513-.512-.78-.863-.78m-8.28 3.236c1.601-2.848 4.33-5.236 8.28-5.236c1.385 0 2.505 1.013 2.811 2.327l1.508 6.475l3.188.555q.117.02.227.068c1.505.653 2.149 2.434 1.595 3.938c-.553 1.504-2.176 2.357-3.702 1.758l-4.654-1.04a1 1 0 0 1-.18-.058a3 3 0 0 1-1.616-1.776c-.822 2.514-1.65 5.14-1.65 7.695v9.191C27 42.78 25.59 44 24 44s-3-1.22-3-2.867v-9.396q-.06-.094-.119-.192a17.5 17.5 0 0 1-1.185-2.26c-.323-.76-.696-1.843-.696-3.003c0-2.904.639-6.283 2.193-9.046m-11.076-7.161a1 1 0 0 1 1.352-.413l5.578 2.965a1 1 0 0 1-.083 1.805l-1.71.716l3.126 1.725a1 1 0 0 1-.966 1.751L12.477 15.9a1 1 0 0 1 .097-1.798l1.67-.7l-3.713-1.974a1 1 0 0 1-.414-1.353m-.285 9.903c.11-.56.623-.927 1.145-.819l3.666.76a.97.97 0 0 1 .73.717c.096.368-.007.767-.269 1.036l-.797.82l1.938.504c.515.134.824.692.689 1.247s-.663.896-1.179.762l-3.625-.944a.98.98 0 0 1-.69-.73c-.087-.363.018-.75.273-1.013l.724-.744l-1.862-.385c-.521-.108-.854-.65-.743-1.21M33 10a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0 2a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M32 30.833a3 3 0 1 1 6 0V43a1 1 0 1 1-2 0V30.833a1 1 0 1 0-2 0v.223a1 1 0 1 1-2 0z"/><path d="M29.473 14c-3.01 0-5.168 1.782-6.537 4.217C21.59 20.608 21 23.627 21 26.282c0 .761.252 1.55.537 2.223c.296.698.68 1.392 1.05 1.996q.128.21.255.406a1 1 0 0 1 .158.54v9.686c0 .415.382.867 1 .867s1-.452 1-.867v-9.191c0-2.97.974-5.947 1.791-8.447l.023-.069q.218-.663.415-1.284q.316-.995.65-1.875a1 1 0 0 1 1.91.128l.716 3.078c.075.322.267.56.49.682l4.624 1.033a1 1 0 0 1 .18.059c.39.169.915 0 1.127-.575c.208-.567-.04-1.141-.43-1.37l-3.7-.644a1 1 0 0 1-.802-.758l-1.658-7.12c-.12-.513-.512-.78-.863-.78m-8.28 3.236c1.601-2.848 4.33-5.236 8.28-5.236c1.385 0 2.505 1.013 2.811 2.327l1.508 6.475l3.188.555q.117.02.227.068c1.505.653 2.149 2.434 1.595 3.938c-.553 1.504-2.176 2.357-3.702 1.758l-4.654-1.04a1 1 0 0 1-.18-.058a3 3 0 0 1-1.616-1.776c-.822 2.514-1.65 5.14-1.65 7.695v9.191C27 42.78 25.59 44 24 44s-3-1.22-3-2.867v-9.396q-.06-.094-.119-.192a17.5 17.5 0 0 1-1.185-2.26c-.323-.76-.696-1.843-.696-3.003c0-2.904.639-6.283 2.193-9.046m-11.076-7.161a1 1 0 0 1 1.352-.413l5.578 2.965a1 1 0 0 1-.083 1.805l-1.71.716l3.126 1.725a1 1 0 0 1-.966 1.751L12.477 15.9a1 1 0 0 1 .097-1.798l1.67-.7l-3.713-1.974a1 1 0 0 1-.414-1.353m-.285 9.903c.11-.56.623-.927 1.145-.819l3.666.76a.97.97 0 0 1 .73.717c.096.368-.007.767-.269 1.036l-.797.82l1.938.504c.515.134.824.692.689 1.247s-.663.896-1.179.762l-3.625-.944a.98.98 0 0 1-.69-.73c-.087-.363.018-.75.273-1.013l.724-.744l-1.862-.385c-.521-.108-.854-.65-.743-1.21M33 10a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0 2a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/></g></svg>
</template>

CSS

.icon-back-pain-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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M32%2030.833a3%203%200%201%201%206%200V43a1%201%200%201%201-2%200V30.833a1%201%200%201%200-2%200v.223a1%201%200%201%201-2%200z%22%2F%3E%3Cpath%20d%3D%22M29.473%2014c-3.01%200-5.168%201.782-6.537%204.217C21.59%2020.608%2021%2023.627%2021%2026.282c0%20.761.252%201.55.537%202.223c.296.698.68%201.392%201.05%201.996q.128.21.255.406a1%201%200%200%201%20.158.54v9.686c0%20.415.382.867%201%20.867s1-.452%201-.867v-9.191c0-2.97.974-5.947%201.791-8.447l.023-.069q.218-.663.415-1.284q.316-.995.65-1.875a1%201%200%200%201%201.91.128l.716%203.078c.075.322.267.56.49.682l4.624%201.033a1%201%200%200%201%20.18.059c.39.169.915%200%201.127-.575c.208-.567-.04-1.141-.43-1.37l-3.7-.644a1%201%200%200%201-.802-.758l-1.658-7.12c-.12-.513-.512-.78-.863-.78m-8.28%203.236c1.601-2.848%204.33-5.236%208.28-5.236c1.385%200%202.505%201.013%202.811%202.327l1.508%206.475l3.188.555q.117.02.227.068c1.505.653%202.149%202.434%201.595%203.938c-.553%201.504-2.176%202.357-3.702%201.758l-4.654-1.04a1%201%200%200%201-.18-.058a3%203%200%200%201-1.616-1.776c-.822%202.514-1.65%205.14-1.65%207.695v9.191C27%2042.78%2025.59%2044%2024%2044s-3-1.22-3-2.867v-9.396q-.06-.094-.119-.192a17.5%2017.5%200%200%201-1.185-2.26c-.323-.76-.696-1.843-.696-3.003c0-2.904.639-6.283%202.193-9.046m-11.076-7.161a1%201%200%200%201%201.352-.413l5.578%202.965a1%201%200%200%201-.083%201.805l-1.71.716l3.126%201.725a1%201%200%200%201-.966%201.751L12.477%2015.9a1%201%200%200%201%20.097-1.798l1.67-.7l-3.713-1.974a1%201%200%200%201-.414-1.353m-.285%209.903c.11-.56.623-.927%201.145-.819l3.666.76a.97.97%200%200%201%20.73.717c.096.368-.007.767-.269%201.036l-.797.82l1.938.504c.515.134.824.692.689%201.247s-.663.896-1.179.762l-3.625-.944a.98.98%200%200%201-.69-.73c-.087-.363.018-.75.273-1.013l.724-.744l-1.862-.385c-.521-.108-.854-.65-.743-1.21M33%2010a2%202%200%201%200%200-4a2%202%200%200%200%200%204m0%202a4%204%200%201%200%200-8a4%204%200%200%200%200%208%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M32%2030.833a3%203%200%201%201%206%200V43a1%201%200%201%201-2%200V30.833a1%201%200%201%200-2%200v.223a1%201%200%201%201-2%200z%22%2F%3E%3Cpath%20d%3D%22M29.473%2014c-3.01%200-5.168%201.782-6.537%204.217C21.59%2020.608%2021%2023.627%2021%2026.282c0%20.761.252%201.55.537%202.223c.296.698.68%201.392%201.05%201.996q.128.21.255.406a1%201%200%200%201%20.158.54v9.686c0%20.415.382.867%201%20.867s1-.452%201-.867v-9.191c0-2.97.974-5.947%201.791-8.447l.023-.069q.218-.663.415-1.284q.316-.995.65-1.875a1%201%200%200%201%201.91.128l.716%203.078c.075.322.267.56.49.682l4.624%201.033a1%201%200%200%201%20.18.059c.39.169.915%200%201.127-.575c.208-.567-.04-1.141-.43-1.37l-3.7-.644a1%201%200%200%201-.802-.758l-1.658-7.12c-.12-.513-.512-.78-.863-.78m-8.28%203.236c1.601-2.848%204.33-5.236%208.28-5.236c1.385%200%202.505%201.013%202.811%202.327l1.508%206.475l3.188.555q.117.02.227.068c1.505.653%202.149%202.434%201.595%203.938c-.553%201.504-2.176%202.357-3.702%201.758l-4.654-1.04a1%201%200%200%201-.18-.058a3%203%200%200%201-1.616-1.776c-.822%202.514-1.65%205.14-1.65%207.695v9.191C27%2042.78%2025.59%2044%2024%2044s-3-1.22-3-2.867v-9.396q-.06-.094-.119-.192a17.5%2017.5%200%200%201-1.185-2.26c-.323-.76-.696-1.843-.696-3.003c0-2.904.639-6.283%202.193-9.046m-11.076-7.161a1%201%200%200%201%201.352-.413l5.578%202.965a1%201%200%200%201-.083%201.805l-1.71.716l3.126%201.725a1%201%200%200%201-.966%201.751L12.477%2015.9a1%201%200%200%201%20.097-1.798l1.67-.7l-3.713-1.974a1%201%200%200%201-.414-1.353m-.285%209.903c.11-.56.623-.927%201.145-.819l3.666.76a.97.97%200%200%201%20.73.717c.096.368-.007.767-.269%201.036l-.797.82l1.938.504c.515.134.824.692.689%201.247s-.663.896-1.179.762l-3.625-.944a.98.98%200%200%201-.69-.73c-.087-.363.018-.75.273-1.013l.724-.744l-1.862-.385c-.521-.108-.854-.65-.743-1.21M33%2010a2%202%200%201%200%200-4a2%202%200%200%200%200%204m0%202a4%204%200%201%200%200-8a4%204%200%200%200%200%208%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/back-pain-outline.svg?color=%231a73e8&size=48