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

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

5 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

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="M5.288 22.713Q5 22.425 5 22t.288-.712T6 21t.713.288T7 22t-.288.713T6 23t-.712-.288m2.537-2.537q-.375-.375-.837-.65t-.988-.4q-.425-.125-.712-.413T5 18t.3-.712t.7-.213q.925.15 1.763.588T9.25 18.75t1.088 1.488t.587 1.762q.075.4-.213.7T10 23t-.712-.288T8.875 22q-.125-.525-.4-.987t-.65-.838m.688-4.362Q7.325 15.225 6 15.05q-.425-.05-.712-.337T5 14t.3-.712t.725-.238q1.725.175 3.275.912t2.775 1.963t1.938 2.775t.912 3.275q.05.425-.225.725t-.7.3t-.725-.287t-.35-.713q-.175-1.325-.75-2.512T10.65 17.35t-2.137-1.537m4.2-10.1Q13 5.425 13 5t-.288-.712T12 4t-.712.288T11 5t.288.713T12 6t.713-.288M19 10.9v11.075q0 .45-.288.788T18 23.1t-.7-.275t-.325-.7q-.325-4.5-3.475-7.637t-7.65-3.463q-.35-.025-.6-.262T5 10.175V3q0-.825.588-1.412T7 1h10q.825 0 1.413.588T19 3v3.1q.45.175.725.55T20 7.5v2q0 .475-.275.85T19 10.9"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMobileCastRounded(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="M5.288 22.713Q5 22.425 5 22t.288-.712T6 21t.713.288T7 22t-.288.713T6 23t-.712-.288m2.537-2.537q-.375-.375-.837-.65t-.988-.4q-.425-.125-.712-.413T5 18t.3-.712t.7-.213q.925.15 1.763.588T9.25 18.75t1.088 1.488t.587 1.762q.075.4-.213.7T10 23t-.712-.288T8.875 22q-.125-.525-.4-.987t-.65-.838m.688-4.362Q7.325 15.225 6 15.05q-.425-.05-.712-.337T5 14t.3-.712t.725-.238q1.725.175 3.275.912t2.775 1.963t1.938 2.775t.912 3.275q.05.425-.225.725t-.7.3t-.725-.287t-.35-.713q-.175-1.325-.75-2.512T10.65 17.35t-2.137-1.537m4.2-10.1Q13 5.425 13 5t-.288-.712T12 4t-.712.288T11 5t.288.713T12 6t.713-.288M19 10.9v11.075q0 .45-.288.788T18 23.1t-.7-.275t-.325-.7q-.325-4.5-3.475-7.637t-7.65-3.463q-.35-.025-.6-.262T5 10.175V3q0-.825.588-1.412T7 1h10q.825 0 1.413.588T19 3v3.1q.45.175.725.55T20 7.5v2q0 .475-.275.85T19 10.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.288 22.713Q5 22.425 5 22t.288-.712T6 21t.713.288T7 22t-.288.713T6 23t-.712-.288m2.537-2.537q-.375-.375-.837-.65t-.988-.4q-.425-.125-.712-.413T5 18t.3-.712t.7-.213q.925.15 1.763.588T9.25 18.75t1.088 1.488t.587 1.762q.075.4-.213.7T10 23t-.712-.288T8.875 22q-.125-.525-.4-.987t-.65-.838m.688-4.362Q7.325 15.225 6 15.05q-.425-.05-.712-.337T5 14t.3-.712t.725-.238q1.725.175 3.275.912t2.775 1.963t1.938 2.775t.912 3.275q.05.425-.225.725t-.7.3t-.725-.287t-.35-.713q-.175-1.325-.75-2.512T10.65 17.35t-2.137-1.537m4.2-10.1Q13 5.425 13 5t-.288-.712T12 4t-.712.288T11 5t.288.713T12 6t.713-.288M19 10.9v11.075q0 .45-.288.788T18 23.1t-.7-.275t-.325-.7q-.325-4.5-3.475-7.637t-7.65-3.463q-.35-.025-.6-.262T5 10.175V3q0-.825.588-1.412T7 1h10q.825 0 1.413.588T19 3v3.1q.45.175.725.55T20 7.5v2q0 .475-.275.85T19 10.9"/></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%22M5.288%2022.713Q5%2022.425%205%2022t.288-.712T6%2021t.713.288T7%2022t-.288.713T6%2023t-.712-.288m2.537-2.537q-.375-.375-.837-.65t-.988-.4q-.425-.125-.712-.413T5%2018t.3-.712t.7-.213q.925.15%201.763.588T9.25%2018.75t1.088%201.488t.587%201.762q.075.4-.213.7T10%2023t-.712-.288T8.875%2022q-.125-.525-.4-.987t-.65-.838m.688-4.362Q7.325%2015.225%206%2015.05q-.425-.05-.712-.337T5%2014t.3-.712t.725-.238q1.725.175%203.275.912t2.775%201.963t1.938%202.775t.912%203.275q.05.425-.225.725t-.7.3t-.725-.287t-.35-.713q-.175-1.325-.75-2.512T10.65%2017.35t-2.137-1.537m4.2-10.1Q13%205.425%2013%205t-.288-.712T12%204t-.712.288T11%205t.288.713T12%206t.713-.288M19%2010.9v11.075q0%20.45-.288.788T18%2023.1t-.7-.275t-.325-.7q-.325-4.5-3.475-7.637t-7.65-3.463q-.35-.025-.6-.262T5%2010.175V3q0-.825.588-1.412T7%201h10q.825%200%201.413.588T19%203v3.1q.45.175.725.55T20%207.5v2q0%20.475-.275.85T19%2010.9%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%22M5.288%2022.713Q5%2022.425%205%2022t.288-.712T6%2021t.713.288T7%2022t-.288.713T6%2023t-.712-.288m2.537-2.537q-.375-.375-.837-.65t-.988-.4q-.425-.125-.712-.413T5%2018t.3-.712t.7-.213q.925.15%201.763.588T9.25%2018.75t1.088%201.488t.587%201.762q.075.4-.213.7T10%2023t-.712-.288T8.875%2022q-.125-.525-.4-.987t-.65-.838m.688-4.362Q7.325%2015.225%206%2015.05q-.425-.05-.712-.337T5%2014t.3-.712t.725-.238q1.725.175%203.275.912t2.775%201.963t1.938%202.775t.912%203.275q.05.425-.225.725t-.7.3t-.725-.287t-.35-.713q-.175-1.325-.75-2.512T10.65%2017.35t-2.137-1.537m4.2-10.1Q13%205.425%2013%205t-.288-.712T12%204t-.712.288T11%205t.288.713T12%206t.713-.288M19%2010.9v11.075q0%20.45-.288.788T18%2023.1t-.7-.275t-.325-.7q-.325-4.5-3.475-7.637t-7.65-3.463q-.35-.025-.6-.262T5%2010.175V3q0-.825.588-1.412T7%201h10q.825%200%201.413.588T19%203v3.1q.45.175.725.55T20%207.5v2q0%20.475-.275.85T19%2010.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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