health vulnerability through social determinants icon

health-vulnerability-through-social-determinants from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.

Name
health-vulnerability-through-social-determinants
Set
Health Icons
Style
Filled
Category
Symbols
Viewbox
48×48
License
MIT

3 other variants in Health Icons

More symbols icons from Health Icons

Use the health vulnerability through social determinants icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m14.011 6l5.723 5.73a.975.975 0 0 1-.923 1.634v3.658h-3.298v-2.223c0-.554-.448-1.003-1.001-1.003H13.51c-.554 0-1.002.449-1.002 1.003v2.223H9.211v-3.658a.975.975 0 0 1-.923-1.635l1.198-1.199l.021-.021zm5.993 4.596a14 14 0 0 1 4.021-.586c7.743 0 14.02 6.284 14.02 14.035q0 .354-.018.704l1.822 1.825q.197-1.237.198-2.53c0-8.858-7.173-16.04-16.022-16.04c-1.97 0-3.858.357-5.602 1.009zm-10.84 7.443a16 16 0 0 0-1.161 6.006c0 2.47.557 4.81 1.554 6.899l1.516-1.518a14 14 0 0 1-1.067-5.381c0-2.15.482-4.186 1.345-6.006zm11.745 19.692a2.3 2.3 0 0 1-1.131 1.024v.76a16 16 0 0 0 4.247.57c4.412 0 8.407-1.786 11.305-4.674h-2.957q-.058 0-.114-.006a13.95 13.95 0 0 1-8.234 2.674c-1.071 0-2.114-.12-3.116-.348m1.113-11.681v5.012h4.005V26.05h5.008v-4.01h-5.007v-5.013h-4.006v5.013h-5.007v4.01zm-9.012 3.09l6.677 6.685a1.138 1.138 0 0 1-1.077 1.908V42h-3.848v-2.761c0-.554-.448-1.003-1.001-1.003h-1.502c-.553 0-1.002.45-1.002 1.003v2.76L7.41 42v-4.267a1.138 1.138 0 0 1-1.077-1.907l1.397-1.4l.025-.025zm23.583-4.544l-4.054 4.058l-.008.007l-.012.012l-1.077 1.08a.878.878 0 0 0 .83 1.47v3.293h2.969v-1.901c0-.554.448-1.003 1.001-1.003h.701c.553 0 1.001.45 1.001 1.003v1.9h2.968v-3.291a.878.878 0 0 0 .831-1.471z"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsHealthVulnerabilityThroughSocialDeterminants(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m14.011 6l5.723 5.73a.975.975 0 0 1-.923 1.634v3.658h-3.298v-2.223c0-.554-.448-1.003-1.001-1.003H13.51c-.554 0-1.002.449-1.002 1.003v2.223H9.211v-3.658a.975.975 0 0 1-.923-1.635l1.198-1.199l.021-.021zm5.993 4.596a14 14 0 0 1 4.021-.586c7.743 0 14.02 6.284 14.02 14.035q0 .354-.018.704l1.822 1.825q.197-1.237.198-2.53c0-8.858-7.173-16.04-16.022-16.04c-1.97 0-3.858.357-5.602 1.009zm-10.84 7.443a16 16 0 0 0-1.161 6.006c0 2.47.557 4.81 1.554 6.899l1.516-1.518a14 14 0 0 1-1.067-5.381c0-2.15.482-4.186 1.345-6.006zm11.745 19.692a2.3 2.3 0 0 1-1.131 1.024v.76a16 16 0 0 0 4.247.57c4.412 0 8.407-1.786 11.305-4.674h-2.957q-.058 0-.114-.006a13.95 13.95 0 0 1-8.234 2.674c-1.071 0-2.114-.12-3.116-.348m1.113-11.681v5.012h4.005V26.05h5.008v-4.01h-5.007v-5.013h-4.006v5.013h-5.007v4.01zm-9.012 3.09l6.677 6.685a1.138 1.138 0 0 1-1.077 1.908V42h-3.848v-2.761c0-.554-.448-1.003-1.001-1.003h-1.502c-.553 0-1.002.45-1.002 1.003v2.76L7.41 42v-4.267a1.138 1.138 0 0 1-1.077-1.907l1.397-1.4l.025-.025zm23.583-4.544l-4.054 4.058l-.008.007l-.012.012l-1.077 1.08a.878.878 0 0 0 .83 1.47v3.293h2.969v-1.901c0-.554.448-1.003 1.001-1.003h.701c.553 0 1.001.45 1.001 1.003v1.9h2.968v-3.291a.878.878 0 0 0 .831-1.471z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m14.011 6l5.723 5.73a.975.975 0 0 1-.923 1.634v3.658h-3.298v-2.223c0-.554-.448-1.003-1.001-1.003H13.51c-.554 0-1.002.449-1.002 1.003v2.223H9.211v-3.658a.975.975 0 0 1-.923-1.635l1.198-1.199l.021-.021zm5.993 4.596a14 14 0 0 1 4.021-.586c7.743 0 14.02 6.284 14.02 14.035q0 .354-.018.704l1.822 1.825q.197-1.237.198-2.53c0-8.858-7.173-16.04-16.022-16.04c-1.97 0-3.858.357-5.602 1.009zm-10.84 7.443a16 16 0 0 0-1.161 6.006c0 2.47.557 4.81 1.554 6.899l1.516-1.518a14 14 0 0 1-1.067-5.381c0-2.15.482-4.186 1.345-6.006zm11.745 19.692a2.3 2.3 0 0 1-1.131 1.024v.76a16 16 0 0 0 4.247.57c4.412 0 8.407-1.786 11.305-4.674h-2.957q-.058 0-.114-.006a13.95 13.95 0 0 1-8.234 2.674c-1.071 0-2.114-.12-3.116-.348m1.113-11.681v5.012h4.005V26.05h5.008v-4.01h-5.007v-5.013h-4.006v5.013h-5.007v4.01zm-9.012 3.09l6.677 6.685a1.138 1.138 0 0 1-1.077 1.908V42h-3.848v-2.761c0-.554-.448-1.003-1.001-1.003h-1.502c-.553 0-1.002.45-1.002 1.003v2.76L7.41 42v-4.267a1.138 1.138 0 0 1-1.077-1.907l1.397-1.4l.025-.025zm23.583-4.544l-4.054 4.058l-.008.007l-.012.012l-1.077 1.08a.878.878 0 0 0 .83 1.47v3.293h2.969v-1.901c0-.554.448-1.003 1.001-1.003h.701c.553 0 1.001.45 1.001 1.003v1.9h2.968v-3.291a.878.878 0 0 0 .831-1.471z"/></svg>
</template>

