cast for education icon
cast-for-education-rounded from Material Symbols by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- cast-for-education-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
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tvdeskphone
Use the cast for education icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.5 10.325l2.75-1.6q.25-.15.25-.425t-.25-.425l-2.75-1.6q-.225-.125-.5-.125t-.5.125l-2.75 1.6q-.25.15-.25.425t.25.425l2.75 1.6q.225.125.5.125t.5-.125m0 3.025l1.75-1q.225-.125.363-.362t.137-.513V9.95l-2.25 1.3q-.225.125-.5.125t-.5-.125l-2.25-1.3v1.525q0 .275.138.513t.362.362l1.75 1q.225.125.5.125t.5-.125M15.825 20q-.35 0-.587-.262t-.263-.613q-.15-2.375-1.087-4.437t-2.45-3.663T7.912 8.4T3.576 7.1q-.65-.075-1.112-.512T2 5.5t.463-1.075T3.575 4H20q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20zM8 20q-.4 0-.7-.238t-.375-.637Q6.65 17.55 5.513 16.45T2.8 15.075q-.375-.05-.587-.362T2 14q0-.425.275-.712t.65-.238q2.35.3 4.013 1.975t1.987 4.025q.05.4-.225.675T8 20m4 0q-.425 0-.712-.275t-.338-.7q-.35-3.2-2.612-5.425t-5.463-2.55q-.4-.05-.638-.35T2 10q0-.425.263-.725t.637-.25q4.025.325 6.85 3.125t3.2 6.825q.05.425-.238.725T12 20m-8.75 0q-.525 0-.888-.363T2 18.75t.363-.888t.887-.362t.888.363t.362.887t-.363.888T3.25 20"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCastForEducationRounded(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="m16.5 10.325l2.75-1.6q.25-.15.25-.425t-.25-.425l-2.75-1.6q-.225-.125-.5-.125t-.5.125l-2.75 1.6q-.25.15-.25.425t.25.425l2.75 1.6q.225.125.5.125t.5-.125m0 3.025l1.75-1q.225-.125.363-.362t.137-.513V9.95l-2.25 1.3q-.225.125-.5.125t-.5-.125l-2.25-1.3v1.525q0 .275.138.513t.362.362l1.75 1q.225.125.5.125t.5-.125M15.825 20q-.35 0-.587-.262t-.263-.613q-.15-2.375-1.087-4.437t-2.45-3.663T7.912 8.4T3.576 7.1q-.65-.075-1.112-.512T2 5.5t.463-1.075T3.575 4H20q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20zM8 20q-.4 0-.7-.238t-.375-.637Q6.65 17.55 5.513 16.45T2.8 15.075q-.375-.05-.587-.362T2 14q0-.425.275-.712t.65-.238q2.35.3 4.013 1.975t1.987 4.025q.05.4-.225.675T8 20m4 0q-.425 0-.712-.275t-.338-.7q-.35-3.2-2.612-5.425t-5.463-2.55q-.4-.05-.638-.35T2 10q0-.425.263-.725t.637-.25q4.025.325 6.85 3.125t3.2 6.825q.05.425-.238.725T12 20m-8.75 0q-.525 0-.888-.363T2 18.75t.363-.888t.887-.362t.888.363t.362.887t-.363.888T3.25 20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.5 10.325l2.75-1.6q.25-.15.25-.425t-.25-.425l-2.75-1.6q-.225-.125-.5-.125t-.5.125l-2.75 1.6q-.25.15-.25.425t.25.425l2.75 1.6q.225.125.5.125t.5-.125m0 3.025l1.75-1q.225-.125.363-.362t.137-.513V9.95l-2.25 1.3q-.225.125-.5.125t-.5-.125l-2.25-1.3v1.525q0 .275.138.513t.362.362l1.75 1q.225.125.5.125t.5-.125M15.825 20q-.35 0-.587-.262t-.263-.613q-.15-2.375-1.087-4.437t-2.45-3.663T7.912 8.4T3.576 7.1q-.65-.075-1.112-.512T2 5.5t.463-1.075T3.575 4H20q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20zM8 20q-.4 0-.7-.238t-.375-.637Q6.65 17.55 5.513 16.45T2.8 15.075q-.375-.05-.587-.362T2 14q0-.425.275-.712t.65-.238q2.35.3 4.013 1.975t1.987 4.025q.05.4-.225.675T8 20m4 0q-.425 0-.712-.275t-.338-.7q-.35-3.2-2.612-5.425t-5.463-2.55q-.4-.05-.638-.35T2 10q0-.425.263-.725t.637-.25q4.025.325 6.85 3.125t3.2 6.825q.05.425-.238.725T12 20m-8.75 0q-.525 0-.888-.363T2 18.75t.363-.888t.887-.362t.888.363t.362.887t-.363.888T3.25 20"/></svg> </template>
CSS
.icon-cast-for-education-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%22m16.5%2010.325l2.75-1.6q.25-.15.25-.425t-.25-.425l-2.75-1.6q-.225-.125-.5-.125t-.5.125l-2.75%201.6q-.25.15-.25.425t.25.425l2.75%201.6q.225.125.5.125t.5-.125m0%203.025l1.75-1q.225-.125.363-.362t.137-.513V9.95l-2.25%201.3q-.225.125-.5.125t-.5-.125l-2.25-1.3v1.525q0%20.275.138.513t.362.362l1.75%201q.225.125.5.125t.5-.125M15.825%2020q-.35%200-.587-.262t-.263-.613q-.15-2.375-1.087-4.437t-2.45-3.663T7.912%208.4T3.576%207.1q-.65-.075-1.112-.512T2%205.5t.463-1.075T3.575%204H20q.825%200%201.413.588T22%206v12q0%20.825-.587%201.413T20%2020zM8%2020q-.4%200-.7-.238t-.375-.637Q6.65%2017.55%205.513%2016.45T2.8%2015.075q-.375-.05-.587-.362T2%2014q0-.425.275-.712t.65-.238q2.35.3%204.013%201.975t1.987%204.025q.05.4-.225.675T8%2020m4%200q-.425%200-.712-.275t-.338-.7q-.35-3.2-2.612-5.425t-5.463-2.55q-.4-.05-.638-.35T2%2010q0-.425.263-.725t.637-.25q4.025.325%206.85%203.125t3.2%206.825q.05.425-.238.725T12%2020m-8.75%200q-.525%200-.888-.363T2%2018.75t.363-.888t.887-.362t.888.363t.362.887t-.363.888T3.25%2020%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%22m16.5%2010.325l2.75-1.6q.25-.15.25-.425t-.25-.425l-2.75-1.6q-.225-.125-.5-.125t-.5.125l-2.75%201.6q-.25.15-.25.425t.25.425l2.75%201.6q.225.125.5.125t.5-.125m0%203.025l1.75-1q.225-.125.363-.362t.137-.513V9.95l-2.25%201.3q-.225.125-.5.125t-.5-.125l-2.25-1.3v1.525q0%20.275.138.513t.362.362l1.75%201q.225.125.5.125t.5-.125M15.825%2020q-.35%200-.587-.262t-.263-.613q-.15-2.375-1.087-4.437t-2.45-3.663T7.912%208.4T3.576%207.1q-.65-.075-1.112-.512T2%205.5t.463-1.075T3.575%204H20q.825%200%201.413.588T22%206v12q0%20.825-.587%201.413T20%2020zM8%2020q-.4%200-.7-.238t-.375-.637Q6.65%2017.55%205.513%2016.45T2.8%2015.075q-.375-.05-.587-.362T2%2014q0-.425.275-.712t.65-.238q2.35.3%204.013%201.975t1.987%204.025q.05.4-.225.675T8%2020m4%200q-.425%200-.712-.275t-.338-.7q-.35-3.2-2.612-5.425t-5.463-2.55q-.4-.05-.638-.35T2%2010q0-.425.263-.725t.637-.25q4.025.325%206.85%203.125t3.2%206.825q.05.425-.238.725T12%2020m-8.75%200q-.525%200-.888-.363T2%2018.75t.363-.888t.887-.362t.888.363t.362.887t-.363.888T3.25%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/cast-for-education-rounded.svg?color=%231a73e8&size=48