social distance 2 meters icon
social-distance-2-meters from Material Design Icons by Pictogrammers · Filled · Medical / Hospital · Apache-2.0 Free for personal and commercial use.
- Name
- social-distance-2-meters
- Set
- Material Design Icons
- Style
- Filled
- Category
- Medical / Hospital
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- account-multiple-2-meters
More medical / hospital icons from Material Design Icons
Use the social distance 2 meters icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 6c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2m4 3.43c0-.81-.5-1.53-1.22-1.85C7.93 7.21 7 7 6 7s-1.93.21-2.78.58C2.5 7.9 2 8.62 2 9.43V10h8zM18 6c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2m4 3.43c0-.81-.5-1.53-1.22-1.85C19.93 7.21 19 7 18 7s-1.93.21-2.78.58C14.5 7.9 14 8.62 14 9.43V10h8zM19 17v-2H5v2l-3-3l3-3v2h14v-2l3 3zM9 20.5v.5h2v1H8v-1.5c0-.55.45-1 1-1h1V19H8v-1h2c.55 0 1 .45 1 1v.5c0 .55-.45 1-1 1zm7-1.5v3h-1v-3h-.5v2h-1v-2H13v3h-1v-3c0-.55.45-1 1-1h2c.55 0 1 .45 1 1"/></svg>
React
import type { SVGProps } from "react";
export function MdiSocialDistance2Meters(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="M6 6c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2m4 3.43c0-.81-.5-1.53-1.22-1.85C7.93 7.21 7 7 6 7s-1.93.21-2.78.58C2.5 7.9 2 8.62 2 9.43V10h8zM18 6c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2m4 3.43c0-.81-.5-1.53-1.22-1.85C19.93 7.21 19 7 18 7s-1.93.21-2.78.58C14.5 7.9 14 8.62 14 9.43V10h8zM19 17v-2H5v2l-3-3l3-3v2h14v-2l3 3zM9 20.5v.5h2v1H8v-1.5c0-.55.45-1 1-1h1V19H8v-1h2c.55 0 1 .45 1 1v.5c0 .55-.45 1-1 1zm7-1.5v3h-1v-3h-.5v2h-1v-2H13v3h-1v-3c0-.55.45-1 1-1h2c.55 0 1 .45 1 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 6c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2m4 3.43c0-.81-.5-1.53-1.22-1.85C7.93 7.21 7 7 6 7s-1.93.21-2.78.58C2.5 7.9 2 8.62 2 9.43V10h8zM18 6c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2m4 3.43c0-.81-.5-1.53-1.22-1.85C19.93 7.21 19 7 18 7s-1.93.21-2.78.58C14.5 7.9 14 8.62 14 9.43V10h8zM19 17v-2H5v2l-3-3l3-3v2h14v-2l3 3zM9 20.5v.5h2v1H8v-1.5c0-.55.45-1 1-1h1V19H8v-1h2c.55 0 1 .45 1 1v.5c0 .55-.45 1-1 1zm7-1.5v3h-1v-3h-.5v2h-1v-2H13v3h-1v-3c0-.55.45-1 1-1h2c.55 0 1 .45 1 1"/></svg> </template>
CSS
.icon-social-distance-2-meters {
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%22M6%206c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202s.9%202%202%202m4%203.43c0-.81-.5-1.53-1.22-1.85C7.93%207.21%207%207%206%207s-1.93.21-2.78.58C2.5%207.9%202%208.62%202%209.43V10h8zM18%206c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202s.9%202%202%202m4%203.43c0-.81-.5-1.53-1.22-1.85C19.93%207.21%2019%207%2018%207s-1.93.21-2.78.58C14.5%207.9%2014%208.62%2014%209.43V10h8zM19%2017v-2H5v2l-3-3l3-3v2h14v-2l3%203zM9%2020.5v.5h2v1H8v-1.5c0-.55.45-1%201-1h1V19H8v-1h2c.55%200%201%20.45%201%201v.5c0%20.55-.45%201-1%201zm7-1.5v3h-1v-3h-.5v2h-1v-2H13v3h-1v-3c0-.55.45-1%201-1h2c.55%200%201%20.45%201%201%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%22M6%206c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202s.9%202%202%202m4%203.43c0-.81-.5-1.53-1.22-1.85C7.93%207.21%207%207%206%207s-1.93.21-2.78.58C2.5%207.9%202%208.62%202%209.43V10h8zM18%206c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202s.9%202%202%202m4%203.43c0-.81-.5-1.53-1.22-1.85C19.93%207.21%2019%207%2018%207s-1.93.21-2.78.58C14.5%207.9%2014%208.62%2014%209.43V10h8zM19%2017v-2H5v2l-3-3l3-3v2h14v-2l3%203zM9%2020.5v.5h2v1H8v-1.5c0-.55.45-1%201-1h1V19H8v-1h2c.55%200%201%20.45%201%201v.5c0%20.55-.45%201-1%201zm7-1.5v3h-1v-3h-.5v2h-1v-2H13v3h-1v-3c0-.55.45-1%201-1h2c.55%200%201%20.45%201%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/social-distance-2-meters.svg?color=%231a73e8&size=48