social distancing icon
social-distancing from Unicons Solid by Iconscout · Solid · Medical · Apache-2.0 Free for personal and commercial use.
- Name
- social-distancing
- Set
- Unicons Solid
- Style
- Solid
- Category
- Medical
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More medical icons from Unicons Solid
Use the social distancing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.2 17.3l-2-2c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l.3.3h-2.6c-.6 0-1 .4-1 1s.4 1 1 1h2.6l-.3.3c-.2.2-.3.4-.3.7c0 .6.4 1 1 1c.3 0 .5-.1.7-.3l2-2c.1-.1.2-.2.2-.3s.1-.2.1-.4c0-.1 0-.3-.1-.4c0-.1-.1-.2-.2-.3M8.5 17H5.9l.3-.3c.4-.4.4-1 0-1.4s-1-.4-1.4 0l-2 2c-.1.1-.2.2-.2.3s-.1.2-.1.4c0 .1 0 .3.1.4s.1.2.2.3l2 2c.2.2.4.3.7.3s.5-.1.7-.3c.4-.4.4-1 0-1.4l-.3-.3h2.6c.6 0 1-.4 1-1s-.4-1-1-1M18 9.2c1.4 0 2.6-1.2 2.6-2.6S19.4 4 18 4s-2.6 1.2-2.6 2.6s1.2 2.6 2.6 2.6m4.7 3.7c-2.1-2.6-5.9-3-8.5-.9c-.3.3-.7.6-.9.9c-.4.6-.4 1.4.2 1.8c.2.2.5.3.8.3h1.9c.1-.3.3-.5.5-.8c1-1 2.6-1 3.5 0l.8.8h.6c.7 0 1.3-.6 1.3-1.3c.1-.3 0-.6-.2-.8m-20.5-1c-.3.3-.7.6-.9.9c-.4.6-.4 1.4.2 1.8c.2.3.5.4.8.4H3l.8-.8c1-1 2.6-1 3.5 0c.2.2.4.5.5.8h1.9c.7 0 1.3-.6 1.3-1.3c0-.3-.1-.6-.3-.8c-2.1-2.6-5.9-3-8.5-1M6 9.2c1.4 0 2.6-1.2 2.6-2.6S7.4 4 6 4S3.4 5.2 3.4 6.6S4.6 9.2 6 9.2"/></svg>
React
import type { SVGProps } from "react";
export function UisSocialDistancing(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.2 17.3l-2-2c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l.3.3h-2.6c-.6 0-1 .4-1 1s.4 1 1 1h2.6l-.3.3c-.2.2-.3.4-.3.7c0 .6.4 1 1 1c.3 0 .5-.1.7-.3l2-2c.1-.1.2-.2.2-.3s.1-.2.1-.4c0-.1 0-.3-.1-.4c0-.1-.1-.2-.2-.3M8.5 17H5.9l.3-.3c.4-.4.4-1 0-1.4s-1-.4-1.4 0l-2 2c-.1.1-.2.2-.2.3s-.1.2-.1.4c0 .1 0 .3.1.4s.1.2.2.3l2 2c.2.2.4.3.7.3s.5-.1.7-.3c.4-.4.4-1 0-1.4l-.3-.3h2.6c.6 0 1-.4 1-1s-.4-1-1-1M18 9.2c1.4 0 2.6-1.2 2.6-2.6S19.4 4 18 4s-2.6 1.2-2.6 2.6s1.2 2.6 2.6 2.6m4.7 3.7c-2.1-2.6-5.9-3-8.5-.9c-.3.3-.7.6-.9.9c-.4.6-.4 1.4.2 1.8c.2.2.5.3.8.3h1.9c.1-.3.3-.5.5-.8c1-1 2.6-1 3.5 0l.8.8h.6c.7 0 1.3-.6 1.3-1.3c.1-.3 0-.6-.2-.8m-20.5-1c-.3.3-.7.6-.9.9c-.4.6-.4 1.4.2 1.8c.2.3.5.4.8.4H3l.8-.8c1-1 2.6-1 3.5 0c.2.2.4.5.5.8h1.9c.7 0 1.3-.6 1.3-1.3c0-.3-.1-.6-.3-.8c-2.1-2.6-5.9-3-8.5-1M6 9.2c1.4 0 2.6-1.2 2.6-2.6S7.4 4 6 4S3.4 5.2 3.4 6.6S4.6 9.2 6 9.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.2 17.3l-2-2c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l.3.3h-2.6c-.6 0-1 .4-1 1s.4 1 1 1h2.6l-.3.3c-.2.2-.3.4-.3.7c0 .6.4 1 1 1c.3 0 .5-.1.7-.3l2-2c.1-.1.2-.2.2-.3s.1-.2.1-.4c0-.1 0-.3-.1-.4c0-.1-.1-.2-.2-.3M8.5 17H5.9l.3-.3c.4-.4.4-1 0-1.4s-1-.4-1.4 0l-2 2c-.1.1-.2.2-.2.3s-.1.2-.1.4c0 .1 0 .3.1.4s.1.2.2.3l2 2c.2.2.4.3.7.3s.5-.1.7-.3c.4-.4.4-1 0-1.4l-.3-.3h2.6c.6 0 1-.4 1-1s-.4-1-1-1M18 9.2c1.4 0 2.6-1.2 2.6-2.6S19.4 4 18 4s-2.6 1.2-2.6 2.6s1.2 2.6 2.6 2.6m4.7 3.7c-2.1-2.6-5.9-3-8.5-.9c-.3.3-.7.6-.9.9c-.4.6-.4 1.4.2 1.8c.2.2.5.3.8.3h1.9c.1-.3.3-.5.5-.8c1-1 2.6-1 3.5 0l.8.8h.6c.7 0 1.3-.6 1.3-1.3c.1-.3 0-.6-.2-.8m-20.5-1c-.3.3-.7.6-.9.9c-.4.6-.4 1.4.2 1.8c.2.3.5.4.8.4H3l.8-.8c1-1 2.6-1 3.5 0c.2.2.4.5.5.8h1.9c.7 0 1.3-.6 1.3-1.3c0-.3-.1-.6-.3-.8c-2.1-2.6-5.9-3-8.5-1M6 9.2c1.4 0 2.6-1.2 2.6-2.6S7.4 4 6 4S3.4 5.2 3.4 6.6S4.6 9.2 6 9.2"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.2%2017.3l-2-2c-.4-.4-1-.4-1.4%200s-.4%201%200%201.4l.3.3h-2.6c-.6%200-1%20.4-1%201s.4%201%201%201h2.6l-.3.3c-.2.2-.3.4-.3.7c0%20.6.4%201%201%201c.3%200%20.5-.1.7-.3l2-2c.1-.1.2-.2.2-.3s.1-.2.1-.4c0-.1%200-.3-.1-.4c0-.1-.1-.2-.2-.3M8.5%2017H5.9l.3-.3c.4-.4.4-1%200-1.4s-1-.4-1.4%200l-2%202c-.1.1-.2.2-.2.3s-.1.2-.1.4c0%20.1%200%20.3.1.4s.1.2.2.3l2%202c.2.2.4.3.7.3s.5-.1.7-.3c.4-.4.4-1%200-1.4l-.3-.3h2.6c.6%200%201-.4%201-1s-.4-1-1-1M18%209.2c1.4%200%202.6-1.2%202.6-2.6S19.4%204%2018%204s-2.6%201.2-2.6%202.6s1.2%202.6%202.6%202.6m4.7%203.7c-2.1-2.6-5.9-3-8.5-.9c-.3.3-.7.6-.9.9c-.4.6-.4%201.4.2%201.8c.2.2.5.3.8.3h1.9c.1-.3.3-.5.5-.8c1-1%202.6-1%203.5%200l.8.8h.6c.7%200%201.3-.6%201.3-1.3c.1-.3%200-.6-.2-.8m-20.5-1c-.3.3-.7.6-.9.9c-.4.6-.4%201.4.2%201.8c.2.3.5.4.8.4H3l.8-.8c1-1%202.6-1%203.5%200c.2.2.4.5.5.8h1.9c.7%200%201.3-.6%201.3-1.3c0-.3-.1-.6-.3-.8c-2.1-2.6-5.9-3-8.5-1M6%209.2c1.4%200%202.6-1.2%202.6-2.6S7.4%204%206%204S3.4%205.2%203.4%206.6S4.6%209.2%206%209.2%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.2%2017.3l-2-2c-.4-.4-1-.4-1.4%200s-.4%201%200%201.4l.3.3h-2.6c-.6%200-1%20.4-1%201s.4%201%201%201h2.6l-.3.3c-.2.2-.3.4-.3.7c0%20.6.4%201%201%201c.3%200%20.5-.1.7-.3l2-2c.1-.1.2-.2.2-.3s.1-.2.1-.4c0-.1%200-.3-.1-.4c0-.1-.1-.2-.2-.3M8.5%2017H5.9l.3-.3c.4-.4.4-1%200-1.4s-1-.4-1.4%200l-2%202c-.1.1-.2.2-.2.3s-.1.2-.1.4c0%20.1%200%20.3.1.4s.1.2.2.3l2%202c.2.2.4.3.7.3s.5-.1.7-.3c.4-.4.4-1%200-1.4l-.3-.3h2.6c.6%200%201-.4%201-1s-.4-1-1-1M18%209.2c1.4%200%202.6-1.2%202.6-2.6S19.4%204%2018%204s-2.6%201.2-2.6%202.6s1.2%202.6%202.6%202.6m4.7%203.7c-2.1-2.6-5.9-3-8.5-.9c-.3.3-.7.6-.9.9c-.4.6-.4%201.4.2%201.8c.2.2.5.3.8.3h1.9c.1-.3.3-.5.5-.8c1-1%202.6-1%203.5%200l.8.8h.6c.7%200%201.3-.6%201.3-1.3c.1-.3%200-.6-.2-.8m-20.5-1c-.3.3-.7.6-.9.9c-.4.6-.4%201.4.2%201.8c.2.3.5.4.8.4H3l.8-.8c1-1%202.6-1%203.5%200c.2.2.4.5.5.8h1.9c.7%200%201.3-.6%201.3-1.3c0-.3-.1-.6-.3-.8c-2.1-2.6-5.9-3-8.5-1M6%209.2c1.4%200%202.6-1.2%202.6-2.6S7.4%204%206%204S3.4%205.2%203.4%206.6S4.6%209.2%206%209.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uis/social-distancing.svg?color=%231a73e8&size=48