ad circle off icon
ad-circle-off-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- ad-circle-off-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Related icons in MingCute Icon
Use the ad circle off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.525 10.773l-.995 3.985a1 1 0 1 0 1.94.484L7.78 14h1.972l.623.623l.155.62a1 1 0 0 0 1.195.73l4.894 4.894A9.95 9.95 0 0 1 12 22C6.477 22 2 17.523 2 12c0-1.667.41-3.238 1.132-4.62zM12 2c5.523 0 10 4.477 10 10a9.96 9.96 0 0 1-2.259 6.327l.966.966a1 1 0 1 1-1.414 1.414l-16-16a1 1 0 1 1 1.414-1.414l.964.964A9.96 9.96 0 0 1 12 2m2 6a1 1 0 0 0-1 1v2.586l2 2V10h1a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-.586l1.76 1.76A3 3 0 0 0 19 13v-2a3 3 0 0 0-3-3zm-2.765 1.821l-.076-.306A2 2 0 0 0 9.424 8.01z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteAdCircleOffFill(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="m6.525 10.773l-.995 3.985a1 1 0 1 0 1.94.484L7.78 14h1.972l.623.623l.155.62a1 1 0 0 0 1.195.73l4.894 4.894A9.95 9.95 0 0 1 12 22C6.477 22 2 17.523 2 12c0-1.667.41-3.238 1.132-4.62zM12 2c5.523 0 10 4.477 10 10a9.96 9.96 0 0 1-2.259 6.327l.966.966a1 1 0 1 1-1.414 1.414l-16-16a1 1 0 1 1 1.414-1.414l.964.964A9.96 9.96 0 0 1 12 2m2 6a1 1 0 0 0-1 1v2.586l2 2V10h1a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-.586l1.76 1.76A3 3 0 0 0 19 13v-2a3 3 0 0 0-3-3zm-2.765 1.821l-.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="m6.525 10.773l-.995 3.985a1 1 0 1 0 1.94.484L7.78 14h1.972l.623.623l.155.62a1 1 0 0 0 1.195.73l4.894 4.894A9.95 9.95 0 0 1 12 22C6.477 22 2 17.523 2 12c0-1.667.41-3.238 1.132-4.62zM12 2c5.523 0 10 4.477 10 10a9.96 9.96 0 0 1-2.259 6.327l.966.966a1 1 0 1 1-1.414 1.414l-16-16a1 1 0 1 1 1.414-1.414l.964.964A9.96 9.96 0 0 1 12 2m2 6a1 1 0 0 0-1 1v2.586l2 2V10h1a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-.586l1.76 1.76A3 3 0 0 0 19 13v-2a3 3 0 0 0-3-3zm-2.765 1.821l-.076-.306A2 2 0 0 0 9.424 8.01z"/></svg> </template>
CSS
.icon-ad-circle-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%22m6.525%2010.773l-.995%203.985a1%201%200%201%200%201.94.484L7.78%2014h1.972l.623.623l.155.62a1%201%200%200%200%201.195.73l4.894%204.894A9.95%209.95%200%200%201%2012%2022C6.477%2022%202%2017.523%202%2012c0-1.667.41-3.238%201.132-4.62zM12%202c5.523%200%2010%204.477%2010%2010a9.96%209.96%200%200%201-2.259%206.327l.966.966a1%201%200%201%201-1.414%201.414l-16-16a1%201%200%201%201%201.414-1.414l.964.964A9.96%209.96%200%200%201%2012%202m2%206a1%201%200%200%200-1%201v2.586l2%202V10h1a1%201%200%200%201%201%201v2a1%201%200%200%201-1%201h-.586l1.76%201.76A3%203%200%200%200%2019%2013v-2a3%203%200%200%200-3-3zm-2.765%201.821l-.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%22m6.525%2010.773l-.995%203.985a1%201%200%201%200%201.94.484L7.78%2014h1.972l.623.623l.155.62a1%201%200%200%200%201.195.73l4.894%204.894A9.95%209.95%200%200%201%2012%2022C6.477%2022%202%2017.523%202%2012c0-1.667.41-3.238%201.132-4.62zM12%202c5.523%200%2010%204.477%2010%2010a9.96%209.96%200%200%201-2.259%206.327l.966.966a1%201%200%201%201-1.414%201.414l-16-16a1%201%200%201%201%201.414-1.414l.964.964A9.96%209.96%200%200%201%2012%202m2%206a1%201%200%200%200-1%201v2.586l2%202V10h1a1%201%200%200%201%201%201v2a1%201%200%200%201-1%201h-.586l1.76%201.76A3%203%200%200%200%2019%2013v-2a3%203%200%200%200-3-3zm-2.765%201.821l-.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-circle-off-fill.svg?color=%231a73e8&size=48