social distancing negative icon

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

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

Related icons in Health Icons

Use the social distancing 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(#healthiconsSocialDistancingNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM11.537 11.707L10.244 13h27.512l-1.293-1.293a1 1 0 0 1 1.414-1.414l2.121 2.121a2 2 0 0 1 0 2.829l-2.12 2.121a1 1 0 0 1-1.415-1.414l.95-.95H10.587l.95.95a1 1 0 0 1-1.414 1.414l-2.121-2.121a2 2 0 0 1 0-2.829l2.12-2.121a1 1 0 0 1 1.415 1.414M11.5 29c1.934 0 3.5-1.566 3.5-3.5S13.434 22 11.5 22A3.5 3.5 0 0 0 8 25.5c0 1.934 1.566 3.5 3.5 3.5m0 1C8.997 30 4 31.43 4 34.267V38h15v-3.733C19 31.429 14.003 30 11.5 30m25-1c1.934 0 3.5-1.566 3.5-3.5S38.434 22 36.5 22a3.5 3.5 0 0 0-3.5 3.5c0 1.934 1.566 3.5 3.5 3.5m0 1c-2.503 0-7.5 1.43-7.5 4.267V38h15v-3.733C44 31.429 39.003 30 36.5 30" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsSocialDistancingNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsSocialDistancingNegative(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(#healthiconsSocialDistancingNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM11.537 11.707L10.244 13h27.512l-1.293-1.293a1 1 0 0 1 1.414-1.414l2.121 2.121a2 2 0 0 1 0 2.829l-2.12 2.121a1 1 0 0 1-1.415-1.414l.95-.95H10.587l.95.95a1 1 0 0 1-1.414 1.414l-2.121-2.121a2 2 0 0 1 0-2.829l2.12-2.121a1 1 0 0 1 1.415 1.414M11.5 29c1.934 0 3.5-1.566 3.5-3.5S13.434 22 11.5 22A3.5 3.5 0 0 0 8 25.5c0 1.934 1.566 3.5 3.5 3.5m0 1C8.997 30 4 31.43 4 34.267V38h15v-3.733C19 31.429 14.003 30 11.5 30m25-1c1.934 0 3.5-1.566 3.5-3.5S38.434 22 36.5 22a3.5 3.5 0 0 0-3.5 3.5c0 1.934 1.566 3.5 3.5 3.5m0 1c-2.503 0-7.5 1.43-7.5 4.267V38h15v-3.733C44 31.429 39.003 30 36.5 30" clipRule="evenodd"/></g><defs><clipPath id="healthiconsSocialDistancingNegative"><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(#healthiconsSocialDistancingNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM11.537 11.707L10.244 13h27.512l-1.293-1.293a1 1 0 0 1 1.414-1.414l2.121 2.121a2 2 0 0 1 0 2.829l-2.12 2.121a1 1 0 0 1-1.415-1.414l.95-.95H10.587l.95.95a1 1 0 0 1-1.414 1.414l-2.121-2.121a2 2 0 0 1 0-2.829l2.12-2.121a1 1 0 0 1 1.415 1.414M11.5 29c1.934 0 3.5-1.566 3.5-3.5S13.434 22 11.5 22A3.5 3.5 0 0 0 8 25.5c0 1.934 1.566 3.5 3.5 3.5m0 1C8.997 30 4 31.43 4 34.267V38h15v-3.733C19 31.429 14.003 30 11.5 30m25-1c1.934 0 3.5-1.566 3.5-3.5S38.434 22 36.5 22a3.5 3.5 0 0 0-3.5 3.5c0 1.934 1.566 3.5 3.5 3.5m0 1c-2.503 0-7.5 1.43-7.5 4.267V38h15v-3.733C44 31.429 39.003 30 36.5 30" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsSocialDistancingNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-social-distancing-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(%23healthiconsSocialDistancingNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM11.537%2011.707L10.244%2013h27.512l-1.293-1.293a1%201%200%200%201%201.414-1.414l2.121%202.121a2%202%200%200%201%200%202.829l-2.12%202.121a1%201%200%200%201-1.415-1.414l.95-.95H10.587l.95.95a1%201%200%200%201-1.414%201.414l-2.121-2.121a2%202%200%200%201%200-2.829l2.12-2.121a1%201%200%200%201%201.415%201.414M11.5%2029c1.934%200%203.5-1.566%203.5-3.5S13.434%2022%2011.5%2022A3.5%203.5%200%200%200%208%2025.5c0%201.934%201.566%203.5%203.5%203.5m0%201C8.997%2030%204%2031.43%204%2034.267V38h15v-3.733C19%2031.429%2014.003%2030%2011.5%2030m25-1c1.934%200%203.5-1.566%203.5-3.5S38.434%2022%2036.5%2022a3.5%203.5%200%200%200-3.5%203.5c0%201.934%201.566%203.5%203.5%203.5m0%201c-2.503%200-7.5%201.43-7.5%204.267V38h15v-3.733C44%2031.429%2039.003%2030%2036.5%2030%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsSocialDistancingNegative%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(%23healthiconsSocialDistancingNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM11.537%2011.707L10.244%2013h27.512l-1.293-1.293a1%201%200%200%201%201.414-1.414l2.121%202.121a2%202%200%200%201%200%202.829l-2.12%202.121a1%201%200%200%201-1.415-1.414l.95-.95H10.587l.95.95a1%201%200%200%201-1.414%201.414l-2.121-2.121a2%202%200%200%201%200-2.829l2.12-2.121a1%201%200%200%201%201.415%201.414M11.5%2029c1.934%200%203.5-1.566%203.5-3.5S13.434%2022%2011.5%2022A3.5%203.5%200%200%200%208%2025.5c0%201.934%201.566%203.5%203.5%203.5m0%201C8.997%2030%204%2031.43%204%2034.267V38h15v-3.733C19%2031.429%2014.003%2030%2011.5%2030m25-1c1.934%200%203.5-1.566%203.5-3.5S38.434%2022%2036.5%2022a3.5%203.5%200%200%200-3.5%203.5c0%201.934%201.566%203.5%203.5%203.5m0%201c-2.503%200-7.5%201.43-7.5%204.267V38h15v-3.733C44%2031.429%2039.003%2030%2036.5%2030%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsSocialDistancingNegative%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-distancing-negative.svg?color=%231a73e8&size=48