round broadcast on personal icon

round-broadcast-on-personal from Google Material Icons by Material Design Authors · Baseline · Home · Apache-2.0 Free for personal and commercial use.

Name
round-broadcast-on-personal
Set
Google Material Icons
Style
Baseline
Category
Home
Viewbox
24×24
License
Apache 2.0

More home icons from Google Material Icons

Use the round broadcast on personal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 8c.7 0 1.38.1 2.02.27L12 3L4 9v12h6.76A7.998 7.998 0 0 1 17 8m0 6.75c-.69 0-1.25.56-1.25 1.25c0 .4.2.75.5.97V22h1.5v-5.03c.3-.23.5-.57.5-.97c0-.69-.56-1.25-1.25-1.25"/><path fill="currentColor" d="M17 12c-2.21 0-4 1.79-4 4c0 1.1.45 2.1 1.17 2.83l1.06-1.06A2.5 2.5 0 1 1 19.5 16c0 .69-.28 1.31-.73 1.76l1.06 1.06C20.55 18.1 21 17.1 21 16c0-2.21-1.79-4-4-4"/><path fill="currentColor" d="M17 9.5a6.5 6.5 0 0 0-6.5 6.5c0 1.79.73 3.42 1.9 4.6l1.06-1.06C12.56 18.63 12 17.38 12 16c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.37-.56 2.62-1.46 3.52l1.07 1.06A6.5 6.5 0 0 0 17 9.5"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundBroadcastOnPersonal(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="M17 8c.7 0 1.38.1 2.02.27L12 3L4 9v12h6.76A7.998 7.998 0 0 1 17 8m0 6.75c-.69 0-1.25.56-1.25 1.25c0 .4.2.75.5.97V22h1.5v-5.03c.3-.23.5-.57.5-.97c0-.69-.56-1.25-1.25-1.25"/><path fill="currentColor" d="M17 12c-2.21 0-4 1.79-4 4c0 1.1.45 2.1 1.17 2.83l1.06-1.06A2.5 2.5 0 1 1 19.5 16c0 .69-.28 1.31-.73 1.76l1.06 1.06C20.55 18.1 21 17.1 21 16c0-2.21-1.79-4-4-4"/><path fill="currentColor" d="M17 9.5a6.5 6.5 0 0 0-6.5 6.5c0 1.79.73 3.42 1.9 4.6l1.06-1.06C12.56 18.63 12 17.38 12 16c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.37-.56 2.62-1.46 3.52l1.07 1.06A6.5 6.5 0 0 0 17 9.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="M17 8c.7 0 1.38.1 2.02.27L12 3L4 9v12h6.76A7.998 7.998 0 0 1 17 8m0 6.75c-.69 0-1.25.56-1.25 1.25c0 .4.2.75.5.97V22h1.5v-5.03c.3-.23.5-.57.5-.97c0-.69-.56-1.25-1.25-1.25"/><path fill="currentColor" d="M17 12c-2.21 0-4 1.79-4 4c0 1.1.45 2.1 1.17 2.83l1.06-1.06A2.5 2.5 0 1 1 19.5 16c0 .69-.28 1.31-.73 1.76l1.06 1.06C20.55 18.1 21 17.1 21 16c0-2.21-1.79-4-4-4"/><path fill="currentColor" d="M17 9.5a6.5 6.5 0 0 0-6.5 6.5c0 1.79.73 3.42 1.9 4.6l1.06-1.06C12.56 18.63 12 17.38 12 16c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.37-.56 2.62-1.46 3.52l1.07 1.06A6.5 6.5 0 0 0 17 9.5"/></svg>
</template>

CSS

.icon-round-broadcast-on-personal {
  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%22M17%208c.7%200%201.38.1%202.02.27L12%203L4%209v12h6.76A7.998%207.998%200%200%201%2017%208m0%206.75c-.69%200-1.25.56-1.25%201.25c0%20.4.2.75.5.97V22h1.5v-5.03c.3-.23.5-.57.5-.97c0-.69-.56-1.25-1.25-1.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2012c-2.21%200-4%201.79-4%204c0%201.1.45%202.1%201.17%202.83l1.06-1.06A2.5%202.5%200%201%201%2019.5%2016c0%20.69-.28%201.31-.73%201.76l1.06%201.06C20.55%2018.1%2021%2017.1%2021%2016c0-2.21-1.79-4-4-4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%209.5a6.5%206.5%200%200%200-6.5%206.5c0%201.79.73%203.42%201.9%204.6l1.06-1.06C12.56%2018.63%2012%2017.38%2012%2016c0-2.76%202.24-5%205-5s5%202.24%205%205c0%201.37-.56%202.62-1.46%203.52l1.07%201.06A6.5%206.5%200%200%200%2017%209.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%22M17%208c.7%200%201.38.1%202.02.27L12%203L4%209v12h6.76A7.998%207.998%200%200%201%2017%208m0%206.75c-.69%200-1.25.56-1.25%201.25c0%20.4.2.75.5.97V22h1.5v-5.03c.3-.23.5-.57.5-.97c0-.69-.56-1.25-1.25-1.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2012c-2.21%200-4%201.79-4%204c0%201.1.45%202.1%201.17%202.83l1.06-1.06A2.5%202.5%200%201%201%2019.5%2016c0%20.69-.28%201.31-.73%201.76l1.06%201.06C20.55%2018.1%2021%2017.1%2021%2016c0-2.21-1.79-4-4-4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%209.5a6.5%206.5%200%200%200-6.5%206.5c0%201.79.73%203.42%201.9%204.6l1.06-1.06C12.56%2018.63%2012%2017.38%2012%2016c0-2.76%202.24-5%205-5s5%202.24%205%205c0%201.37-.56%202.62-1.46%203.52l1.07%201.06A6.5%206.5%200%200%200%2017%209.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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