mobile-cast-outline-rounded from Material Symbols Light by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.

Name
mobile-cast-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Hardware
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the mobile cast icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.077 3.616V6.83q.373.04.648.31q.275.269.275.648v1.769q0 .379-.275.648t-.648.31V21.5q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357V3.616q0-.27-.173-.443T16.462 3H7.616q-.27 0-.443.173T7 3.616v7.345q0 .214-.143.357t-.357.144t-.357-.144T6 10.962V3.616q0-.691.463-1.153T7.616 2h8.846q.69 0 1.153.463t.462 1.152m-5.49 2.473q.22-.22.22-.55q0-.329-.22-.549t-.548-.22q-.33 0-.55.22t-.22.55q0 .328.22.549q.22.22.55.22q.328 0 .549-.22M17.077 21.5V3zm-10.876.299Q6 21.598 6 21.308t.201-.492q.201-.2.491-.2t.492.2q.2.201.2.492q0 .29-.2.491q-.201.201-.492.201q-.29 0-.491-.201m1.479-3.178q-.559-.275-1.18-.342q-.213-.048-.357-.192T6 17.731t.146-.357t.354-.107q.829.073 1.551.424t1.315.943t.943 1.315t.424 1.551q.036.208-.107.354t-.357.146t-.357-.143t-.19-.357q-.068-.621-.343-1.18t-.708-.991t-.991-.708m1.285-3.126q-1.178-.54-2.465-.637q-.213-.012-.357-.155Q6 14.559 6 14.346t.146-.357t.36-.131q1.494.078 2.842.691q1.348.612 2.42 1.684q1.07 1.07 1.668 2.419t.7 2.842q.012.214-.128.36t-.354.146t-.36-.143t-.157-.357q-.098-1.287-.635-2.464q-.536-1.178-1.448-2.09t-2.09-1.45"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMobileCastOutlineRounded(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="M18.077 3.616V6.83q.373.04.648.31q.275.269.275.648v1.769q0 .379-.275.648t-.648.31V21.5q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357V3.616q0-.27-.173-.443T16.462 3H7.616q-.27 0-.443.173T7 3.616v7.345q0 .214-.143.357t-.357.144t-.357-.144T6 10.962V3.616q0-.691.463-1.153T7.616 2h8.846q.69 0 1.153.463t.462 1.152m-5.49 2.473q.22-.22.22-.55q0-.329-.22-.549t-.548-.22q-.33 0-.55.22t-.22.55q0 .328.22.549q.22.22.55.22q.328 0 .549-.22M17.077 21.5V3zm-10.876.299Q6 21.598 6 21.308t.201-.492q.201-.2.491-.2t.492.2q.2.201.2.492q0 .29-.2.491q-.201.201-.492.201q-.29 0-.491-.201m1.479-3.178q-.559-.275-1.18-.342q-.213-.048-.357-.192T6 17.731t.146-.357t.354-.107q.829.073 1.551.424t1.315.943t.943 1.315t.424 1.551q.036.208-.107.354t-.357.146t-.357-.143t-.19-.357q-.068-.621-.343-1.18t-.708-.991t-.991-.708m1.285-3.126q-1.178-.54-2.465-.637q-.213-.012-.357-.155Q6 14.559 6 14.346t.146-.357t.36-.131q1.494.078 2.842.691q1.348.612 2.42 1.684q1.07 1.07 1.668 2.419t.7 2.842q.012.214-.128.36t-.354.146t-.36-.143t-.157-.357q-.098-1.287-.635-2.464q-.536-1.178-1.448-2.09t-2.09-1.45"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.077 3.616V6.83q.373.04.648.31q.275.269.275.648v1.769q0 .379-.275.648t-.648.31V21.5q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357V3.616q0-.27-.173-.443T16.462 3H7.616q-.27 0-.443.173T7 3.616v7.345q0 .214-.143.357t-.357.144t-.357-.144T6 10.962V3.616q0-.691.463-1.153T7.616 2h8.846q.69 0 1.153.463t.462 1.152m-5.49 2.473q.22-.22.22-.55q0-.329-.22-.549t-.548-.22q-.33 0-.55.22t-.22.55q0 .328.22.549q.22.22.55.22q.328 0 .549-.22M17.077 21.5V3zm-10.876.299Q6 21.598 6 21.308t.201-.492q.201-.2.491-.2t.492.2q.2.201.2.492q0 .29-.2.491q-.201.201-.492.201q-.29 0-.491-.201m1.479-3.178q-.559-.275-1.18-.342q-.213-.048-.357-.192T6 17.731t.146-.357t.354-.107q.829.073 1.551.424t1.315.943t.943 1.315t.424 1.551q.036.208-.107.354t-.357.146t-.357-.143t-.19-.357q-.068-.621-.343-1.18t-.708-.991t-.991-.708m1.285-3.126q-1.178-.54-2.465-.637q-.213-.012-.357-.155Q6 14.559 6 14.346t.146-.357t.36-.131q1.494.078 2.842.691q1.348.612 2.42 1.684q1.07 1.07 1.668 2.419t.7 2.842q.012.214-.128.36t-.354.146t-.36-.143t-.157-.357q-.098-1.287-.635-2.464q-.536-1.178-1.448-2.09t-2.09-1.45"/></svg>
</template>

