round 6 ft apart icon

round-6-ft-apart from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
round-6-ft-apart
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the round 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="M6 6c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2m4 3.43c0-.81-.48-1.53-1.22-1.85a6.95 6.95 0 0 0-5.56 0A2.01 2.01 0 0 0 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-.48-1.53-1.22-1.85a6.95 6.95 0 0 0-5.56 0A2.01 2.01 0 0 0 14 9.43V10h8zm-.35 4.92l-1.79 1.79c-.32.32-.86.1-.86-.35v-.8L5 15v.79c0 .45-.54.67-.85.35l-1.79-1.79c-.2-.2-.2-.51 0-.71l1.79-1.79a.5.5 0 0 1 .85.36v.8L19 13v-.79c0-.45.54-.67.85-.35l1.79 1.79c.2.19.2.51.01.7M10 18.5c0-.28-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5v3c0 .28.22.5.5.5h2c.28 0 .5-.22.5-.5V20c0-.28-.22-.5-.5-.5H8V19h1.5c.28 0 .5-.22.5-.5m-1 2v.5H8v-.5zm8-1.5h-.5v2.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5V19H15c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h2c.28 0 .5.22.5.5s-.22.5-.5.5m-3-.5c0 .28-.22.5-.5.5h-1v.5h.5c.28 0 .5.22.5.5s-.22.5-.5.5h-.5v1c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5h1.5c.28 0 .5.22.5.5"/></svg>

React

import type { SVGProps } from "react";

export function IcRound6FtApart(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-.48-1.53-1.22-1.85a6.95 6.95 0 0 0-5.56 0A2.01 2.01 0 0 0 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-.48-1.53-1.22-1.85a6.95 6.95 0 0 0-5.56 0A2.01 2.01 0 0 0 14 9.43V10h8zm-.35 4.92l-1.79 1.79c-.32.32-.86.1-.86-.35v-.8L5 15v.79c0 .45-.54.67-.85.35l-1.79-1.79c-.2-.2-.2-.51 0-.71l1.79-1.79a.5.5 0 0 1 .85.36v.8L19 13v-.79c0-.45.54-.67.85-.35l1.79 1.79c.2.19.2.51.01.7M10 18.5c0-.28-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5v3c0 .28.22.5.5.5h2c.28 0 .5-.22.5-.5V20c0-.28-.22-.5-.5-.5H8V19h1.5c.28 0 .5-.22.5-.5m-1 2v.5H8v-.5zm8-1.5h-.5v2.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5V19H15c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h2c.28 0 .5.22.5.5s-.22.5-.5.5m-3-.5c0 .28-.22.5-.5.5h-1v.5h.5c.28 0 .5.22.5.5s-.22.5-.5.5h-.5v1c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5h1.5c.28 0 .5.22.5.5"/></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-.48-1.53-1.22-1.85a6.95 6.95 0 0 0-5.56 0A2.01 2.01 0 0 0 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-.48-1.53-1.22-1.85a6.95 6.95 0 0 0-5.56 0A2.01 2.01 0 0 0 14 9.43V10h8zm-.35 4.92l-1.79 1.79c-.32.32-.86.1-.86-.35v-.8L5 15v.79c0 .45-.54.67-.85.35l-1.79-1.79c-.2-.2-.2-.51 0-.71l1.79-1.79a.5.5 0 0 1 .85.36v.8L19 13v-.79c0-.45.54-.67.85-.35l1.79 1.79c.2.19.2.51.01.7M10 18.5c0-.28-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5v3c0 .28.22.5.5.5h2c.28 0 .5-.22.5-.5V20c0-.28-.22-.5-.5-.5H8V19h1.5c.28 0 .5-.22.5-.5m-1 2v.5H8v-.5zm8-1.5h-.5v2.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5V19H15c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h2c.28 0 .5.22.5.5s-.22.5-.5.5m-3-.5c0 .28-.22.5-.5.5h-1v.5h.5c.28 0 .5.22.5.5s-.22.5-.5.5h-.5v1c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5h1.5c.28 0 .5.22.5.5"/></svg>
</template>

CSS

.icon-round-6-ft-apart {
  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-.48-1.53-1.22-1.85a6.95%206.95%200%200%200-5.56%200A2.01%202.01%200%200%200%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-.48-1.53-1.22-1.85a6.95%206.95%200%200%200-5.56%200A2.01%202.01%200%200%200%2014%209.43V10h8zm-.35%204.92l-1.79%201.79c-.32.32-.86.1-.86-.35v-.8L5%2015v.79c0%20.45-.54.67-.85.35l-1.79-1.79c-.2-.2-.2-.51%200-.71l1.79-1.79a.5.5%200%200%201%20.85.36v.8L19%2013v-.79c0-.45.54-.67.85-.35l1.79%201.79c.2.19.2.51.01.7M10%2018.5c0-.28-.22-.5-.5-.5h-2c-.28%200-.5.22-.5.5v3c0%20.28.22.5.5.5h2c.28%200%20.5-.22.5-.5V20c0-.28-.22-.5-.5-.5H8V19h1.5c.28%200%20.5-.22.5-.5m-1%202v.5H8v-.5zm8-1.5h-.5v2.5c0%20.28-.22.5-.5.5s-.5-.22-.5-.5V19H15c-.28%200-.5-.22-.5-.5s.22-.5.5-.5h2c.28%200%20.5.22.5.5s-.22.5-.5.5m-3-.5c0%20.28-.22.5-.5.5h-1v.5h.5c.28%200%20.5.22.5.5s-.22.5-.5.5h-.5v1c0%20.28-.22.5-.5.5s-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5h1.5c.28%200%20.5.22.5.5%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-.48-1.53-1.22-1.85a6.95%206.95%200%200%200-5.56%200A2.01%202.01%200%200%200%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-.48-1.53-1.22-1.85a6.95%206.95%200%200%200-5.56%200A2.01%202.01%200%200%200%2014%209.43V10h8zm-.35%204.92l-1.79%201.79c-.32.32-.86.1-.86-.35v-.8L5%2015v.79c0%20.45-.54.67-.85.35l-1.79-1.79c-.2-.2-.2-.51%200-.71l1.79-1.79a.5.5%200%200%201%20.85.36v.8L19%2013v-.79c0-.45.54-.67.85-.35l1.79%201.79c.2.19.2.51.01.7M10%2018.5c0-.28-.22-.5-.5-.5h-2c-.28%200-.5.22-.5.5v3c0%20.28.22.5.5.5h2c.28%200%20.5-.22.5-.5V20c0-.28-.22-.5-.5-.5H8V19h1.5c.28%200%20.5-.22.5-.5m-1%202v.5H8v-.5zm8-1.5h-.5v2.5c0%20.28-.22.5-.5.5s-.5-.22-.5-.5V19H15c-.28%200-.5-.22-.5-.5s.22-.5.5-.5h2c.28%200%20.5.22.5.5s-.22.5-.5.5m-3-.5c0%20.28-.22.5-.5.5h-1v.5h.5c.28%200%20.5.22.5.5s-.22.5-.5.5h-.5v1c0%20.28-.22.5-.5.5s-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5h1.5c.28%200%20.5.22.5.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-6-ft-apart.svg?color=%231a73e8&size=48