social distancing icon

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

Name
social-distancing-outline
Set
Health Icons
Style
Outline
Category
Symbols
Viewbox
48×48
License
MIT
Aliases
social-distancing2x-outline

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"><g fill="currentColor"><path d="M11.537 10.293a1 1 0 0 1 0 1.414L10.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.121 2.121a1 1 0 1 1-1.414-1.414l.95-.95H10.588l.95.95a1 1 0 0 1-1.415 1.414l-2.121-2.121a2 2 0 0 1 0-2.829l2.121-2.121a1 1 0 0 1 1.414 0"/><path fill-rule="evenodd" d="M15 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.5M11.5 27a1.499 1.499 0 1 0 0-3a1.499 1.499 0 1 0 0 3M4 34.267C4 31.429 8.997 30 11.5 30s7.5 1.43 7.5 4.267V38H4zm2 0c0-.127.168-.707 1.64-1.378C8.944 32.296 10.536 32 11.5 32s2.557.296 3.86.89c1.472.67 1.64 1.25 1.64 1.377V36H6zM40 25.5c0 1.934-1.566 3.5-3.5 3.5a3.5 3.5 0 0 1-3.5-3.5c0-1.934 1.566-3.5 3.5-3.5s3.5 1.566 3.5 3.5M36.5 27a1.499 1.499 0 1 0 0-3a1.499 1.499 0 1 0 0 3M29 34.267C29 31.429 33.997 30 36.5 30s7.5 1.43 7.5 4.267V38H29zm2 0c0-.127.168-.707 1.64-1.378c1.303-.593 2.895-.889 3.86-.889s2.557.296 3.86.89c1.472.67 1.64 1.25 1.64 1.377V36H31z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsSocialDistancingOutline(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"><path d="M11.537 10.293a1 1 0 0 1 0 1.414L10.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.121 2.121a1 1 0 1 1-1.414-1.414l.95-.95H10.588l.95.95a1 1 0 0 1-1.415 1.414l-2.121-2.121a2 2 0 0 1 0-2.829l2.121-2.121a1 1 0 0 1 1.414 0"/><path fillRule="evenodd" d="M15 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.5M11.5 27a1.499 1.499 0 1 0 0-3a1.499 1.499 0 1 0 0 3M4 34.267C4 31.429 8.997 30 11.5 30s7.5 1.43 7.5 4.267V38H4zm2 0c0-.127.168-.707 1.64-1.378C8.944 32.296 10.536 32 11.5 32s2.557.296 3.86.89c1.472.67 1.64 1.25 1.64 1.377V36H6zM40 25.5c0 1.934-1.566 3.5-3.5 3.5a3.5 3.5 0 0 1-3.5-3.5c0-1.934 1.566-3.5 3.5-3.5s3.5 1.566 3.5 3.5M36.5 27a1.499 1.499 0 1 0 0-3a1.499 1.499 0 1 0 0 3M29 34.267C29 31.429 33.997 30 36.5 30s7.5 1.43 7.5 4.267V38H29zm2 0c0-.127.168-.707 1.64-1.378c1.303-.593 2.895-.889 3.86-.889s2.557.296 3.86.89c1.472.67 1.64 1.25 1.64 1.377V36H31z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M11.537 10.293a1 1 0 0 1 0 1.414L10.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.121 2.121a1 1 0 1 1-1.414-1.414l.95-.95H10.588l.95.95a1 1 0 0 1-1.415 1.414l-2.121-2.121a2 2 0 0 1 0-2.829l2.121-2.121a1 1 0 0 1 1.414 0"/><path fill-rule="evenodd" d="M15 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.5M11.5 27a1.499 1.499 0 1 0 0-3a1.499 1.499 0 1 0 0 3M4 34.267C4 31.429 8.997 30 11.5 30s7.5 1.43 7.5 4.267V38H4zm2 0c0-.127.168-.707 1.64-1.378C8.944 32.296 10.536 32 11.5 32s2.557.296 3.86.89c1.472.67 1.64 1.25 1.64 1.377V36H6zM40 25.5c0 1.934-1.566 3.5-3.5 3.5a3.5 3.5 0 0 1-3.5-3.5c0-1.934 1.566-3.5 3.5-3.5s3.5 1.566 3.5 3.5M36.5 27a1.499 1.499 0 1 0 0-3a1.499 1.499 0 1 0 0 3M29 34.267C29 31.429 33.997 30 36.5 30s7.5 1.43 7.5 4.267V38H29zm2 0c0-.127.168-.707 1.64-1.378c1.303-.593 2.895-.889 3.86-.889s2.557.296 3.86.89c1.472.67 1.64 1.25 1.64 1.377V36H31z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-social-distancing-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%3E%3Cpath%20d%3D%22M11.537%2010.293a1%201%200%200%201%200%201.414L10.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.121%202.121a1%201%200%201%201-1.414-1.414l.95-.95H10.588l.95.95a1%201%200%200%201-1.415%201.414l-2.121-2.121a2%202%200%200%201%200-2.829l2.121-2.121a1%201%200%200%201%201.414%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15%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.5M11.5%2027a1.499%201.499%200%201%200%200-3a1.499%201.499%200%201%200%200%203M4%2034.267C4%2031.429%208.997%2030%2011.5%2030s7.5%201.43%207.5%204.267V38H4zm2%200c0-.127.168-.707%201.64-1.378C8.944%2032.296%2010.536%2032%2011.5%2032s2.557.296%203.86.89c1.472.67%201.64%201.25%201.64%201.377V36H6zM40%2025.5c0%201.934-1.566%203.5-3.5%203.5a3.5%203.5%200%200%201-3.5-3.5c0-1.934%201.566-3.5%203.5-3.5s3.5%201.566%203.5%203.5M36.5%2027a1.499%201.499%200%201%200%200-3a1.499%201.499%200%201%200%200%203M29%2034.267C29%2031.429%2033.997%2030%2036.5%2030s7.5%201.43%207.5%204.267V38H29zm2%200c0-.127.168-.707%201.64-1.378c1.303-.593%202.895-.889%203.86-.889s2.557.296%203.86.89c1.472.67%201.64%201.25%201.64%201.377V36H31z%22%20clip-rule%3D%22evenodd%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%3E%3Cpath%20d%3D%22M11.537%2010.293a1%201%200%200%201%200%201.414L10.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.121%202.121a1%201%200%201%201-1.414-1.414l.95-.95H10.588l.95.95a1%201%200%200%201-1.415%201.414l-2.121-2.121a2%202%200%200%201%200-2.829l2.121-2.121a1%201%200%200%201%201.414%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15%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.5M11.5%2027a1.499%201.499%200%201%200%200-3a1.499%201.499%200%201%200%200%203M4%2034.267C4%2031.429%208.997%2030%2011.5%2030s7.5%201.43%207.5%204.267V38H4zm2%200c0-.127.168-.707%201.64-1.378C8.944%2032.296%2010.536%2032%2011.5%2032s2.557.296%203.86.89c1.472.67%201.64%201.25%201.64%201.377V36H6zM40%2025.5c0%201.934-1.566%203.5-3.5%203.5a3.5%203.5%200%200%201-3.5-3.5c0-1.934%201.566-3.5%203.5-3.5s3.5%201.566%203.5%203.5M36.5%2027a1.499%201.499%200%201%200%200-3a1.499%201.499%200%201%200%200%203M29%2034.267C29%2031.429%2033.997%2030%2036.5%2030s7.5%201.43%207.5%204.267V38H29zm2%200c0-.127.168-.707%201.64-1.378c1.303-.593%202.895-.889%203.86-.889s2.557.296%203.86.89c1.472.67%201.64%201.25%201.64%201.377V36H31z%22%20clip-rule%3D%22evenodd%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/social-distancing-outline.svg?color=%231a73e8&size=48