CSS

.icon-mobile-cast-outline-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%22M18.077%203.616V6.83q.373.04.648.31q.275.269.275.648v1.769q0%20.379-.275.648t-.648.31V21.5q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357V3.616q0-.27-.173-.443T16.462%203H7.616q-.27%200-.443.173T7%203.616v7.345q0%20.214-.143.357t-.357.144t-.357-.144T6%2010.962V3.616q0-.691.463-1.153T7.616%202h8.846q.69%200%201.153.463t.462%201.152m-5.49%202.473q.22-.22.22-.55q0-.329-.22-.549t-.548-.22q-.33%200-.55.22t-.22.55q0%20.328.22.549q.22.22.55.22q.328%200%20.549-.22M17.077%2021.5V3zm-10.876.299Q6%2021.598%206%2021.308t.201-.492q.201-.2.491-.2t.492.2q.2.201.2.492q0%20.29-.2.491q-.201.201-.492.201q-.29%200-.491-.201m1.479-3.178q-.559-.275-1.18-.342q-.213-.048-.357-.192T6%2017.731t.146-.357t.354-.107q.829.073%201.551.424t1.315.943t.943%201.315t.424%201.551q.036.208-.107.354t-.357.146t-.357-.143t-.19-.357q-.068-.621-.343-1.18t-.708-.991t-.991-.708m1.285-3.126q-1.178-.54-2.465-.637q-.213-.012-.357-.155Q6%2014.559%206%2014.346t.146-.357t.36-.131q1.494.078%202.842.691q1.348.612%202.42%201.684q1.07%201.07%201.668%202.419t.7%202.842q.012.214-.128.36t-.354.146t-.36-.143t-.157-.357q-.098-1.287-.635-2.464q-.536-1.178-1.448-2.09t-2.09-1.45%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%22M18.077%203.616V6.83q.373.04.648.31q.275.269.275.648v1.769q0%20.379-.275.648t-.648.31V21.5q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357V3.616q0-.27-.173-.443T16.462%203H7.616q-.27%200-.443.173T7%203.616v7.345q0%20.214-.143.357t-.357.144t-.357-.144T6%2010.962V3.616q0-.691.463-1.153T7.616%202h8.846q.69%200%201.153.463t.462%201.152m-5.49%202.473q.22-.22.22-.55q0-.329-.22-.549t-.548-.22q-.33%200-.55.22t-.22.55q0%20.328.22.549q.22.22.55.22q.328%200%20.549-.22M17.077%2021.5V3zm-10.876.299Q6%2021.598%206%2021.308t.201-.492q.201-.2.491-.2t.492.2q.2.201.2.492q0%20.29-.2.491q-.201.201-.492.201q-.29%200-.491-.201m1.479-3.178q-.559-.275-1.18-.342q-.213-.048-.357-.192T6%2017.731t.146-.357t.354-.107q.829.073%201.551.424t1.315.943t.943%201.315t.424%201.551q.036.208-.107.354t-.357.146t-.357-.143t-.19-.357q-.068-.621-.343-1.18t-.708-.991t-.991-.708m1.285-3.126q-1.178-.54-2.465-.637q-.213-.012-.357-.155Q6%2014.559%206%2014.346t.146-.357t.36-.131q1.494.078%202.842.691q1.348.612%202.42%201.684q1.07%201.07%201.668%202.419t.7%202.842q.012.214-.128.36t-.354.146t-.36-.143t-.157-.357q-.098-1.287-.635-2.464q-.536-1.178-1.448-2.09t-2.09-1.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/mobile-cast-outline-rounded.svg?color=%231a73e8&size=48