cast for education icon
cast-for-education-outline-rounded from Material Symbols Light by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- cast-for-education-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
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="m15.116 11.371l2.518-1.446q.212-.121.212-.343t-.212-.353l-2.519-1.446q-.18-.106-.4-.106t-.407.106l-2.52 1.446q-.211.121-.211.343t.211.353l2.52 1.446q.18.106.4.106t.407-.106m0 2.871l1.789-1.019q.181-.1.293-.29q.11-.191.11-.412v-1.294l-2.191 1.28q-.182.126-.405.126q-.222 0-.403-.125l-2.193-1.281v1.294q0 .22.111.411t.293.291l1.789 1.02q.18.105.4.105t.408-.106M21 6.616v10.769q0 .666-.475 1.14t-1.14.475H14.95q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h4.435q.269 0 .442-.173t.173-.442V6.615q0-.269-.173-.442T19.385 6H4.615q-.269 0-.442.173T4 6.616v.476q0 .213-.144.357t-.357.143t-.356-.143T3 7.092v-.476q0-.667.475-1.141T4.615 5h14.77q.666 0 1.14.475T21 6.615M7.804 19q-.204 0-.35-.141q-.146-.142-.183-.35q-.16-1.498-1.24-2.55q-1.079-1.051-2.597-1.23q-.203-.025-.319-.182T3 14.191q0-.212.16-.356q.16-.143.361-.112q1.908.185 3.244 1.523Q8.1 16.584 8.27 18.492q.031.208-.11.358q-.14.15-.357.15m3.773 0q-.233 0-.366-.179q-.134-.179-.165-.43q-.234-3.028-2.372-5.147t-5.183-2.31q-.208-.011-.35-.161q-.141-.15-.141-.35q0-.214.157-.36q.156-.146.377-.134q3.468.19 5.899 2.625t2.633 5.902q.011.232-.133.388t-.356.156m-7.79 0q-.331 0-.559-.229T3 18.211t.229-.56t.56-.228t.56.229t.228.56t-.229.56t-.56.228"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCastForEducationOutlineRounded(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="m15.116 11.371l2.518-1.446q.212-.121.212-.343t-.212-.353l-2.519-1.446q-.18-.106-.4-.106t-.407.106l-2.52 1.446q-.211.121-.211.343t.211.353l2.52 1.446q.18.106.4.106t.407-.106m0 2.871l1.789-1.019q.181-.1.293-.29q.11-.191.11-.412v-1.294l-2.191 1.28q-.182.126-.405.126q-.222 0-.403-.125l-2.193-1.281v1.294q0 .22.111.411t.293.291l1.789 1.02q.18.105.4.105t.408-.106M21 6.616v10.769q0 .666-.475 1.14t-1.14.475H14.95q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h4.435q.269 0 .442-.173t.173-.442V6.615q0-.269-.173-.442T19.385 6H4.615q-.269 0-.442.173T4 6.616v.476q0 .213-.144.357t-.357.143t-.356-.143T3 7.092v-.476q0-.667.475-1.141T4.615 5h14.77q.666 0 1.14.475T21 6.615M7.804 19q-.204 0-.35-.141q-.146-.142-.183-.35q-.16-1.498-1.24-2.55q-1.079-1.051-2.597-1.23q-.203-.025-.319-.182T3 14.191q0-.212.16-.356q.16-.143.361-.112q1.908.185 3.244 1.523Q8.1 16.584 8.27 18.492q.031.208-.11.358q-.14.15-.357.15m3.773 0q-.233 0-.366-.179q-.134-.179-.165-.43q-.234-3.028-2.372-5.147t-5.183-2.31q-.208-.011-.35-.161q-.141-.15-.141-.35q0-.214.157-.36q.156-.146.377-.134q3.468.19 5.899 2.625t2.633 5.902q.011.232-.133.388t-.356.156m-7.79 0q-.331 0-.559-.229T3 18.211t.229-.56t.56-.228t.56.229t.228.56t-.229.56t-.56.228"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.116 11.371l2.518-1.446q.212-.121.212-.343t-.212-.353l-2.519-1.446q-.18-.106-.4-.106t-.407.106l-2.52 1.446q-.211.121-.211.343t.211.353l2.52 1.446q.18.106.4.106t.407-.106m0 2.871l1.789-1.019q.181-.1.293-.29q.11-.191.11-.412v-1.294l-2.191 1.28q-.182.126-.405.126q-.222 0-.403-.125l-2.193-1.281v1.294q0 .22.111.411t.293.291l1.789 1.02q.18.105.4.105t.408-.106M21 6.616v10.769q0 .666-.475 1.14t-1.14.475H14.95q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h4.435q.269 0 .442-.173t.173-.442V6.615q0-.269-.173-.442T19.385 6H4.615q-.269 0-.442.173T4 6.616v.476q0 .213-.144.357t-.357.143t-.356-.143T3 7.092v-.476q0-.667.475-1.141T4.615 5h14.77q.666 0 1.14.475T21 6.615M7.804 19q-.204 0-.35-.141q-.146-.142-.183-.35q-.16-1.498-1.24-2.55q-1.079-1.051-2.597-1.23q-.203-.025-.319-.182T3 14.191q0-.212.16-.356q.16-.143.361-.112q1.908.185 3.244 1.523Q8.1 16.584 8.27 18.492q.031.208-.11.358q-.14.15-.357.15m3.773 0q-.233 0-.366-.179q-.134-.179-.165-.43q-.234-3.028-2.372-5.147t-5.183-2.31q-.208-.011-.35-.161q-.141-.15-.141-.35q0-.214.157-.36q.156-.146.377-.134q3.468.19 5.899 2.625t2.633 5.902q.011.232-.133.388t-.356.156m-7.79 0q-.331 0-.559-.229T3 18.211t.229-.56t.56-.228t.56.229t.228.56t-.229.56t-.56.228"/></svg> </template>
CSS
.icon-cast-for-education-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%22m15.116%2011.371l2.518-1.446q.212-.121.212-.343t-.212-.353l-2.519-1.446q-.18-.106-.4-.106t-.407.106l-2.52%201.446q-.211.121-.211.343t.211.353l2.52%201.446q.18.106.4.106t.407-.106m0%202.871l1.789-1.019q.181-.1.293-.29q.11-.191.11-.412v-1.294l-2.191%201.28q-.182.126-.405.126q-.222%200-.403-.125l-2.193-1.281v1.294q0%20.22.111.411t.293.291l1.789%201.02q.18.105.4.105t.408-.106M21%206.616v10.769q0%20.666-.475%201.14t-1.14.475H14.95q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h4.435q.269%200%20.442-.173t.173-.442V6.615q0-.269-.173-.442T19.385%206H4.615q-.269%200-.442.173T4%206.616v.476q0%20.213-.144.357t-.357.143t-.356-.143T3%207.092v-.476q0-.667.475-1.141T4.615%205h14.77q.666%200%201.14.475T21%206.615M7.804%2019q-.204%200-.35-.141q-.146-.142-.183-.35q-.16-1.498-1.24-2.55q-1.079-1.051-2.597-1.23q-.203-.025-.319-.182T3%2014.191q0-.212.16-.356q.16-.143.361-.112q1.908.185%203.244%201.523Q8.1%2016.584%208.27%2018.492q.031.208-.11.358q-.14.15-.357.15m3.773%200q-.233%200-.366-.179q-.134-.179-.165-.43q-.234-3.028-2.372-5.147t-5.183-2.31q-.208-.011-.35-.161q-.141-.15-.141-.35q0-.214.157-.36q.156-.146.377-.134q3.468.19%205.899%202.625t2.633%205.902q.011.232-.133.388t-.356.156m-7.79%200q-.331%200-.559-.229T3%2018.211t.229-.56t.56-.228t.56.229t.228.56t-.229.56t-.56.228%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%22m15.116%2011.371l2.518-1.446q.212-.121.212-.343t-.212-.353l-2.519-1.446q-.18-.106-.4-.106t-.407.106l-2.52%201.446q-.211.121-.211.343t.211.353l2.52%201.446q.18.106.4.106t.407-.106m0%202.871l1.789-1.019q.181-.1.293-.29q.11-.191.11-.412v-1.294l-2.191%201.28q-.182.126-.405.126q-.222%200-.403-.125l-2.193-1.281v1.294q0%20.22.111.411t.293.291l1.789%201.02q.18.105.4.105t.408-.106M21%206.616v10.769q0%20.666-.475%201.14t-1.14.475H14.95q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h4.435q.269%200%20.442-.173t.173-.442V6.615q0-.269-.173-.442T19.385%206H4.615q-.269%200-.442.173T4%206.616v.476q0%20.213-.144.357t-.357.143t-.356-.143T3%207.092v-.476q0-.667.475-1.141T4.615%205h14.77q.666%200%201.14.475T21%206.615M7.804%2019q-.204%200-.35-.141q-.146-.142-.183-.35q-.16-1.498-1.24-2.55q-1.079-1.051-2.597-1.23q-.203-.025-.319-.182T3%2014.191q0-.212.16-.356q.16-.143.361-.112q1.908.185%203.244%201.523Q8.1%2016.584%208.27%2018.492q.031.208-.11.358q-.14.15-.357.15m3.773%200q-.233%200-.366-.179q-.134-.179-.165-.43q-.234-3.028-2.372-5.147t-5.183-2.31q-.208-.011-.35-.161q-.141-.15-.141-.35q0-.214.157-.36q.156-.146.377-.134q3.468.19%205.899%202.625t2.633%205.902q.011.232-.133.388t-.356.156m-7.79%200q-.331%200-.559-.229T3%2018.211t.229-.56t.56-.228t.56.229t.228.56t-.229.56t-.56.228%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/cast-for-education-outline-rounded.svg?color=%231a73e8&size=48