card slash icon
card-slash-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- card-slash-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the card slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m19.27 3.648l-5.1 5.1H3.2c-.66 0-1.2-.54-1.2-1.2v-.01c0-2.29 1.85-4.14 4.14-4.14h11.71c.5 0 .98.09 1.42.25m-6.6 6.602l-5.5 5.5H6c-.41 0-.75.34-.75.75c0 .31.2.59.48.69l-2.35 2.35A4.1 4.1 0 0 1 2 16.46v-5.01c0-.66.54-1.2 1.2-1.2zm9.329.75v5.46c0 2.29-1.85 4.14-4.14 4.14h-9.05c-.89 0-1.34-1.08-.71-1.71l1.35-1.35a1 1 0 0 1 .71-.29h4.34c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.84c-.89 0-1.34-1.08-.71-1.71l3.46-3.46c.38-.37.89-.58 1.42-.58h3.17c.55 0 1 .45 1 1"/><path d="M21.769 2.229c-.3-.3-.79-.3-1.09 0l-18.45 18.46c-.3.3-.3.79 0 1.09a.76.76 0 0 0 1.08-.01l18.46-18.46c.31-.3.31-.78 0-1.08"/><path d="m21.769 3.309l-1.16 1.16l-4.28 4.28l-13.02 13.02c-.15.15-.34.23-.54.23s-.39-.08-.54-.23a.743.743 0 0 1 0-1.08l1.15-1.15l2.35-2.35l13.54-13.54l1.42-1.42c.3-.31.78-.31 1.08 0c.31.3.31.78 0 1.08M22 7.41c0-.89-1.08-1.34-1.71-.71L20 7l-.29.29c-.63.63-.19 1.71.7 1.71H21c.55 0 1-.45 1-1z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCardSlashFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m19.27 3.648l-5.1 5.1H3.2c-.66 0-1.2-.54-1.2-1.2v-.01c0-2.29 1.85-4.14 4.14-4.14h11.71c.5 0 .98.09 1.42.25m-6.6 6.602l-5.5 5.5H6c-.41 0-.75.34-.75.75c0 .31.2.59.48.69l-2.35 2.35A4.1 4.1 0 0 1 2 16.46v-5.01c0-.66.54-1.2 1.2-1.2zm9.329.75v5.46c0 2.29-1.85 4.14-4.14 4.14h-9.05c-.89 0-1.34-1.08-.71-1.71l1.35-1.35a1 1 0 0 1 .71-.29h4.34c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.84c-.89 0-1.34-1.08-.71-1.71l3.46-3.46c.38-.37.89-.58 1.42-.58h3.17c.55 0 1 .45 1 1"/><path d="M21.769 2.229c-.3-.3-.79-.3-1.09 0l-18.45 18.46c-.3.3-.3.79 0 1.09a.76.76 0 0 0 1.08-.01l18.46-18.46c.31-.3.31-.78 0-1.08"/><path d="m21.769 3.309l-1.16 1.16l-4.28 4.28l-13.02 13.02c-.15.15-.34.23-.54.23s-.39-.08-.54-.23a.743.743 0 0 1 0-1.08l1.15-1.15l2.35-2.35l13.54-13.54l1.42-1.42c.3-.31.78-.31 1.08 0c.31.3.31.78 0 1.08M22 7.41c0-.89-1.08-1.34-1.71-.71L20 7l-.29.29c-.63.63-.19 1.71.7 1.71H21c.55 0 1-.45 1-1z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m19.27 3.648l-5.1 5.1H3.2c-.66 0-1.2-.54-1.2-1.2v-.01c0-2.29 1.85-4.14 4.14-4.14h11.71c.5 0 .98.09 1.42.25m-6.6 6.602l-5.5 5.5H6c-.41 0-.75.34-.75.75c0 .31.2.59.48.69l-2.35 2.35A4.1 4.1 0 0 1 2 16.46v-5.01c0-.66.54-1.2 1.2-1.2zm9.329.75v5.46c0 2.29-1.85 4.14-4.14 4.14h-9.05c-.89 0-1.34-1.08-.71-1.71l1.35-1.35a1 1 0 0 1 .71-.29h4.34c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.84c-.89 0-1.34-1.08-.71-1.71l3.46-3.46c.38-.37.89-.58 1.42-.58h3.17c.55 0 1 .45 1 1"/><path d="M21.769 2.229c-.3-.3-.79-.3-1.09 0l-18.45 18.46c-.3.3-.3.79 0 1.09a.76.76 0 0 0 1.08-.01l18.46-18.46c.31-.3.31-.78 0-1.08"/><path d="m21.769 3.309l-1.16 1.16l-4.28 4.28l-13.02 13.02c-.15.15-.34.23-.54.23s-.39-.08-.54-.23a.743.743 0 0 1 0-1.08l1.15-1.15l2.35-2.35l13.54-13.54l1.42-1.42c.3-.31.78-.31 1.08 0c.31.3.31.78 0 1.08M22 7.41c0-.89-1.08-1.34-1.71-.71L20 7l-.29.29c-.63.63-.19 1.71.7 1.71H21c.55 0 1-.45 1-1z"/></g></svg> </template>
CSS
.icon-card-slash-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%22currentColor%22%3E%3Cpath%20d%3D%22m19.27%203.648l-5.1%205.1H3.2c-.66%200-1.2-.54-1.2-1.2v-.01c0-2.29%201.85-4.14%204.14-4.14h11.71c.5%200%20.98.09%201.42.25m-6.6%206.602l-5.5%205.5H6c-.41%200-.75.34-.75.75c0%20.31.2.59.48.69l-2.35%202.35A4.1%204.1%200%200%201%202%2016.46v-5.01c0-.66.54-1.2%201.2-1.2zm9.329.75v5.46c0%202.29-1.85%204.14-4.14%204.14h-9.05c-.89%200-1.34-1.08-.71-1.71l1.35-1.35a1%201%200%200%201%20.71-.29h4.34c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75h-.84c-.89%200-1.34-1.08-.71-1.71l3.46-3.46c.38-.37.89-.58%201.42-.58h3.17c.55%200%201%20.45%201%201%22%2F%3E%3Cpath%20d%3D%22M21.769%202.229c-.3-.3-.79-.3-1.09%200l-18.45%2018.46c-.3.3-.3.79%200%201.09a.76.76%200%200%200%201.08-.01l18.46-18.46c.31-.3.31-.78%200-1.08%22%2F%3E%3Cpath%20d%3D%22m21.769%203.309l-1.16%201.16l-4.28%204.28l-13.02%2013.02c-.15.15-.34.23-.54.23s-.39-.08-.54-.23a.743.743%200%200%201%200-1.08l1.15-1.15l2.35-2.35l13.54-13.54l1.42-1.42c.3-.31.78-.31%201.08%200c.31.3.31.78%200%201.08M22%207.41c0-.89-1.08-1.34-1.71-.71L20%207l-.29.29c-.63.63-.19%201.71.7%201.71H21c.55%200%201-.45%201-1z%22%2F%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%22currentColor%22%3E%3Cpath%20d%3D%22m19.27%203.648l-5.1%205.1H3.2c-.66%200-1.2-.54-1.2-1.2v-.01c0-2.29%201.85-4.14%204.14-4.14h11.71c.5%200%20.98.09%201.42.25m-6.6%206.602l-5.5%205.5H6c-.41%200-.75.34-.75.75c0%20.31.2.59.48.69l-2.35%202.35A4.1%204.1%200%200%201%202%2016.46v-5.01c0-.66.54-1.2%201.2-1.2zm9.329.75v5.46c0%202.29-1.85%204.14-4.14%204.14h-9.05c-.89%200-1.34-1.08-.71-1.71l1.35-1.35a1%201%200%200%201%20.71-.29h4.34c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75h-.84c-.89%200-1.34-1.08-.71-1.71l3.46-3.46c.38-.37.89-.58%201.42-.58h3.17c.55%200%201%20.45%201%201%22%2F%3E%3Cpath%20d%3D%22M21.769%202.229c-.3-.3-.79-.3-1.09%200l-18.45%2018.46c-.3.3-.3.79%200%201.09a.76.76%200%200%200%201.08-.01l18.46-18.46c.31-.3.31-.78%200-1.08%22%2F%3E%3Cpath%20d%3D%22m21.769%203.309l-1.16%201.16l-4.28%204.28l-13.02%2013.02c-.15.15-.34.23-.54.23s-.39-.08-.54-.23a.743.743%200%200%201%200-1.08l1.15-1.15l2.35-2.35l13.54-13.54l1.42-1.42c.3-.31.78-.31%201.08%200c.31.3.31.78%200%201.08M22%207.41c0-.89-1.08-1.34-1.71-.71L20%207l-.29.29c-.63.63-.19%201.71.7%201.71H21c.55%200%201-.45%201-1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/card-slash-filled.svg?color=%231a73e8&size=48