ban icon
ban-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- ban-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All ban icons →More ui icons from Reicon
Use the ban icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVGBgS7qSkY132)"><path fill="currentColor" fill-rule="evenodd" d="M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12S5.373 0 12 0m10 12c0-5.523-4.477-10-10-10a9.96 9.96 0 0 0-6.329 2.257L19.743 18.33A9.96 9.96 0 0 0 22 12m-3.671 7.743A9.96 9.96 0 0 1 12 22C6.477 22 2 17.523 2 12c0-2.401.846-4.605 2.257-6.329z" clip-rule="evenodd"/></g><defs><clipPath id="SVGBgS7qSkY132"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBanFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clipPath="url(#SVGBgS7qSkY132)"><path fill="currentColor" fillRule="evenodd" d="M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12S5.373 0 12 0m10 12c0-5.523-4.477-10-10-10a9.96 9.96 0 0 0-6.329 2.257L19.743 18.33A9.96 9.96 0 0 0 22 12m-3.671 7.743A9.96 9.96 0 0 1 12 22C6.477 22 2 17.523 2 12c0-2.401.846-4.605 2.257-6.329z" clipRule="evenodd"/></g><defs><clipPath id="SVGBgS7qSkY132"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVGBgS7qSkY132)"><path fill="currentColor" fill-rule="evenodd" d="M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12S5.373 0 12 0m10 12c0-5.523-4.477-10-10-10a9.96 9.96 0 0 0-6.329 2.257L19.743 18.33A9.96 9.96 0 0 0 22 12m-3.671 7.743A9.96 9.96 0 0 1 12 22C6.477 22 2 17.523 2 12c0-2.401.846-4.605 2.257-6.329z" clip-rule="evenodd"/></g><defs><clipPath id="SVGBgS7qSkY132"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-ban-filled {
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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGBgS7qSkY132)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%200c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012S0%2018.627%200%2012S5.373%200%2012%200m10%2012c0-5.523-4.477-10-10-10a9.96%209.96%200%200%200-6.329%202.257L19.743%2018.33A9.96%209.96%200%200%200%2022%2012m-3.671%207.743A9.96%209.96%200%200%201%2012%2022C6.477%2022%202%2017.523%202%2012c0-2.401.846-4.605%202.257-6.329z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGBgS7qSkY132%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGBgS7qSkY132)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%200c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012S0%2018.627%200%2012S5.373%200%2012%200m10%2012c0-5.523-4.477-10-10-10a9.96%209.96%200%200%200-6.329%202.257L19.743%2018.33A9.96%209.96%200%200%200%2022%2012m-3.671%207.743A9.96%209.96%200%200%201%2012%2022C6.477%2022%202%2017.523%202%2012c0-2.401.846-4.605%202.257-6.329z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGBgS7qSkY132%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/ban-filled.svg?color=%231a73e8&size=48