round public off icon

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

Name
round-public-off
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 public off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 8.17L6.49 3.66A9.9 9.9 0 0 1 12 2c5.52 0 10 4.48 10 10c0 2.04-.61 3.93-1.66 5.51l-1.46-1.46A7.84 7.84 0 0 0 20 12c0-3.35-2.07-6.22-5-7.41V5c0 1.1-.9 2-2 2h-2zm9.49 13.73a.996.996 0 0 1-1.41 0l-1.56-1.56c-2.07 1.37-4.68 2-7.45 1.48c-3.95-.75-7.13-3.92-7.88-7.88c-.52-2.77.1-5.38 1.48-7.45L2.1 4.93a.996.996 0 1 1 1.41-1.41l16.97 16.97c.4.39.4 1.02.01 1.41M11 18c-1.1 0-2-.9-2-2v-1l-4.79-4.79C4.08 10.79 4 11.38 4 12c0 4.08 3.05 7.44 7 7.93z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundPublicOff(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="M11 8.17L6.49 3.66A9.9 9.9 0 0 1 12 2c5.52 0 10 4.48 10 10c0 2.04-.61 3.93-1.66 5.51l-1.46-1.46A7.84 7.84 0 0 0 20 12c0-3.35-2.07-6.22-5-7.41V5c0 1.1-.9 2-2 2h-2zm9.49 13.73a.996.996 0 0 1-1.41 0l-1.56-1.56c-2.07 1.37-4.68 2-7.45 1.48c-3.95-.75-7.13-3.92-7.88-7.88c-.52-2.77.1-5.38 1.48-7.45L2.1 4.93a.996.996 0 1 1 1.41-1.41l16.97 16.97c.4.39.4 1.02.01 1.41M11 18c-1.1 0-2-.9-2-2v-1l-4.79-4.79C4.08 10.79 4 11.38 4 12c0 4.08 3.05 7.44 7 7.93z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 8.17L6.49 3.66A9.9 9.9 0 0 1 12 2c5.52 0 10 4.48 10 10c0 2.04-.61 3.93-1.66 5.51l-1.46-1.46A7.84 7.84 0 0 0 20 12c0-3.35-2.07-6.22-5-7.41V5c0 1.1-.9 2-2 2h-2zm9.49 13.73a.996.996 0 0 1-1.41 0l-1.56-1.56c-2.07 1.37-4.68 2-7.45 1.48c-3.95-.75-7.13-3.92-7.88-7.88c-.52-2.77.1-5.38 1.48-7.45L2.1 4.93a.996.996 0 1 1 1.41-1.41l16.97 16.97c.4.39.4 1.02.01 1.41M11 18c-1.1 0-2-.9-2-2v-1l-4.79-4.79C4.08 10.79 4 11.38 4 12c0 4.08 3.05 7.44 7 7.93z"/></svg>
</template>

CSS

.icon-round-public-off {
  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%22M11%208.17L6.49%203.66A9.9%209.9%200%200%201%2012%202c5.52%200%2010%204.48%2010%2010c0%202.04-.61%203.93-1.66%205.51l-1.46-1.46A7.84%207.84%200%200%200%2020%2012c0-3.35-2.07-6.22-5-7.41V5c0%201.1-.9%202-2%202h-2zm9.49%2013.73a.996.996%200%200%201-1.41%200l-1.56-1.56c-2.07%201.37-4.68%202-7.45%201.48c-3.95-.75-7.13-3.92-7.88-7.88c-.52-2.77.1-5.38%201.48-7.45L2.1%204.93a.996.996%200%201%201%201.41-1.41l16.97%2016.97c.4.39.4%201.02.01%201.41M11%2018c-1.1%200-2-.9-2-2v-1l-4.79-4.79C4.08%2010.79%204%2011.38%204%2012c0%204.08%203.05%207.44%207%207.93z%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%22M11%208.17L6.49%203.66A9.9%209.9%200%200%201%2012%202c5.52%200%2010%204.48%2010%2010c0%202.04-.61%203.93-1.66%205.51l-1.46-1.46A7.84%207.84%200%200%200%2020%2012c0-3.35-2.07-6.22-5-7.41V5c0%201.1-.9%202-2%202h-2zm9.49%2013.73a.996.996%200%200%201-1.41%200l-1.56-1.56c-2.07%201.37-4.68%202-7.45%201.48c-3.95-.75-7.13-3.92-7.88-7.88c-.52-2.77.1-5.38%201.48-7.45L2.1%204.93a.996.996%200%201%201%201.41-1.41l16.97%2016.97c.4.39.4%201.02.01%201.41M11%2018c-1.1%200-2-.9-2-2v-1l-4.79-4.79C4.08%2010.79%204%2011.38%204%2012c0%204.08%203.05%207.44%207%207.93z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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