social distancing icon

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

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

1 other variant in Health Icons

The same icon in other sets

More symbols icons from Health Icons

Use the social distancing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M36.463 15.95a1 1 0 0 0 1.414 1.414l2.121-2.121a2 2 0 0 0 0-2.829l-2.12-2.121a1 1 0 1 0-1.415 1.414L37.756 13H10.244l1.293-1.293a1 1 0 0 0-1.414-1.414l-2.121 2.121a2 2 0 0 0 0 2.829l2.12 2.121a1 1 0 0 0 1.415-1.414l-.95-.95h26.826zM15 25.5c0 1.934-1.566 3.5-3.5 3.5A3.5 3.5 0 0 1 8 25.5c0-1.934 1.566-3.5 3.5-3.5s3.5 1.566 3.5 3.5M4 34.267C4 31.429 8.997 30 11.5 30s7.5 1.43 7.5 4.267V38H4zM36.5 29c1.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.5M29 34.267C29 31.429 33.997 30 36.5 30s7.5 1.43 7.5 4.267V38H29z"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsSocialDistancing(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="M36.463 15.95a1 1 0 0 0 1.414 1.414l2.121-2.121a2 2 0 0 0 0-2.829l-2.12-2.121a1 1 0 1 0-1.415 1.414L37.756 13H10.244l1.293-1.293a1 1 0 0 0-1.414-1.414l-2.121 2.121a2 2 0 0 0 0 2.829l2.12 2.121a1 1 0 0 0 1.415-1.414l-.95-.95h26.826zM15 25.5c0 1.934-1.566 3.5-3.5 3.5A3.5 3.5 0 0 1 8 25.5c0-1.934 1.566-3.5 3.5-3.5s3.5 1.566 3.5 3.5M4 34.267C4 31.429 8.997 30 11.5 30s7.5 1.43 7.5 4.267V38H4zM36.5 29c1.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.5M29 34.267C29 31.429 33.997 30 36.5 30s7.5 1.43 7.5 4.267V38H29z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M36.463 15.95a1 1 0 0 0 1.414 1.414l2.121-2.121a2 2 0 0 0 0-2.829l-2.12-2.121a1 1 0 1 0-1.415 1.414L37.756 13H10.244l1.293-1.293a1 1 0 0 0-1.414-1.414l-2.121 2.121a2 2 0 0 0 0 2.829l2.12 2.121a1 1 0 0 0 1.415-1.414l-.95-.95h26.826zM15 25.5c0 1.934-1.566 3.5-3.5 3.5A3.5 3.5 0 0 1 8 25.5c0-1.934 1.566-3.5 3.5-3.5s3.5 1.566 3.5 3.5M4 34.267C4 31.429 8.997 30 11.5 30s7.5 1.43 7.5 4.267V38H4zM36.5 29c1.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.5M29 34.267C29 31.429 33.997 30 36.5 30s7.5 1.43 7.5 4.267V38H29z"/></svg>
</template>

CSS

.icon-social-distancing {
  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%22M36.463%2015.95a1%201%200%200%200%201.414%201.414l2.121-2.121a2%202%200%200%200%200-2.829l-2.12-2.121a1%201%200%201%200-1.415%201.414L37.756%2013H10.244l1.293-1.293a1%201%200%200%200-1.414-1.414l-2.121%202.121a2%202%200%200%200%200%202.829l2.12%202.121a1%201%200%200%200%201.415-1.414l-.95-.95h26.826zM15%2025.5c0%201.934-1.566%203.5-3.5%203.5A3.5%203.5%200%200%201%208%2025.5c0-1.934%201.566-3.5%203.5-3.5s3.5%201.566%203.5%203.5M4%2034.267C4%2031.429%208.997%2030%2011.5%2030s7.5%201.43%207.5%204.267V38H4zM36.5%2029c1.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.5M29%2034.267C29%2031.429%2033.997%2030%2036.5%2030s7.5%201.43%207.5%204.267V38H29z%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%22M36.463%2015.95a1%201%200%200%200%201.414%201.414l2.121-2.121a2%202%200%200%200%200-2.829l-2.12-2.121a1%201%200%201%200-1.415%201.414L37.756%2013H10.244l1.293-1.293a1%201%200%200%200-1.414-1.414l-2.121%202.121a2%202%200%200%200%200%202.829l2.12%202.121a1%201%200%200%200%201.415-1.414l-.95-.95h26.826zM15%2025.5c0%201.934-1.566%203.5-3.5%203.5A3.5%203.5%200%200%201%208%2025.5c0-1.934%201.566-3.5%203.5-3.5s3.5%201.566%203.5%203.5M4%2034.267C4%2031.429%208.997%2030%2011.5%2030s7.5%201.43%207.5%204.267V38H4zM36.5%2029c1.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.5M29%2034.267C29%2031.429%2033.997%2030%2036.5%2030s7.5%201.43%207.5%204.267V38H29z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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