video input antenna icon
video-input-antenna from Material Design Icons by Pictogrammers · Filled · Video / Movie · Apache-2.0 Free for personal and commercial use.
- Name
- video-input-antenna
- Set
- Material Design Icons
- Style
- Filled
- Category
- Video / Movie
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- settings-input-antenna
More video / movie icons from Material Design Icons
camcordercamcorder-offfilmstripfilmstrip-box-multiplefilmstrip-offhigh-definitionhigh-definition-boxmessage-videomotion-pausemotion-playmoviemovie-checkmovie-filtermovie-minusmovie-offmovie-openmovie-open-checkmovie-open-minusmovie-open-offmovie-open-playmovie-open-plusmovie-open-removemovie-open-starmovie-play
Use the video input antenna icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 5a7 7 0 0 0-7 7h2a5 5 0 0 1 5-5a5 5 0 0 1 5 5h2a7 7 0 0 0-7-7m1 9.29c.88-.39 1.5-1.26 1.5-2.29A2.5 2.5 0 0 0 12 9.5A2.5 2.5 0 0 0 9.5 12c0 1 .62 1.9 1.5 2.29v3.3L7.59 21L9 22.41l3-3l3 3L16.41 21L13 17.59zM12 1A11 11 0 0 0 1 12h2a9 9 0 0 1 9-9a9 9 0 0 1 9 9h2A11 11 0 0 0 12 1"/></svg>
React
import type { SVGProps } from "react";
export function MdiVideoInputAntenna(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="M12 5a7 7 0 0 0-7 7h2a5 5 0 0 1 5-5a5 5 0 0 1 5 5h2a7 7 0 0 0-7-7m1 9.29c.88-.39 1.5-1.26 1.5-2.29A2.5 2.5 0 0 0 12 9.5A2.5 2.5 0 0 0 9.5 12c0 1 .62 1.9 1.5 2.29v3.3L7.59 21L9 22.41l3-3l3 3L16.41 21L13 17.59zM12 1A11 11 0 0 0 1 12h2a9 9 0 0 1 9-9a9 9 0 0 1 9 9h2A11 11 0 0 0 12 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 5a7 7 0 0 0-7 7h2a5 5 0 0 1 5-5a5 5 0 0 1 5 5h2a7 7 0 0 0-7-7m1 9.29c.88-.39 1.5-1.26 1.5-2.29A2.5 2.5 0 0 0 12 9.5A2.5 2.5 0 0 0 9.5 12c0 1 .62 1.9 1.5 2.29v3.3L7.59 21L9 22.41l3-3l3 3L16.41 21L13 17.59zM12 1A11 11 0 0 0 1 12h2a9 9 0 0 1 9-9a9 9 0 0 1 9 9h2A11 11 0 0 0 12 1"/></svg> </template>
CSS
.icon-video-input-antenna {
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%22M12%205a7%207%200%200%200-7%207h2a5%205%200%200%201%205-5a5%205%200%200%201%205%205h2a7%207%200%200%200-7-7m1%209.29c.88-.39%201.5-1.26%201.5-2.29A2.5%202.5%200%200%200%2012%209.5A2.5%202.5%200%200%200%209.5%2012c0%201%20.62%201.9%201.5%202.29v3.3L7.59%2021L9%2022.41l3-3l3%203L16.41%2021L13%2017.59zM12%201A11%2011%200%200%200%201%2012h2a9%209%200%200%201%209-9a9%209%200%200%201%209%209h2A11%2011%200%200%200%2012%201%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%22M12%205a7%207%200%200%200-7%207h2a5%205%200%200%201%205-5a5%205%200%200%201%205%205h2a7%207%200%200%200-7-7m1%209.29c.88-.39%201.5-1.26%201.5-2.29A2.5%202.5%200%200%200%2012%209.5A2.5%202.5%200%200%200%209.5%2012c0%201%20.62%201.9%201.5%202.29v3.3L7.59%2021L9%2022.41l3-3l3%203L16.41%2021L13%2017.59zM12%201A11%2011%200%200%200%201%2012h2a9%209%200%200%201%209-9a9%209%200%200%201%209%209h2A11%2011%200%200%200%2012%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/video-input-antenna.svg?color=%231a73e8&size=48