iframe off icon
iframe-off-outline-rounded from Material Symbols Light by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- iframe-off-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
Use the iframe off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 19q-.667 0-1.141-.475T3 17.386V6.615q0-.666.475-1.14T4.615 5H5v1.427L2.235 3.662q-.146-.146-.153-.347t.159-.367t.356-.165q.192 0 .357.165l18.51 18.516q.146.146.155.344t-.155.363t-.357.165t-.357-.165L17.573 19zm0-1h11.957l-10-10H4v9.385q0 .269.173.442t.443.173M21 6.616V17.23q0 .25-.155.375t-.341.125t-.345-.13t-.159-.376V8h-8.517q-.332 0-.632-.13t-.518-.349L9.185 6.373q-.186-.208-.227-.437q-.04-.228.046-.445q.087-.218.283-.354Q9.483 5 9.756 5h9.629q.666 0 1.14.475T21 6.615m-3.308 4.5v2.697q0 .225-.14.33q-.139.106-.3.106t-.303-.113t-.141-.323v-2.62h-2.62q-.21 0-.323-.14q-.113-.139-.113-.3t.105-.303t.331-.141h2.696q.344 0 .576.232t.232.576"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightIframeOffOutlineRounded(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="M4.616 19q-.667 0-1.141-.475T3 17.386V6.615q0-.666.475-1.14T4.615 5H5v1.427L2.235 3.662q-.146-.146-.153-.347t.159-.367t.356-.165q.192 0 .357.165l18.51 18.516q.146.146.155.344t-.155.363t-.357.165t-.357-.165L17.573 19zm0-1h11.957l-10-10H4v9.385q0 .269.173.442t.443.173M21 6.616V17.23q0 .25-.155.375t-.341.125t-.345-.13t-.159-.376V8h-8.517q-.332 0-.632-.13t-.518-.349L9.185 6.373q-.186-.208-.227-.437q-.04-.228.046-.445q.087-.218.283-.354Q9.483 5 9.756 5h9.629q.666 0 1.14.475T21 6.615m-3.308 4.5v2.697q0 .225-.14.33q-.139.106-.3.106t-.303-.113t-.141-.323v-2.62h-2.62q-.21 0-.323-.14q-.113-.139-.113-.3t.105-.303t.331-.141h2.696q.344 0 .576.232t.232.576"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 19q-.667 0-1.141-.475T3 17.386V6.615q0-.666.475-1.14T4.615 5H5v1.427L2.235 3.662q-.146-.146-.153-.347t.159-.367t.356-.165q.192 0 .357.165l18.51 18.516q.146.146.155.344t-.155.363t-.357.165t-.357-.165L17.573 19zm0-1h11.957l-10-10H4v9.385q0 .269.173.442t.443.173M21 6.616V17.23q0 .25-.155.375t-.341.125t-.345-.13t-.159-.376V8h-8.517q-.332 0-.632-.13t-.518-.349L9.185 6.373q-.186-.208-.227-.437q-.04-.228.046-.445q.087-.218.283-.354Q9.483 5 9.756 5h9.629q.666 0 1.14.475T21 6.615m-3.308 4.5v2.697q0 .225-.14.33q-.139.106-.3.106t-.303-.113t-.141-.323v-2.62h-2.62q-.21 0-.323-.14q-.113-.139-.113-.3t.105-.303t.331-.141h2.696q.344 0 .576.232t.232.576"/></svg> </template>
CSS
.icon-iframe-off-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%22M4.616%2019q-.667%200-1.141-.475T3%2017.386V6.615q0-.666.475-1.14T4.615%205H5v1.427L2.235%203.662q-.146-.146-.153-.347t.159-.367t.356-.165q.192%200%20.357.165l18.51%2018.516q.146.146.155.344t-.155.363t-.357.165t-.357-.165L17.573%2019zm0-1h11.957l-10-10H4v9.385q0%20.269.173.442t.443.173M21%206.616V17.23q0%20.25-.155.375t-.341.125t-.345-.13t-.159-.376V8h-8.517q-.332%200-.632-.13t-.518-.349L9.185%206.373q-.186-.208-.227-.437q-.04-.228.046-.445q.087-.218.283-.354Q9.483%205%209.756%205h9.629q.666%200%201.14.475T21%206.615m-3.308%204.5v2.697q0%20.225-.14.33q-.139.106-.3.106t-.303-.113t-.141-.323v-2.62h-2.62q-.21%200-.323-.14q-.113-.139-.113-.3t.105-.303t.331-.141h2.696q.344%200%20.576.232t.232.576%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%22M4.616%2019q-.667%200-1.141-.475T3%2017.386V6.615q0-.666.475-1.14T4.615%205H5v1.427L2.235%203.662q-.146-.146-.153-.347t.159-.367t.356-.165q.192%200%20.357.165l18.51%2018.516q.146.146.155.344t-.155.363t-.357.165t-.357-.165L17.573%2019zm0-1h11.957l-10-10H4v9.385q0%20.269.173.442t.443.173M21%206.616V17.23q0%20.25-.155.375t-.341.125t-.345-.13t-.159-.376V8h-8.517q-.332%200-.632-.13t-.518-.349L9.185%206.373q-.186-.208-.227-.437q-.04-.228.046-.445q.087-.218.283-.354Q9.483%205%209.756%205h9.629q.666%200%201.14.475T21%206.615m-3.308%204.5v2.697q0%20.225-.14.33q-.139.106-.3.106t-.303-.113t-.141-.323v-2.62h-2.62q-.21%200-.323-.14q-.113-.139-.113-.3t.105-.303t.331-.141h2.696q.344%200%20.576.232t.232.576%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/iframe-off-outline-rounded.svg?color=%231a73e8&size=48