digital out of home icon
digital-out-of-home-rounded from Material Symbols Light by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- digital-out-of-home-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More audio & video icons from Material Symbols Light
Use the digital out of home icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.5 20.5V22q0 .214-.143.357T1 22.5t-.357-.143T.5 22V3.116q0-.672.472-1.144T2.116 1.5h6.769q.67 0 1.143.472q.472.472.472 1.144V22q0 .214-.143.357T10 22.5t-.357-.143T9.5 22v-1.5zm17.983-5.496l-2.868 2.742V22q0 .214-.143.357t-.357.143t-.356-.143t-.143-.357v-5.292l2.15-2.089l-.872-4.042q-.857 1.373-1.88 2.016t-2.218.813q-.208.03-.348-.1q-.14-.131-.14-.344t.147-.37t.36-.192q1.123-.2 1.839-.699q.715-.499 1.29-1.449l.923-1.494q.356-.587.946-.706q.59-.12 1.221.156l3.962 1.642q.218.106.36.305t.144.441V13.5q0 .214-.143.357T23 14t-.357-.143t-.143-.357v-2.767l-2.867-1.196l2.604 12.379q.061.225-.097.404q-.16.18-.41.18q-.176 0-.307-.1t-.186-.277zM4.712 12.46l1.942-1.112q.212-.13.212-.348t-.212-.348L4.712 9.54q-.212-.13-.404-.01t-.192.359v2.222q0 .237.192.358t.404-.01m11.087-6.258q-.491-.492-.491-1.201t.491-1.201q.492-.491 1.201-.491t1.201.491q.491.491.491 1.201t-.491 1.201T17 6.692t-1.201-.491"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDigitalOutOfHomeRounded(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="M1.5 20.5V22q0 .214-.143.357T1 22.5t-.357-.143T.5 22V3.116q0-.672.472-1.144T2.116 1.5h6.769q.67 0 1.143.472q.472.472.472 1.144V22q0 .214-.143.357T10 22.5t-.357-.143T9.5 22v-1.5zm17.983-5.496l-2.868 2.742V22q0 .214-.143.357t-.357.143t-.356-.143t-.143-.357v-5.292l2.15-2.089l-.872-4.042q-.857 1.373-1.88 2.016t-2.218.813q-.208.03-.348-.1q-.14-.131-.14-.344t.147-.37t.36-.192q1.123-.2 1.839-.699q.715-.499 1.29-1.449l.923-1.494q.356-.587.946-.706q.59-.12 1.221.156l3.962 1.642q.218.106.36.305t.144.441V13.5q0 .214-.143.357T23 14t-.357-.143t-.143-.357v-2.767l-2.867-1.196l2.604 12.379q.061.225-.097.404q-.16.18-.41.18q-.176 0-.307-.1t-.186-.277zM4.712 12.46l1.942-1.112q.212-.13.212-.348t-.212-.348L4.712 9.54q-.212-.13-.404-.01t-.192.359v2.222q0 .237.192.358t.404-.01m11.087-6.258q-.491-.492-.491-1.201t.491-1.201q.492-.491 1.201-.491t1.201.491q.491.491.491 1.201t-.491 1.201T17 6.692t-1.201-.491"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.5 20.5V22q0 .214-.143.357T1 22.5t-.357-.143T.5 22V3.116q0-.672.472-1.144T2.116 1.5h6.769q.67 0 1.143.472q.472.472.472 1.144V22q0 .214-.143.357T10 22.5t-.357-.143T9.5 22v-1.5zm17.983-5.496l-2.868 2.742V22q0 .214-.143.357t-.357.143t-.356-.143t-.143-.357v-5.292l2.15-2.089l-.872-4.042q-.857 1.373-1.88 2.016t-2.218.813q-.208.03-.348-.1q-.14-.131-.14-.344t.147-.37t.36-.192q1.123-.2 1.839-.699q.715-.499 1.29-1.449l.923-1.494q.356-.587.946-.706q.59-.12 1.221.156l3.962 1.642q.218.106.36.305t.144.441V13.5q0 .214-.143.357T23 14t-.357-.143t-.143-.357v-2.767l-2.867-1.196l2.604 12.379q.061.225-.097.404q-.16.18-.41.18q-.176 0-.307-.1t-.186-.277zM4.712 12.46l1.942-1.112q.212-.13.212-.348t-.212-.348L4.712 9.54q-.212-.13-.404-.01t-.192.359v2.222q0 .237.192.358t.404-.01m11.087-6.258q-.491-.492-.491-1.201t.491-1.201q.492-.491 1.201-.491t1.201.491q.491.491.491 1.201t-.491 1.201T17 6.692t-1.201-.491"/></svg> </template>
CSS
.icon-digital-out-of-home-rounded {
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%22M1.5%2020.5V22q0%20.214-.143.357T1%2022.5t-.357-.143T.5%2022V3.116q0-.672.472-1.144T2.116%201.5h6.769q.67%200%201.143.472q.472.472.472%201.144V22q0%20.214-.143.357T10%2022.5t-.357-.143T9.5%2022v-1.5zm17.983-5.496l-2.868%202.742V22q0%20.214-.143.357t-.357.143t-.356-.143t-.143-.357v-5.292l2.15-2.089l-.872-4.042q-.857%201.373-1.88%202.016t-2.218.813q-.208.03-.348-.1q-.14-.131-.14-.344t.147-.37t.36-.192q1.123-.2%201.839-.699q.715-.499%201.29-1.449l.923-1.494q.356-.587.946-.706q.59-.12%201.221.156l3.962%201.642q.218.106.36.305t.144.441V13.5q0%20.214-.143.357T23%2014t-.357-.143t-.143-.357v-2.767l-2.867-1.196l2.604%2012.379q.061.225-.097.404q-.16.18-.41.18q-.176%200-.307-.1t-.186-.277zM4.712%2012.46l1.942-1.112q.212-.13.212-.348t-.212-.348L4.712%209.54q-.212-.13-.404-.01t-.192.359v2.222q0%20.237.192.358t.404-.01m11.087-6.258q-.491-.492-.491-1.201t.491-1.201q.492-.491%201.201-.491t1.201.491q.491.491.491%201.201t-.491%201.201T17%206.692t-1.201-.491%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%22M1.5%2020.5V22q0%20.214-.143.357T1%2022.5t-.357-.143T.5%2022V3.116q0-.672.472-1.144T2.116%201.5h6.769q.67%200%201.143.472q.472.472.472%201.144V22q0%20.214-.143.357T10%2022.5t-.357-.143T9.5%2022v-1.5zm17.983-5.496l-2.868%202.742V22q0%20.214-.143.357t-.357.143t-.356-.143t-.143-.357v-5.292l2.15-2.089l-.872-4.042q-.857%201.373-1.88%202.016t-2.218.813q-.208.03-.348-.1q-.14-.131-.14-.344t.147-.37t.36-.192q1.123-.2%201.839-.699q.715-.499%201.29-1.449l.923-1.494q.356-.587.946-.706q.59-.12%201.221.156l3.962%201.642q.218.106.36.305t.144.441V13.5q0%20.214-.143.357T23%2014t-.357-.143t-.143-.357v-2.767l-2.867-1.196l2.604%2012.379q.061.225-.097.404q-.16.18-.41.18q-.176%200-.307-.1t-.186-.277zM4.712%2012.46l1.942-1.112q.212-.13.212-.348t-.212-.348L4.712%209.54q-.212-.13-.404-.01t-.192.359v2.222q0%20.237.192.358t.404-.01m11.087-6.258q-.491-.492-.491-1.201t.491-1.201q.492-.491%201.201-.491t1.201.491q.491.491.491%201.201t-.491%201.201T17%206.692t-1.201-.491%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/digital-out-of-home-rounded.svg?color=%231a73e8&size=48