social distance icon
social-distance from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- social-distance
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- social-distance-outline, social-distance-outline-sharp, social-distance-sharp
1 other variant in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the social distance icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6 21l-4-4l4-4l1.4 1.4L5.8 16h12.4l-1.6-1.6L18 13l4 4l-4 4l-1.4-1.4l1.6-1.6H5.8l1.6 1.6zM2 11v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.338-.425T6 8t1.438.15t1.337.425q.575.25.9.75t.325 1.1V11zm12 0v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.338-.425T18 8t1.438.15t1.337.425q.575.25.9.75t.325 1.1V11zM6 7q-.825 0-1.412-.587T4 5t.588-1.412T6 3t1.413.588T8 5t-.587 1.413T6 7m12 0q-.825 0-1.412-.587T16 5t.588-1.412T18 3t1.413.588T20 5t-.587 1.413T18 7"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSocialDistance(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 21l-4-4l4-4l1.4 1.4L5.8 16h12.4l-1.6-1.6L18 13l4 4l-4 4l-1.4-1.4l1.6-1.6H5.8l1.6 1.6zM2 11v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.338-.425T6 8t1.438.15t1.337.425q.575.25.9.75t.325 1.1V11zm12 0v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.338-.425T18 8t1.438.15t1.337.425q.575.25.9.75t.325 1.1V11zM6 7q-.825 0-1.412-.587T4 5t.588-1.412T6 3t1.413.588T8 5t-.587 1.413T6 7m12 0q-.825 0-1.412-.587T16 5t.588-1.412T18 3t1.413.588T20 5t-.587 1.413T18 7"/></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 21l-4-4l4-4l1.4 1.4L5.8 16h12.4l-1.6-1.6L18 13l4 4l-4 4l-1.4-1.4l1.6-1.6H5.8l1.6 1.6zM2 11v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.338-.425T6 8t1.438.15t1.337.425q.575.25.9.75t.325 1.1V11zm12 0v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.338-.425T18 8t1.438.15t1.337.425q.575.25.9.75t.325 1.1V11zM6 7q-.825 0-1.412-.587T4 5t.588-1.412T6 3t1.413.588T8 5t-.587 1.413T6 7m12 0q-.825 0-1.412-.587T16 5t.588-1.412T18 3t1.413.588T20 5t-.587 1.413T18 7"/></svg> </template>
CSS
.icon-social-distance {
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%2021l-4-4l4-4l1.4%201.4L5.8%2016h12.4l-1.6-1.6L18%2013l4%204l-4%204l-1.4-1.4l1.6-1.6H5.8l1.6%201.6zM2%2011v-.575q0-.6.325-1.1t.9-.75q.65-.275%201.338-.425T6%208t1.438.15t1.337.425q.575.25.9.75t.325%201.1V11zm12%200v-.575q0-.6.325-1.1t.9-.75q.65-.275%201.338-.425T18%208t1.438.15t1.337.425q.575.25.9.75t.325%201.1V11zM6%207q-.825%200-1.412-.587T4%205t.588-1.412T6%203t1.413.588T8%205t-.587%201.413T6%207m12%200q-.825%200-1.412-.587T16%205t.588-1.412T18%203t1.413.588T20%205t-.587%201.413T18%207%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%2021l-4-4l4-4l1.4%201.4L5.8%2016h12.4l-1.6-1.6L18%2013l4%204l-4%204l-1.4-1.4l1.6-1.6H5.8l1.6%201.6zM2%2011v-.575q0-.6.325-1.1t.9-.75q.65-.275%201.338-.425T6%208t1.438.15t1.337.425q.575.25.9.75t.325%201.1V11zm12%200v-.575q0-.6.325-1.1t.9-.75q.65-.275%201.338-.425T18%208t1.438.15t1.337.425q.575.25.9.75t.325%201.1V11zM6%207q-.825%200-1.412-.587T4%205t.588-1.412T6%203t1.413.588T8%205t-.587%201.413T6%207m12%200q-.825%200-1.412-.587T16%205t.588-1.412T18%203t1.413.588T20%205t-.587%201.413T18%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/social-distance.svg?color=%231a73e8&size=48