ad rectangle off icon
ad-rectangle-off-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- ad-rectangle-off-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the ad rectangle off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.293 3.293a1 1 0 0 1 1.414 0L5.414 4H19a3 3 0 0 1 3 3v10c0 .98-.472 1.846-1.198 2.393l-.044-.044a.999.999 0 0 1-1.465 1.358l-16-16a1 1 0 0 1 0-1.414m3.232 7.48l-.995 3.985a1 1 0 1 0 1.94.484L7.78 14h1.972l.623.623l.155.62a1 1 0 0 0 1.195.73L15.752 20H5a3 3 0 0 1-3-3V7q.002-.348.078-.674zM18 8a1 1 0 0 0-1 1v1.174a3.003 3.003 0 0 0-3.763 1.65L17.414 16H18a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1m-2 4a1 1 0 0 1 1 1v1h-1a1 1 0 1 1 0-2m-4.765-2.18l-.076-.306A2 2 0 0 0 9.424 8.01z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteAdRectangleOffFill(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="M3.293 3.293a1 1 0 0 1 1.414 0L5.414 4H19a3 3 0 0 1 3 3v10c0 .98-.472 1.846-1.198 2.393l-.044-.044a.999.999 0 0 1-1.465 1.358l-16-16a1 1 0 0 1 0-1.414m3.232 7.48l-.995 3.985a1 1 0 1 0 1.94.484L7.78 14h1.972l.623.623l.155.62a1 1 0 0 0 1.195.73L15.752 20H5a3 3 0 0 1-3-3V7q.002-.348.078-.674zM18 8a1 1 0 0 0-1 1v1.174a3.003 3.003 0 0 0-3.763 1.65L17.414 16H18a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1m-2 4a1 1 0 0 1 1 1v1h-1a1 1 0 1 1 0-2m-4.765-2.18l-.076-.306A2 2 0 0 0 9.424 8.01z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.293 3.293a1 1 0 0 1 1.414 0L5.414 4H19a3 3 0 0 1 3 3v10c0 .98-.472 1.846-1.198 2.393l-.044-.044a.999.999 0 0 1-1.465 1.358l-16-16a1 1 0 0 1 0-1.414m3.232 7.48l-.995 3.985a1 1 0 1 0 1.94.484L7.78 14h1.972l.623.623l.155.62a1 1 0 0 0 1.195.73L15.752 20H5a3 3 0 0 1-3-3V7q.002-.348.078-.674zM18 8a1 1 0 0 0-1 1v1.174a3.003 3.003 0 0 0-3.763 1.65L17.414 16H18a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1m-2 4a1 1 0 0 1 1 1v1h-1a1 1 0 1 1 0-2m-4.765-2.18l-.076-.306A2 2 0 0 0 9.424 8.01z"/></svg> </template>
CSS
.icon-ad-rectangle-off-fill {
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%22M3.293%203.293a1%201%200%200%201%201.414%200L5.414%204H19a3%203%200%200%201%203%203v10c0%20.98-.472%201.846-1.198%202.393l-.044-.044a.999.999%200%200%201-1.465%201.358l-16-16a1%201%200%200%201%200-1.414m3.232%207.48l-.995%203.985a1%201%200%201%200%201.94.484L7.78%2014h1.972l.623.623l.155.62a1%201%200%200%200%201.195.73L15.752%2020H5a3%203%200%200%201-3-3V7q.002-.348.078-.674zM18%208a1%201%200%200%200-1%201v1.174a3.003%203.003%200%200%200-3.763%201.65L17.414%2016H18a1%201%200%200%200%201-1V9a1%201%200%200%200-1-1m-2%204a1%201%200%200%201%201%201v1h-1a1%201%200%201%201%200-2m-4.765-2.18l-.076-.306A2%202%200%200%200%209.424%208.01z%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%22M3.293%203.293a1%201%200%200%201%201.414%200L5.414%204H19a3%203%200%200%201%203%203v10c0%20.98-.472%201.846-1.198%202.393l-.044-.044a.999.999%200%200%201-1.465%201.358l-16-16a1%201%200%200%201%200-1.414m3.232%207.48l-.995%203.985a1%201%200%201%200%201.94.484L7.78%2014h1.972l.623.623l.155.62a1%201%200%200%200%201.195.73L15.752%2020H5a3%203%200%200%201-3-3V7q.002-.348.078-.674zM18%208a1%201%200%200%200-1%201v1.174a3.003%203.003%200%200%200-3.763%201.65L17.414%2016H18a1%201%200%200%200%201-1V9a1%201%200%200%200-1-1m-2%204a1%201%200%200%201%201%201v1h-1a1%201%200%201%201%200-2m-4.765-2.18l-.076-.306A2%202%200%200%200%209.424%208.01z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/ad-rectangle-off-fill.svg?color=%231a73e8&size=48