social work negative icon

social-work-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
social-work-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the social work negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsSocialWorkNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3h-6v-3a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v3h-7v-3a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v3H9a3 3 0 0 1-3-3zm29.6 23.685c-.51.835-1.063 1.395-1.61 1.95c-.416.421-.829.84-1.217 1.372V37H27v-.993c.052-.41.217-.994.362-1.51c.13-.457.243-.86.25-1.043c.02-.544.786-1.537.786-1.537l2.348-2.828s.664-.67 1.045-1.414s1.19.192 1.297.861c.107.67-.097 1.022-.097 1.022l-1.342 2.547s1.555-2.035 2.038-2.853c.245-.414.313-1.292.39-2.272c.074-.956.156-2.009.416-2.828c.527-1.66 2.052-1.244 2.317-.503c.264.742.204 5.642.108 6.458c-.075.64-.478 1.266-.934 1.971q-.19.293-.384.607m-22.643 1.95c.417.421.831.84 1.22 1.372V37H20v-.993c-.098-.773-.27-2.166-.285-2.553c-.021-.544-.789-1.537-.789-1.537l-2.355-2.828s-.667-.67-1.049-1.414s-1.193.192-1.301.861c-.108.67.097 1.022.097 1.022l1.346 2.547s-1.56-2.035-2.045-2.853c-.245-.414-.314-1.292-.39-2.272c-.075-.956-.157-2.009-.418-2.828c-.529-1.66-2.06-1.244-2.325-.503c-.265.742-.564 5.642-.468 6.458c.076.64.48 1.266.938 1.971q.191.293.385.607c.512.835 1.067 1.395 1.616 1.95M15 17.207C15 13.987 17.018 11 19.781 11c1.918 0 3.34 1.34 4.219 3.24c.878-1.9 2.301-3.24 4.219-3.24C30.982 11 33 13.987 33 17.207C33 24.1 24 29 24 29s-9-4.603-9-11.793" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsSocialWorkNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsSocialWorkNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsSocialWorkNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3h-6v-3a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v3h-7v-3a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v3H9a3 3 0 0 1-3-3zm29.6 23.685c-.51.835-1.063 1.395-1.61 1.95c-.416.421-.829.84-1.217 1.372V37H27v-.993c.052-.41.217-.994.362-1.51c.13-.457.243-.86.25-1.043c.02-.544.786-1.537.786-1.537l2.348-2.828s.664-.67 1.045-1.414s1.19.192 1.297.861c.107.67-.097 1.022-.097 1.022l-1.342 2.547s1.555-2.035 2.038-2.853c.245-.414.313-1.292.39-2.272c.074-.956.156-2.009.416-2.828c.527-1.66 2.052-1.244 2.317-.503c.264.742.204 5.642.108 6.458c-.075.64-.478 1.266-.934 1.971q-.19.293-.384.607m-22.643 1.95c.417.421.831.84 1.22 1.372V37H20v-.993c-.098-.773-.27-2.166-.285-2.553c-.021-.544-.789-1.537-.789-1.537l-2.355-2.828s-.667-.67-1.049-1.414s-1.193.192-1.301.861c-.108.67.097 1.022.097 1.022l1.346 2.547s-1.56-2.035-2.045-2.853c-.245-.414-.314-1.292-.39-2.272c-.075-.956-.157-2.009-.418-2.828c-.529-1.66-2.06-1.244-2.325-.503c-.265.742-.564 5.642-.468 6.458c.076.64.48 1.266.938 1.971q.191.293.385.607c.512.835 1.067 1.395 1.616 1.95M15 17.207C15 13.987 17.018 11 19.781 11c1.918 0 3.34 1.34 4.219 3.24c.878-1.9 2.301-3.24 4.219-3.24C30.982 11 33 13.987 33 17.207C33 24.1 24 29 24 29s-9-4.603-9-11.793" clipRule="evenodd"/></g><defs><clipPath id="healthiconsSocialWorkNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsSocialWorkNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3h-6v-3a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v3h-7v-3a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v3H9a3 3 0 0 1-3-3zm29.6 23.685c-.51.835-1.063 1.395-1.61 1.95c-.416.421-.829.84-1.217 1.372V37H27v-.993c.052-.41.217-.994.362-1.51c.13-.457.243-.86.25-1.043c.02-.544.786-1.537.786-1.537l2.348-2.828s.664-.67 1.045-1.414s1.19.192 1.297.861c.107.67-.097 1.022-.097 1.022l-1.342 2.547s1.555-2.035 2.038-2.853c.245-.414.313-1.292.39-2.272c.074-.956.156-2.009.416-2.828c.527-1.66 2.052-1.244 2.317-.503c.264.742.204 5.642.108 6.458c-.075.64-.478 1.266-.934 1.971q-.19.293-.384.607m-22.643 1.95c.417.421.831.84 1.22 1.372V37H20v-.993c-.098-.773-.27-2.166-.285-2.553c-.021-.544-.789-1.537-.789-1.537l-2.355-2.828s-.667-.67-1.049-1.414s-1.193.192-1.301.861c-.108.67.097 1.022.097 1.022l1.346 2.547s-1.56-2.035-2.045-2.853c-.245-.414-.314-1.292-.39-2.272c-.075-.956-.157-2.009-.418-2.828c-.529-1.66-2.06-1.244-2.325-.503c-.265.742-.564 5.642-.468 6.458c.076.64.48 1.266.938 1.971q.191.293.385.607c.512.835 1.067 1.395 1.616 1.95M15 17.207C15 13.987 17.018 11 19.781 11c1.918 0 3.34 1.34 4.219 3.24c.878-1.9 2.301-3.24 4.219-3.24C30.982 11 33 13.987 33 17.207C33 24.1 24 29 24 29s-9-4.603-9-11.793" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsSocialWorkNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-social-work-negative {
  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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsSocialWorkNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM6%209a3%203%200%200%201%203-3h30a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203h-6v-3a1%201%200%200%200-1-1h-4a1%201%200%200%200-1%201v3h-7v-3a1%201%200%200%200-1-1h-4a1%201%200%200%200-1%201v3H9a3%203%200%200%201-3-3zm29.6%2023.685c-.51.835-1.063%201.395-1.61%201.95c-.416.421-.829.84-1.217%201.372V37H27v-.993c.052-.41.217-.994.362-1.51c.13-.457.243-.86.25-1.043c.02-.544.786-1.537.786-1.537l2.348-2.828s.664-.67%201.045-1.414s1.19.192%201.297.861c.107.67-.097%201.022-.097%201.022l-1.342%202.547s1.555-2.035%202.038-2.853c.245-.414.313-1.292.39-2.272c.074-.956.156-2.009.416-2.828c.527-1.66%202.052-1.244%202.317-.503c.264.742.204%205.642.108%206.458c-.075.64-.478%201.266-.934%201.971q-.19.293-.384.607m-22.643%201.95c.417.421.831.84%201.22%201.372V37H20v-.993c-.098-.773-.27-2.166-.285-2.553c-.021-.544-.789-1.537-.789-1.537l-2.355-2.828s-.667-.67-1.049-1.414s-1.193.192-1.301.861c-.108.67.097%201.022.097%201.022l1.346%202.547s-1.56-2.035-2.045-2.853c-.245-.414-.314-1.292-.39-2.272c-.075-.956-.157-2.009-.418-2.828c-.529-1.66-2.06-1.244-2.325-.503c-.265.742-.564%205.642-.468%206.458c.076.64.48%201.266.938%201.971q.191.293.385.607c.512.835%201.067%201.395%201.616%201.95M15%2017.207C15%2013.987%2017.018%2011%2019.781%2011c1.918%200%203.34%201.34%204.219%203.24c.878-1.9%202.301-3.24%204.219-3.24C30.982%2011%2033%2013.987%2033%2017.207C33%2024.1%2024%2029%2024%2029s-9-4.603-9-11.793%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsSocialWorkNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsSocialWorkNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM6%209a3%203%200%200%201%203-3h30a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203h-6v-3a1%201%200%200%200-1-1h-4a1%201%200%200%200-1%201v3h-7v-3a1%201%200%200%200-1-1h-4a1%201%200%200%200-1%201v3H9a3%203%200%200%201-3-3zm29.6%2023.685c-.51.835-1.063%201.395-1.61%201.95c-.416.421-.829.84-1.217%201.372V37H27v-.993c.052-.41.217-.994.362-1.51c.13-.457.243-.86.25-1.043c.02-.544.786-1.537.786-1.537l2.348-2.828s.664-.67%201.045-1.414s1.19.192%201.297.861c.107.67-.097%201.022-.097%201.022l-1.342%202.547s1.555-2.035%202.038-2.853c.245-.414.313-1.292.39-2.272c.074-.956.156-2.009.416-2.828c.527-1.66%202.052-1.244%202.317-.503c.264.742.204%205.642.108%206.458c-.075.64-.478%201.266-.934%201.971q-.19.293-.384.607m-22.643%201.95c.417.421.831.84%201.22%201.372V37H20v-.993c-.098-.773-.27-2.166-.285-2.553c-.021-.544-.789-1.537-.789-1.537l-2.355-2.828s-.667-.67-1.049-1.414s-1.193.192-1.301.861c-.108.67.097%201.022.097%201.022l1.346%202.547s-1.56-2.035-2.045-2.853c-.245-.414-.314-1.292-.39-2.272c-.075-.956-.157-2.009-.418-2.828c-.529-1.66-2.06-1.244-2.325-.503c-.265.742-.564%205.642-.468%206.458c.076.64.48%201.266.938%201.971q.191.293.385.607c.512.835%201.067%201.395%201.616%201.95M15%2017.207C15%2013.987%2017.018%2011%2019.781%2011c1.918%200%203.34%201.34%204.219%203.24c.878-1.9%202.301-3.24%204.219-3.24C30.982%2011%2033%2013.987%2033%2017.207C33%2024.1%2024%2029%2024%2029s-9-4.603-9-11.793%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsSocialWorkNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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