digital out of home icon
digital-out-of-home-rounded from Material Symbols by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- digital-out-of-home-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More audio & video icons from Material Symbols
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="M2 21v1q0 .425-.288.713T1 23t-.712-.288T0 22V3q0-.825.588-1.412T2 1h7q.825 0 1.413.588T11 3v19q0 .425-.288.713T10 23t-.712-.288T9 22v-1zm17.425-5.15l-1.925 1.8V22q0 .425-.288.713T16.5 23t-.712-.288T15.5 22v-5.6l2.15-2.05l-.525-2.6q-.8.95-1.9 1.488t-2.275.687q-.4.05-.675-.225T12 13t.263-.725t.687-.375q.95-.2 1.8-.737t1.425-1.488l.75-1.225q.375-.625 1.1-.85t1.375.05l4 1.7q.275.125.438.363t.162.537v3.25q0 .425-.288.713T23 14.5t-.712-.288T22 13.5v-2.575l-1.425-.6l2.2 11.475q.1.475-.213.838T21.75 23q-.35 0-.625-.225t-.35-.575zM4.75 12.575l2-1.15Q7 11.275 7 11t-.25-.425l-2-1.15q-.25-.15-.5 0T4 9.85v2.3q0 .275.25.425t.5 0m10.838-6.162Q15 5.825 15 5t.588-1.412T17 3t1.413.588T19 5t-.587 1.413T17 7t-1.412-.587"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDigitalOutOfHomeRounded(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="M2 21v1q0 .425-.288.713T1 23t-.712-.288T0 22V3q0-.825.588-1.412T2 1h7q.825 0 1.413.588T11 3v19q0 .425-.288.713T10 23t-.712-.288T9 22v-1zm17.425-5.15l-1.925 1.8V22q0 .425-.288.713T16.5 23t-.712-.288T15.5 22v-5.6l2.15-2.05l-.525-2.6q-.8.95-1.9 1.488t-2.275.687q-.4.05-.675-.225T12 13t.263-.725t.687-.375q.95-.2 1.8-.737t1.425-1.488l.75-1.225q.375-.625 1.1-.85t1.375.05l4 1.7q.275.125.438.363t.162.537v3.25q0 .425-.288.713T23 14.5t-.712-.288T22 13.5v-2.575l-1.425-.6l2.2 11.475q.1.475-.213.838T21.75 23q-.35 0-.625-.225t-.35-.575zM4.75 12.575l2-1.15Q7 11.275 7 11t-.25-.425l-2-1.15q-.25-.15-.5 0T4 9.85v2.3q0 .275.25.425t.5 0m10.838-6.162Q15 5.825 15 5t.588-1.412T17 3t1.413.588T19 5t-.587 1.413T17 7t-1.412-.587"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 21v1q0 .425-.288.713T1 23t-.712-.288T0 22V3q0-.825.588-1.412T2 1h7q.825 0 1.413.588T11 3v19q0 .425-.288.713T10 23t-.712-.288T9 22v-1zm17.425-5.15l-1.925 1.8V22q0 .425-.288.713T16.5 23t-.712-.288T15.5 22v-5.6l2.15-2.05l-.525-2.6q-.8.95-1.9 1.488t-2.275.687q-.4.05-.675-.225T12 13t.263-.725t.687-.375q.95-.2 1.8-.737t1.425-1.488l.75-1.225q.375-.625 1.1-.85t1.375.05l4 1.7q.275.125.438.363t.162.537v3.25q0 .425-.288.713T23 14.5t-.712-.288T22 13.5v-2.575l-1.425-.6l2.2 11.475q.1.475-.213.838T21.75 23q-.35 0-.625-.225t-.35-.575zM4.75 12.575l2-1.15Q7 11.275 7 11t-.25-.425l-2-1.15q-.25-.15-.5 0T4 9.85v2.3q0 .275.25.425t.5 0m10.838-6.162Q15 5.825 15 5t.588-1.412T17 3t1.413.588T19 5t-.587 1.413T17 7t-1.412-.587"/></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%22M2%2021v1q0%20.425-.288.713T1%2023t-.712-.288T0%2022V3q0-.825.588-1.412T2%201h7q.825%200%201.413.588T11%203v19q0%20.425-.288.713T10%2023t-.712-.288T9%2022v-1zm17.425-5.15l-1.925%201.8V22q0%20.425-.288.713T16.5%2023t-.712-.288T15.5%2022v-5.6l2.15-2.05l-.525-2.6q-.8.95-1.9%201.488t-2.275.687q-.4.05-.675-.225T12%2013t.263-.725t.687-.375q.95-.2%201.8-.737t1.425-1.488l.75-1.225q.375-.625%201.1-.85t1.375.05l4%201.7q.275.125.438.363t.162.537v3.25q0%20.425-.288.713T23%2014.5t-.712-.288T22%2013.5v-2.575l-1.425-.6l2.2%2011.475q.1.475-.213.838T21.75%2023q-.35%200-.625-.225t-.35-.575zM4.75%2012.575l2-1.15Q7%2011.275%207%2011t-.25-.425l-2-1.15q-.25-.15-.5%200T4%209.85v2.3q0%20.275.25.425t.5%200m10.838-6.162Q15%205.825%2015%205t.588-1.412T17%203t1.413.588T19%205t-.587%201.413T17%207t-1.412-.587%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%22M2%2021v1q0%20.425-.288.713T1%2023t-.712-.288T0%2022V3q0-.825.588-1.412T2%201h7q.825%200%201.413.588T11%203v19q0%20.425-.288.713T10%2023t-.712-.288T9%2022v-1zm17.425-5.15l-1.925%201.8V22q0%20.425-.288.713T16.5%2023t-.712-.288T15.5%2022v-5.6l2.15-2.05l-.525-2.6q-.8.95-1.9%201.488t-2.275.687q-.4.05-.675-.225T12%2013t.263-.725t.687-.375q.95-.2%201.8-.737t1.425-1.488l.75-1.225q.375-.625%201.1-.85t1.375.05l4%201.7q.275.125.438.363t.162.537v3.25q0%20.425-.288.713T23%2014.5t-.712-.288T22%2013.5v-2.575l-1.425-.6l2.2%2011.475q.1.475-.213.838T21.75%2023q-.35%200-.625-.225t-.35-.575zM4.75%2012.575l2-1.15Q7%2011.275%207%2011t-.25-.425l-2-1.15q-.25-.15-.5%200T4%209.85v2.3q0%20.275.25.425t.5%200m10.838-6.162Q15%205.825%2015%205t.588-1.412T17%203t1.413.588T19%205t-.587%201.413T17%207t-1.412-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/digital-out-of-home-rounded.svg?color=%231a73e8&size=48