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

Name
mobile-cast-rounded
Set
Material Symbols Light
Style
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="M6.201 21.799Q6 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-.201m2.47-2.47q-.432-.433-.991-.708T6.5 18.28q-.213-.048-.357-.191T6 17.73t.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-.991m.294-3.834q-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.45m3.614-9.418q.23-.23.23-.54T12.578 5t-.54-.23T11.5 5t-.23.54q0 .309.23.539t.54.23t.539-.23m5.499 4.437v10.98q0 .218-.153.373t-.385.155q-.214 0-.354-.16t-.19-.373q-.864-3.961-3.591-6.858q-2.727-2.898-6.688-3.146q-.293-.025-.504-.224T6 10.772V3.615q0-.672.472-1.144T7.616 2h8.846q.67 0 1.143.472q.472.472.472 1.144V6.83q.373.04.648.31q.275.269.275.648v1.769q0 .379-.275.648t-.648.31"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMobileCastRounded(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="M6.201 21.799Q6 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-.201m2.47-2.47q-.432-.433-.991-.708T6.5 18.28q-.213-.048-.357-.191T6 17.73t.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-.991m.294-3.834q-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.45m3.614-9.418q.23-.23.23-.54T12.578 5t-.54-.23T11.5 5t-.23.54q0 .309.23.539t.54.23t.539-.23m5.499 4.437v10.98q0 .218-.153.373t-.385.155q-.214 0-.354-.16t-.19-.373q-.864-3.961-3.591-6.858q-2.727-2.898-6.688-3.146q-.293-.025-.504-.224T6 10.772V3.615q0-.672.472-1.144T7.616 2h8.846q.67 0 1.143.472q.472.472.472 1.144V6.83q.373.04.648.31q.275.269.275.648v1.769q0 .379-.275.648t-.648.31"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.201 21.799Q6 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-.201m2.47-2.47q-.432-.433-.991-.708T6.5 18.28q-.213-.048-.357-.191T6 17.73t.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-.991m.294-3.834q-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.45m3.614-9.418q.23-.23.23-.54T12.578 5t-.54-.23T11.5 5t-.23.54q0 .309.23.539t.54.23t.539-.23m5.499 4.437v10.98q0 .218-.153.373t-.385.155q-.214 0-.354-.16t-.19-.373q-.864-3.961-3.591-6.858q-2.727-2.898-6.688-3.146q-.293-.025-.504-.224T6 10.772V3.615q0-.672.472-1.144T7.616 2h8.846q.67 0 1.143.472q.472.472.472 1.144V6.83q.373.04.648.31q.275.269.275.648v1.769q0 .379-.275.648t-.648.31"/></svg>
</template>

CSS

.icon-mobile-cast-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%22M6.201%2021.799Q6%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-.201m2.47-2.47q-.432-.433-.991-.708T6.5%2018.28q-.213-.048-.357-.191T6%2017.73t.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-.991m.294-3.834q-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.45m3.614-9.418q.23-.23.23-.54T12.578%205t-.54-.23T11.5%205t-.23.54q0%20.309.23.539t.54.23t.539-.23m5.499%204.437v10.98q0%20.218-.153.373t-.385.155q-.214%200-.354-.16t-.19-.373q-.864-3.961-3.591-6.858q-2.727-2.898-6.688-3.146q-.293-.025-.504-.224T6%2010.772V3.615q0-.672.472-1.144T7.616%202h8.846q.67%200%201.143.472q.472.472.472%201.144V6.83q.373.04.648.31q.275.269.275.648v1.769q0%20.379-.275.648t-.648.31%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%22M6.201%2021.799Q6%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-.201m2.47-2.47q-.432-.433-.991-.708T6.5%2018.28q-.213-.048-.357-.191T6%2017.73t.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-.991m.294-3.834q-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.45m3.614-9.418q.23-.23.23-.54T12.578%205t-.54-.23T11.5%205t-.23.54q0%20.309.23.539t.54.23t.539-.23m5.499%204.437v10.98q0%20.218-.153.373t-.385.155q-.214%200-.354-.16t-.19-.373q-.864-3.961-3.591-6.858q-2.727-2.898-6.688-3.146q-.293-.025-.504-.224T6%2010.772V3.615q0-.672.472-1.144T7.616%202h8.846q.67%200%201.143.472q.472.472.472%201.144V6.83q.373.04.648.31q.275.269.275.648v1.769q0%20.379-.275.648t-.648.31%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-rounded.svg?color=%231a73e8&size=48