6 ft apart icon
6-ft-apart-sharp from Material Symbols Light by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- 6-ft-apart-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- 6-ft-apart-outline-sharp
2 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the 6 ft apart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.116 21.885v-3.77h2.769v.77h-2v.73h2v2.27zm4.5 0v-3.77h2.269v.77h-1.5v.73h1v.77h-1v1.5zm4 0v-3h-1v-.77h2.769v.77h-1v3zm-7.731-.77h1.23v-.73h-1.23zM5.5 16.366l-2.558-2.557L5.5 11.25l.627.627l-1.43 1.43h14.601l-1.425-1.43l.627-.627l2.558 2.558l-2.558 2.558l-.627-.627l1.43-1.431h-14.6l1.425 1.43zM3 9.5v-.133q0-.465.248-.802q.248-.336.67-.528q.592-.256 1.24-.397q.65-.14 1.342-.14t1.341.14t1.242.397q.42.192.669.528q.248.337.248.802V9.5zm11 0v-.133q0-.465.248-.802q.248-.336.67-.528q.592-.256 1.24-.397q.65-.14 1.342-.14t1.341.14t1.242.397q.42.192.669.528q.248.337.248.802V9.5zM5.434 5.451Q5 5.017 5 4.385t.434-1.067T6.5 2.884t1.066.434T8 4.385T7.566 5.45q-.433.434-1.066.434T5.434 5.45m11 0Q16 5.017 16 4.385t.434-1.067t1.066-.434t1.066.434T19 4.385t-.434 1.066q-.433.434-1.066.434t-1.066-.434"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLight6FtApartSharp(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="M7.116 21.885v-3.77h2.769v.77h-2v.73h2v2.27zm4.5 0v-3.77h2.269v.77h-1.5v.73h1v.77h-1v1.5zm4 0v-3h-1v-.77h2.769v.77h-1v3zm-7.731-.77h1.23v-.73h-1.23zM5.5 16.366l-2.558-2.557L5.5 11.25l.627.627l-1.43 1.43h14.601l-1.425-1.43l.627-.627l2.558 2.558l-2.558 2.558l-.627-.627l1.43-1.431h-14.6l1.425 1.43zM3 9.5v-.133q0-.465.248-.802q.248-.336.67-.528q.592-.256 1.24-.397q.65-.14 1.342-.14t1.341.14t1.242.397q.42.192.669.528q.248.337.248.802V9.5zm11 0v-.133q0-.465.248-.802q.248-.336.67-.528q.592-.256 1.24-.397q.65-.14 1.342-.14t1.341.14t1.242.397q.42.192.669.528q.248.337.248.802V9.5zM5.434 5.451Q5 5.017 5 4.385t.434-1.067T6.5 2.884t1.066.434T8 4.385T7.566 5.45q-.433.434-1.066.434T5.434 5.45m11 0Q16 5.017 16 4.385t.434-1.067t1.066-.434t1.066.434T19 4.385t-.434 1.066q-.433.434-1.066.434t-1.066-.434"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.116 21.885v-3.77h2.769v.77h-2v.73h2v2.27zm4.5 0v-3.77h2.269v.77h-1.5v.73h1v.77h-1v1.5zm4 0v-3h-1v-.77h2.769v.77h-1v3zm-7.731-.77h1.23v-.73h-1.23zM5.5 16.366l-2.558-2.557L5.5 11.25l.627.627l-1.43 1.43h14.601l-1.425-1.43l.627-.627l2.558 2.558l-2.558 2.558l-.627-.627l1.43-1.431h-14.6l1.425 1.43zM3 9.5v-.133q0-.465.248-.802q.248-.336.67-.528q.592-.256 1.24-.397q.65-.14 1.342-.14t1.341.14t1.242.397q.42.192.669.528q.248.337.248.802V9.5zm11 0v-.133q0-.465.248-.802q.248-.336.67-.528q.592-.256 1.24-.397q.65-.14 1.342-.14t1.341.14t1.242.397q.42.192.669.528q.248.337.248.802V9.5zM5.434 5.451Q5 5.017 5 4.385t.434-1.067T6.5 2.884t1.066.434T8 4.385T7.566 5.45q-.433.434-1.066.434T5.434 5.45m11 0Q16 5.017 16 4.385t.434-1.067t1.066-.434t1.066.434T19 4.385t-.434 1.066q-.433.434-1.066.434t-1.066-.434"/></svg> </template>
CSS
.icon-6-ft-apart-sharp {
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%22M7.116%2021.885v-3.77h2.769v.77h-2v.73h2v2.27zm4.5%200v-3.77h2.269v.77h-1.5v.73h1v.77h-1v1.5zm4%200v-3h-1v-.77h2.769v.77h-1v3zm-7.731-.77h1.23v-.73h-1.23zM5.5%2016.366l-2.558-2.557L5.5%2011.25l.627.627l-1.43%201.43h14.601l-1.425-1.43l.627-.627l2.558%202.558l-2.558%202.558l-.627-.627l1.43-1.431h-14.6l1.425%201.43zM3%209.5v-.133q0-.465.248-.802q.248-.336.67-.528q.592-.256%201.24-.397q.65-.14%201.342-.14t1.341.14t1.242.397q.42.192.669.528q.248.337.248.802V9.5zm11%200v-.133q0-.465.248-.802q.248-.336.67-.528q.592-.256%201.24-.397q.65-.14%201.342-.14t1.341.14t1.242.397q.42.192.669.528q.248.337.248.802V9.5zM5.434%205.451Q5%205.017%205%204.385t.434-1.067T6.5%202.884t1.066.434T8%204.385T7.566%205.45q-.433.434-1.066.434T5.434%205.45m11%200Q16%205.017%2016%204.385t.434-1.067t1.066-.434t1.066.434T19%204.385t-.434%201.066q-.433.434-1.066.434t-1.066-.434%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%22M7.116%2021.885v-3.77h2.769v.77h-2v.73h2v2.27zm4.5%200v-3.77h2.269v.77h-1.5v.73h1v.77h-1v1.5zm4%200v-3h-1v-.77h2.769v.77h-1v3zm-7.731-.77h1.23v-.73h-1.23zM5.5%2016.366l-2.558-2.557L5.5%2011.25l.627.627l-1.43%201.43h14.601l-1.425-1.43l.627-.627l2.558%202.558l-2.558%202.558l-.627-.627l1.43-1.431h-14.6l1.425%201.43zM3%209.5v-.133q0-.465.248-.802q.248-.336.67-.528q.592-.256%201.24-.397q.65-.14%201.342-.14t1.341.14t1.242.397q.42.192.669.528q.248.337.248.802V9.5zm11%200v-.133q0-.465.248-.802q.248-.336.67-.528q.592-.256%201.24-.397q.65-.14%201.342-.14t1.341.14t1.242.397q.42.192.669.528q.248.337.248.802V9.5zM5.434%205.451Q5%205.017%205%204.385t.434-1.067T6.5%202.884t1.066.434T8%204.385T7.566%205.45q-.433.434-1.066.434T5.434%205.45m11%200Q16%205.017%2016%204.385t.434-1.067t1.066-.434t1.066.434T19%204.385t-.434%201.066q-.433.434-1.066.434t-1.066-.434%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/6-ft-apart-sharp.svg?color=%231a73e8&size=48