round broadcast on home icon

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

Name
round-broadcast-on-home
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 home icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 6c0-1.1-.9-2-2-2H5c-.55 0-1 .45-1 1s.45 1 1 1h15v2.59c.73.29 1.4.69 2 1.17zM8 9H3c-.5 0-1 .5-1 1v9c0 .5.5 1 1 1h5c.5 0 1-.5 1-1v-9c0-.5-.5-1-1-1m-1 9H4v-7h3zm10.75-1.03c.3-.23.5-.57.5-.97a1.25 1.25 0 0 0-2.5 0c0 .4.2.75.5.97v4.28c0 .41.34.75.75.75s.75-.34.75-.75z"/><path fill="currentColor" d="M17.54 13.56c.98.21 1.76 1.03 1.93 2.02c.11.64-.03 1.25-.34 1.74a.73.73 0 0 0 .12.91c.34.33.9.29 1.16-.12c.51-.82.73-1.83.53-2.9c-.3-1.56-1.56-2.83-3.12-3.13A4.01 4.01 0 0 0 13 16c0 .78.22 1.5.6 2.11c.25.41.83.46 1.16.12c.24-.24.29-.63.11-.92A2.44 2.44 0 0 1 14.5 16c0-1.55 1.43-2.78 3.04-2.44"/><path fill="currentColor" d="M16.25 9.54c-2.94.33-5.32 2.68-5.69 5.61c-.23 1.82.29 3.51 1.3 4.82c.27.35.8.37 1.12.06c.27-.27.28-.7.05-1a5 5 0 0 1-.95-3.89a4.99 4.99 0 0 1 3.98-4.05C19.22 10.5 22 12.93 22 16c0 1.13-.38 2.18-1.02 3.02c-.23.3-.21.73.06 1c.31.31.84.3 1.11-.06A6.42 6.42 0 0 0 23.5 16c0-3.84-3.33-6.9-7.25-6.46"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundBroadcastOnHome(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="M22 6c0-1.1-.9-2-2-2H5c-.55 0-1 .45-1 1s.45 1 1 1h15v2.59c.73.29 1.4.69 2 1.17zM8 9H3c-.5 0-1 .5-1 1v9c0 .5.5 1 1 1h5c.5 0 1-.5 1-1v-9c0-.5-.5-1-1-1m-1 9H4v-7h3zm10.75-1.03c.3-.23.5-.57.5-.97a1.25 1.25 0 0 0-2.5 0c0 .4.2.75.5.97v4.28c0 .41.34.75.75.75s.75-.34.75-.75z"/><path fill="currentColor" d="M17.54 13.56c.98.21 1.76 1.03 1.93 2.02c.11.64-.03 1.25-.34 1.74a.73.73 0 0 0 .12.91c.34.33.9.29 1.16-.12c.51-.82.73-1.83.53-2.9c-.3-1.56-1.56-2.83-3.12-3.13A4.01 4.01 0 0 0 13 16c0 .78.22 1.5.6 2.11c.25.41.83.46 1.16.12c.24-.24.29-.63.11-.92A2.44 2.44 0 0 1 14.5 16c0-1.55 1.43-2.78 3.04-2.44"/><path fill="currentColor" d="M16.25 9.54c-2.94.33-5.32 2.68-5.69 5.61c-.23 1.82.29 3.51 1.3 4.82c.27.35.8.37 1.12.06c.27-.27.28-.7.05-1a5 5 0 0 1-.95-3.89a4.99 4.99 0 0 1 3.98-4.05C19.22 10.5 22 12.93 22 16c0 1.13-.38 2.18-1.02 3.02c-.23.3-.21.73.06 1c.31.31.84.3 1.11-.06A6.42 6.42 0 0 0 23.5 16c0-3.84-3.33-6.9-7.25-6.46"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 6c0-1.1-.9-2-2-2H5c-.55 0-1 .45-1 1s.45 1 1 1h15v2.59c.73.29 1.4.69 2 1.17zM8 9H3c-.5 0-1 .5-1 1v9c0 .5.5 1 1 1h5c.5 0 1-.5 1-1v-9c0-.5-.5-1-1-1m-1 9H4v-7h3zm10.75-1.03c.3-.23.5-.57.5-.97a1.25 1.25 0 0 0-2.5 0c0 .4.2.75.5.97v4.28c0 .41.34.75.75.75s.75-.34.75-.75z"/><path fill="currentColor" d="M17.54 13.56c.98.21 1.76 1.03 1.93 2.02c.11.64-.03 1.25-.34 1.74a.73.73 0 0 0 .12.91c.34.33.9.29 1.16-.12c.51-.82.73-1.83.53-2.9c-.3-1.56-1.56-2.83-3.12-3.13A4.01 4.01 0 0 0 13 16c0 .78.22 1.5.6 2.11c.25.41.83.46 1.16.12c.24-.24.29-.63.11-.92A2.44 2.44 0 0 1 14.5 16c0-1.55 1.43-2.78 3.04-2.44"/><path fill="currentColor" d="M16.25 9.54c-2.94.33-5.32 2.68-5.69 5.61c-.23 1.82.29 3.51 1.3 4.82c.27.35.8.37 1.12.06c.27-.27.28-.7.05-1a5 5 0 0 1-.95-3.89a4.99 4.99 0 0 1 3.98-4.05C19.22 10.5 22 12.93 22 16c0 1.13-.38 2.18-1.02 3.02c-.23.3-.21.73.06 1c.31.31.84.3 1.11-.06A6.42 6.42 0 0 0 23.5 16c0-3.84-3.33-6.9-7.25-6.46"/></svg>
</template>

