social distancing alt icon

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

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

1 other variant in Health Icons

More symbols icons from Health Icons

Use the social distancing alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M20 10a4 4 0 1 1 8 0a4 4 0 0 1-8 0m4-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4m-4.967 10.156C20.342 16.782 22.127 16 24 16s3.658.782 4.967 2.156C30.274 19.528 31 21.379 31 23.3V26a1 1 0 0 1-1 1h-1.662l-.771 8.095a1 1 0 0 1-.996.905H21.43a1 1 0 0 1-.996-.905L19.663 27H18a1 1 0 0 1-1-1v-2.7c0-1.92.726-3.772 2.033-5.144M24 18c-1.31 0-2.577.546-3.518 1.535A5.46 5.46 0 0 0 19 23.3V25h1.571a1 1 0 0 1 .996.905l.77 8.095h3.325l.771-8.095A1 1 0 0 1 27.43 25H29v-1.7a5.46 5.46 0 0 0-1.482-3.765A4.85 4.85 0 0 0 24 18" clip-rule="evenodd"/><path d="M13.495 29.95a1 1 0 1 0-.626-1.9c-1.957.644-3.629 1.475-4.831 2.47C6.84 31.511 6 32.763 6 34.226c0 1.3.665 2.437 1.65 3.365c.983.925 2.351 1.713 3.96 2.354C14.83 41.228 19.21 42 24 42s9.17-.772 12.39-2.055c1.609-.64 2.977-1.428 3.96-2.354c.984-.928 1.65-2.065 1.65-3.365c0-1.463-.84-2.715-2.038-3.706c-1.203-.995-2.874-1.826-4.831-2.47a1 1 0 1 0-.626 1.9c1.82.599 3.238 1.33 4.182 2.11c.95.786 1.313 1.526 1.313 2.166c0 .57-.286 1.216-1.022 1.909c-.737.695-1.859 1.367-3.327 1.952C32.719 39.255 28.6 40 24 40s-8.719-.745-11.65-1.913c-1.47-.585-2.59-1.257-3.328-1.952C8.286 35.442 8 34.796 8 34.226c0-.64.363-1.38 1.313-2.165c.944-.781 2.363-1.512 4.182-2.111M8 22v-3h6v-2H8v-3H6v8zm32 0h2v-8h-2v3h-6v2h6z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsSocialDistancingAltOutline(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 fillRule="evenodd" d="M20 10a4 4 0 1 1 8 0a4 4 0 0 1-8 0m4-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4m-4.967 10.156C20.342 16.782 22.127 16 24 16s3.658.782 4.967 2.156C30.274 19.528 31 21.379 31 23.3V26a1 1 0 0 1-1 1h-1.662l-.771 8.095a1 1 0 0 1-.996.905H21.43a1 1 0 0 1-.996-.905L19.663 27H18a1 1 0 0 1-1-1v-2.7c0-1.92.726-3.772 2.033-5.144M24 18c-1.31 0-2.577.546-3.518 1.535A5.46 5.46 0 0 0 19 23.3V25h1.571a1 1 0 0 1 .996.905l.77 8.095h3.325l.771-8.095A1 1 0 0 1 27.43 25H29v-1.7a5.46 5.46 0 0 0-1.482-3.765A4.85 4.85 0 0 0 24 18" clipRule="evenodd"/><path d="M13.495 29.95a1 1 0 1 0-.626-1.9c-1.957.644-3.629 1.475-4.831 2.47C6.84 31.511 6 32.763 6 34.226c0 1.3.665 2.437 1.65 3.365c.983.925 2.351 1.713 3.96 2.354C14.83 41.228 19.21 42 24 42s9.17-.772 12.39-2.055c1.609-.64 2.977-1.428 3.96-2.354c.984-.928 1.65-2.065 1.65-3.365c0-1.463-.84-2.715-2.038-3.706c-1.203-.995-2.874-1.826-4.831-2.47a1 1 0 1 0-.626 1.9c1.82.599 3.238 1.33 4.182 2.11c.95.786 1.313 1.526 1.313 2.166c0 .57-.286 1.216-1.022 1.909c-.737.695-1.859 1.367-3.327 1.952C32.719 39.255 28.6 40 24 40s-8.719-.745-11.65-1.913c-1.47-.585-2.59-1.257-3.328-1.952C8.286 35.442 8 34.796 8 34.226c0-.64.363-1.38 1.313-2.165c.944-.781 2.363-1.512 4.182-2.111M8 22v-3h6v-2H8v-3H6v8zm32 0h2v-8h-2v3h-6v2h6z"/></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 fill-rule="evenodd" d="M20 10a4 4 0 1 1 8 0a4 4 0 0 1-8 0m4-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4m-4.967 10.156C20.342 16.782 22.127 16 24 16s3.658.782 4.967 2.156C30.274 19.528 31 21.379 31 23.3V26a1 1 0 0 1-1 1h-1.662l-.771 8.095a1 1 0 0 1-.996.905H21.43a1 1 0 0 1-.996-.905L19.663 27H18a1 1 0 0 1-1-1v-2.7c0-1.92.726-3.772 2.033-5.144M24 18c-1.31 0-2.577.546-3.518 1.535A5.46 5.46 0 0 0 19 23.3V25h1.571a1 1 0 0 1 .996.905l.77 8.095h3.325l.771-8.095A1 1 0 0 1 27.43 25H29v-1.7a5.46 5.46 0 0 0-1.482-3.765A4.85 4.85 0 0 0 24 18" clip-rule="evenodd"/><path d="M13.495 29.95a1 1 0 1 0-.626-1.9c-1.957.644-3.629 1.475-4.831 2.47C6.84 31.511 6 32.763 6 34.226c0 1.3.665 2.437 1.65 3.365c.983.925 2.351 1.713 3.96 2.354C14.83 41.228 19.21 42 24 42s9.17-.772 12.39-2.055c1.609-.64 2.977-1.428 3.96-2.354c.984-.928 1.65-2.065 1.65-3.365c0-1.463-.84-2.715-2.038-3.706c-1.203-.995-2.874-1.826-4.831-2.47a1 1 0 1 0-.626 1.9c1.82.599 3.238 1.33 4.182 2.11c.95.786 1.313 1.526 1.313 2.166c0 .57-.286 1.216-1.022 1.909c-.737.695-1.859 1.367-3.327 1.952C32.719 39.255 28.6 40 24 40s-8.719-.745-11.65-1.913c-1.47-.585-2.59-1.257-3.328-1.952C8.286 35.442 8 34.796 8 34.226c0-.64.363-1.38 1.313-2.165c.944-.781 2.363-1.512 4.182-2.111M8 22v-3h6v-2H8v-3H6v8zm32 0h2v-8h-2v3h-6v2h6z"/></g></svg>
</template>

CSS

.icon-social-distancing-alt-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%20fill-rule%3D%22evenodd%22%20d%3D%22M20%2010a4%204%200%201%201%208%200a4%204%200%200%201-8%200m4-2a2%202%200%201%200%200%204a2%202%200%200%200%200-4m-4.967%2010.156C20.342%2016.782%2022.127%2016%2024%2016s3.658.782%204.967%202.156C30.274%2019.528%2031%2021.379%2031%2023.3V26a1%201%200%200%201-1%201h-1.662l-.771%208.095a1%201%200%200%201-.996.905H21.43a1%201%200%200%201-.996-.905L19.663%2027H18a1%201%200%200%201-1-1v-2.7c0-1.92.726-3.772%202.033-5.144M24%2018c-1.31%200-2.577.546-3.518%201.535A5.46%205.46%200%200%200%2019%2023.3V25h1.571a1%201%200%200%201%20.996.905l.77%208.095h3.325l.771-8.095A1%201%200%200%201%2027.43%2025H29v-1.7a5.46%205.46%200%200%200-1.482-3.765A4.85%204.85%200%200%200%2024%2018%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13.495%2029.95a1%201%200%201%200-.626-1.9c-1.957.644-3.629%201.475-4.831%202.47C6.84%2031.511%206%2032.763%206%2034.226c0%201.3.665%202.437%201.65%203.365c.983.925%202.351%201.713%203.96%202.354C14.83%2041.228%2019.21%2042%2024%2042s9.17-.772%2012.39-2.055c1.609-.64%202.977-1.428%203.96-2.354c.984-.928%201.65-2.065%201.65-3.365c0-1.463-.84-2.715-2.038-3.706c-1.203-.995-2.874-1.826-4.831-2.47a1%201%200%201%200-.626%201.9c1.82.599%203.238%201.33%204.182%202.11c.95.786%201.313%201.526%201.313%202.166c0%20.57-.286%201.216-1.022%201.909c-.737.695-1.859%201.367-3.327%201.952C32.719%2039.255%2028.6%2040%2024%2040s-8.719-.745-11.65-1.913c-1.47-.585-2.59-1.257-3.328-1.952C8.286%2035.442%208%2034.796%208%2034.226c0-.64.363-1.38%201.313-2.165c.944-.781%202.363-1.512%204.182-2.111M8%2022v-3h6v-2H8v-3H6v8zm32%200h2v-8h-2v3h-6v2h6z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M20%2010a4%204%200%201%201%208%200a4%204%200%200%201-8%200m4-2a2%202%200%201%200%200%204a2%202%200%200%200%200-4m-4.967%2010.156C20.342%2016.782%2022.127%2016%2024%2016s3.658.782%204.967%202.156C30.274%2019.528%2031%2021.379%2031%2023.3V26a1%201%200%200%201-1%201h-1.662l-.771%208.095a1%201%200%200%201-.996.905H21.43a1%201%200%200%201-.996-.905L19.663%2027H18a1%201%200%200%201-1-1v-2.7c0-1.92.726-3.772%202.033-5.144M24%2018c-1.31%200-2.577.546-3.518%201.535A5.46%205.46%200%200%200%2019%2023.3V25h1.571a1%201%200%200%201%20.996.905l.77%208.095h3.325l.771-8.095A1%201%200%200%201%2027.43%2025H29v-1.7a5.46%205.46%200%200%200-1.482-3.765A4.85%204.85%200%200%200%2024%2018%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13.495%2029.95a1%201%200%201%200-.626-1.9c-1.957.644-3.629%201.475-4.831%202.47C6.84%2031.511%206%2032.763%206%2034.226c0%201.3.665%202.437%201.65%203.365c.983.925%202.351%201.713%203.96%202.354C14.83%2041.228%2019.21%2042%2024%2042s9.17-.772%2012.39-2.055c1.609-.64%202.977-1.428%203.96-2.354c.984-.928%201.65-2.065%201.65-3.365c0-1.463-.84-2.715-2.038-3.706c-1.203-.995-2.874-1.826-4.831-2.47a1%201%200%201%200-.626%201.9c1.82.599%203.238%201.33%204.182%202.11c.95.786%201.313%201.526%201.313%202.166c0%20.57-.286%201.216-1.022%201.909c-.737.695-1.859%201.367-3.327%201.952C32.719%2039.255%2028.6%2040%2024%2040s-8.719-.745-11.65-1.913c-1.47-.585-2.59-1.257-3.328-1.952C8.286%2035.442%208%2034.796%208%2034.226c0-.64.363-1.38%201.313-2.165c.944-.781%202.363-1.512%204.182-2.111M8%2022v-3h6v-2H8v-3H6v8zm32%200h2v-8h-2v3h-6v2h6z%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-alt-outline.svg?color=%231a73e8&size=48