CSS

.icon-health-vulnerability-through-social-determinants {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.011%206l5.723%205.73a.975.975%200%200%201-.923%201.634v3.658h-3.298v-2.223c0-.554-.448-1.003-1.001-1.003H13.51c-.554%200-1.002.449-1.002%201.003v2.223H9.211v-3.658a.975.975%200%200%201-.923-1.635l1.198-1.199l.021-.021zm5.993%204.596a14%2014%200%200%201%204.021-.586c7.743%200%2014.02%206.284%2014.02%2014.035q0%20.354-.018.704l1.822%201.825q.197-1.237.198-2.53c0-8.858-7.173-16.04-16.022-16.04c-1.97%200-3.858.357-5.602%201.009zm-10.84%207.443a16%2016%200%200%200-1.161%206.006c0%202.47.557%204.81%201.554%206.899l1.516-1.518a14%2014%200%200%201-1.067-5.381c0-2.15.482-4.186%201.345-6.006zm11.745%2019.692a2.3%202.3%200%200%201-1.131%201.024v.76a16%2016%200%200%200%204.247.57c4.412%200%208.407-1.786%2011.305-4.674h-2.957q-.058%200-.114-.006a13.95%2013.95%200%200%201-8.234%202.674c-1.071%200-2.114-.12-3.116-.348m1.113-11.681v5.012h4.005V26.05h5.008v-4.01h-5.007v-5.013h-4.006v5.013h-5.007v4.01zm-9.012%203.09l6.677%206.685a1.138%201.138%200%200%201-1.077%201.908V42h-3.848v-2.761c0-.554-.448-1.003-1.001-1.003h-1.502c-.553%200-1.002.45-1.002%201.003v2.76L7.41%2042v-4.267a1.138%201.138%200%200%201-1.077-1.907l1.397-1.4l.025-.025zm23.583-4.544l-4.054%204.058l-.008.007l-.012.012l-1.077%201.08a.878.878%200%200%200%20.83%201.47v3.293h2.969v-1.901c0-.554.448-1.003%201.001-1.003h.701c.553%200%201.001.45%201.001%201.003v1.9h2.968v-3.291a.878.878%200%200%200%20.831-1.471z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.011%206l5.723%205.73a.975.975%200%200%201-.923%201.634v3.658h-3.298v-2.223c0-.554-.448-1.003-1.001-1.003H13.51c-.554%200-1.002.449-1.002%201.003v2.223H9.211v-3.658a.975.975%200%200%201-.923-1.635l1.198-1.199l.021-.021zm5.993%204.596a14%2014%200%200%201%204.021-.586c7.743%200%2014.02%206.284%2014.02%2014.035q0%20.354-.018.704l1.822%201.825q.197-1.237.198-2.53c0-8.858-7.173-16.04-16.022-16.04c-1.97%200-3.858.357-5.602%201.009zm-10.84%207.443a16%2016%200%200%200-1.161%206.006c0%202.47.557%204.81%201.554%206.899l1.516-1.518a14%2014%200%200%201-1.067-5.381c0-2.15.482-4.186%201.345-6.006zm11.745%2019.692a2.3%202.3%200%200%201-1.131%201.024v.76a16%2016%200%200%200%204.247.57c4.412%200%208.407-1.786%2011.305-4.674h-2.957q-.058%200-.114-.006a13.95%2013.95%200%200%201-8.234%202.674c-1.071%200-2.114-.12-3.116-.348m1.113-11.681v5.012h4.005V26.05h5.008v-4.01h-5.007v-5.013h-4.006v5.013h-5.007v4.01zm-9.012%203.09l6.677%206.685a1.138%201.138%200%200%201-1.077%201.908V42h-3.848v-2.761c0-.554-.448-1.003-1.001-1.003h-1.502c-.553%200-1.002.45-1.002%201.003v2.76L7.41%2042v-4.267a1.138%201.138%200%200%201-1.077-1.907l1.397-1.4l.025-.025zm23.583-4.544l-4.054%204.058l-.008.007l-.012.012l-1.077%201.08a.878.878%200%200%200%20.83%201.47v3.293h2.969v-1.901c0-.554.448-1.003%201.001-1.003h.701c.553%200%201.001.45%201.001%201.003v1.9h2.968v-3.291a.878.878%200%200%200%20.831-1.471z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/health-vulnerability-through-social-determinants.svg?color=%231a73e8&size=48