CSS

.icon-round-broadcast-on-home {
  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%22M22%206c0-1.1-.9-2-2-2H5c-.55%200-1%20.45-1%201s.45%201%201%201h15v2.59c.73.29%201.4.69%202%201.17zM8%209H3c-.5%200-1%20.5-1%201v9c0%20.5.5%201%201%201h5c.5%200%201-.5%201-1v-9c0-.5-.5-1-1-1m-1%209H4v-7h3zm10.75-1.03c.3-.23.5-.57.5-.97a1.25%201.25%200%200%200-2.5%200c0%20.4.2.75.5.97v4.28c0%20.41.34.75.75.75s.75-.34.75-.75z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.54%2013.56c.98.21%201.76%201.03%201.93%202.02c.11.64-.03%201.25-.34%201.74a.73.73%200%200%200%20.12.91c.34.33.9.29%201.16-.12c.51-.82.73-1.83.53-2.9c-.3-1.56-1.56-2.83-3.12-3.13A4.01%204.01%200%200%200%2013%2016c0%20.78.22%201.5.6%202.11c.25.41.83.46%201.16.12c.24-.24.29-.63.11-.92A2.44%202.44%200%200%201%2014.5%2016c0-1.55%201.43-2.78%203.04-2.44%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.25%209.54c-2.94.33-5.32%202.68-5.69%205.61c-.23%201.82.29%203.51%201.3%204.82c.27.35.8.37%201.12.06c.27-.27.28-.7.05-1a5%205%200%200%201-.95-3.89a4.99%204.99%200%200%201%203.98-4.05C19.22%2010.5%2022%2012.93%2022%2016c0%201.13-.38%202.18-1.02%203.02c-.23.3-.21.73.06%201c.31.31.84.3%201.11-.06A6.42%206.42%200%200%200%2023.5%2016c0-3.84-3.33-6.9-7.25-6.46%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%22M22%206c0-1.1-.9-2-2-2H5c-.55%200-1%20.45-1%201s.45%201%201%201h15v2.59c.73.29%201.4.69%202%201.17zM8%209H3c-.5%200-1%20.5-1%201v9c0%20.5.5%201%201%201h5c.5%200%201-.5%201-1v-9c0-.5-.5-1-1-1m-1%209H4v-7h3zm10.75-1.03c.3-.23.5-.57.5-.97a1.25%201.25%200%200%200-2.5%200c0%20.4.2.75.5.97v4.28c0%20.41.34.75.75.75s.75-.34.75-.75z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.54%2013.56c.98.21%201.76%201.03%201.93%202.02c.11.64-.03%201.25-.34%201.74a.73.73%200%200%200%20.12.91c.34.33.9.29%201.16-.12c.51-.82.73-1.83.53-2.9c-.3-1.56-1.56-2.83-3.12-3.13A4.01%204.01%200%200%200%2013%2016c0%20.78.22%201.5.6%202.11c.25.41.83.46%201.16.12c.24-.24.29-.63.11-.92A2.44%202.44%200%200%201%2014.5%2016c0-1.55%201.43-2.78%203.04-2.44%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.25%209.54c-2.94.33-5.32%202.68-5.69%205.61c-.23%201.82.29%203.51%201.3%204.82c.27.35.8.37%201.12.06c.27-.27.28-.7.05-1a5%205%200%200%201-.95-3.89a4.99%204.99%200%200%201%203.98-4.05C19.22%2010.5%2022%2012.93%2022%2016c0%201.13-.38%202.18-1.02%203.02c-.23.3-.21.73.06%201c.31.31.84.3%201.11-.06A6.42%206.42%200%200%200%2023.5%2016c0-3.84-3.33-6.9-7.25-6.46%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-home.svg?color=%231a73e8&size=48