card tick2 icon
card-tick2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- card-tick2-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 tick2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 11.46v5c0 2.29 1.85 4.14 4.14 4.14h11.71c2.29 0 4.15-1.86 4.15-4.15v-4.99c0-.67-.54-1.21-1.21-1.21H3.21c-.67 0-1.21.54-1.21 1.21m6 5.79H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75m6.5 0h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75m-1-12.642v2.93c0 .67-.54 1.21-1.21 1.21H3.21c-.68 0-1.21-.56-1.21-1.23c.01-1.13.46-2.16 1.21-2.91S5 3.398 6.14 3.398h6.15c.67 0 1.21.54 1.21 1.21M19.97 2h-2.94C15.76 2 15 2.76 15 4.03v2.94C15 8.24 15.76 9 17.03 9h2.94C21.24 9 22 8.24 22 6.97V4.03C22 2.76 21.24 2 19.97 2m.66 2.45l-2.37 2.77a.5.5 0 0 1-.37.18h-.02c-.14 0-.27-.05-.37-.15l-1.1-1.08a.52.52 0 0 1 0-.73c.2-.2.53-.21.73 0l.7.69l2-2.34c.19-.22.51-.24.73-.06c.23.18.25.51.07.72"/></svg>
React
import type { SVGProps } from "react";
export function ReiconCardTick2Filled(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="M2 11.46v5c0 2.29 1.85 4.14 4.14 4.14h11.71c2.29 0 4.15-1.86 4.15-4.15v-4.99c0-.67-.54-1.21-1.21-1.21H3.21c-.67 0-1.21.54-1.21 1.21m6 5.79H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75m6.5 0h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75m-1-12.642v2.93c0 .67-.54 1.21-1.21 1.21H3.21c-.68 0-1.21-.56-1.21-1.23c.01-1.13.46-2.16 1.21-2.91S5 3.398 6.14 3.398h6.15c.67 0 1.21.54 1.21 1.21M19.97 2h-2.94C15.76 2 15 2.76 15 4.03v2.94C15 8.24 15.76 9 17.03 9h2.94C21.24 9 22 8.24 22 6.97V4.03C22 2.76 21.24 2 19.97 2m.66 2.45l-2.37 2.77a.5.5 0 0 1-.37.18h-.02c-.14 0-.27-.05-.37-.15l-1.1-1.08a.52.52 0 0 1 0-.73c.2-.2.53-.21.73 0l.7.69l2-2.34c.19-.22.51-.24.73-.06c.23.18.25.51.07.72"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 11.46v5c0 2.29 1.85 4.14 4.14 4.14h11.71c2.29 0 4.15-1.86 4.15-4.15v-4.99c0-.67-.54-1.21-1.21-1.21H3.21c-.67 0-1.21.54-1.21 1.21m6 5.79H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75m6.5 0h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75m-1-12.642v2.93c0 .67-.54 1.21-1.21 1.21H3.21c-.68 0-1.21-.56-1.21-1.23c.01-1.13.46-2.16 1.21-2.91S5 3.398 6.14 3.398h6.15c.67 0 1.21.54 1.21 1.21M19.97 2h-2.94C15.76 2 15 2.76 15 4.03v2.94C15 8.24 15.76 9 17.03 9h2.94C21.24 9 22 8.24 22 6.97V4.03C22 2.76 21.24 2 19.97 2m.66 2.45l-2.37 2.77a.5.5 0 0 1-.37.18h-.02c-.14 0-.27-.05-.37-.15l-1.1-1.08a.52.52 0 0 1 0-.73c.2-.2.53-.21.73 0l.7.69l2-2.34c.19-.22.51-.24.73-.06c.23.18.25.51.07.72"/></svg> </template>
CSS
.icon-card-tick2-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2011.46v5c0%202.29%201.85%204.14%204.14%204.14h11.71c2.29%200%204.15-1.86%204.15-4.15v-4.99c0-.67-.54-1.21-1.21-1.21H3.21c-.67%200-1.21.54-1.21%201.21m6%205.79H6c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h2c.41%200%20.75.34.75.75s-.34.75-.75.75m6.5%200h-4c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h4c.41%200%20.75.34.75.75s-.34.75-.75.75m-1-12.642v2.93c0%20.67-.54%201.21-1.21%201.21H3.21c-.68%200-1.21-.56-1.21-1.23c.01-1.13.46-2.16%201.21-2.91S5%203.398%206.14%203.398h6.15c.67%200%201.21.54%201.21%201.21M19.97%202h-2.94C15.76%202%2015%202.76%2015%204.03v2.94C15%208.24%2015.76%209%2017.03%209h2.94C21.24%209%2022%208.24%2022%206.97V4.03C22%202.76%2021.24%202%2019.97%202m.66%202.45l-2.37%202.77a.5.5%200%200%201-.37.18h-.02c-.14%200-.27-.05-.37-.15l-1.1-1.08a.52.52%200%200%201%200-.73c.2-.2.53-.21.73%200l.7.69l2-2.34c.19-.22.51-.24.73-.06c.23.18.25.51.07.72%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%22M2%2011.46v5c0%202.29%201.85%204.14%204.14%204.14h11.71c2.29%200%204.15-1.86%204.15-4.15v-4.99c0-.67-.54-1.21-1.21-1.21H3.21c-.67%200-1.21.54-1.21%201.21m6%205.79H6c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h2c.41%200%20.75.34.75.75s-.34.75-.75.75m6.5%200h-4c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h4c.41%200%20.75.34.75.75s-.34.75-.75.75m-1-12.642v2.93c0%20.67-.54%201.21-1.21%201.21H3.21c-.68%200-1.21-.56-1.21-1.23c.01-1.13.46-2.16%201.21-2.91S5%203.398%206.14%203.398h6.15c.67%200%201.21.54%201.21%201.21M19.97%202h-2.94C15.76%202%2015%202.76%2015%204.03v2.94C15%208.24%2015.76%209%2017.03%209h2.94C21.24%209%2022%208.24%2022%206.97V4.03C22%202.76%2021.24%202%2019.97%202m.66%202.45l-2.37%202.77a.5.5%200%200%201-.37.18h-.02c-.14%200-.27-.05-.37-.15l-1.1-1.08a.52.52%200%200%201%200-.73c.2-.2.53-.21.73%200l.7.69l2-2.34c.19-.22.51-.24.73-.06c.23.18.25.51.07.72%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/card-tick2-filled.svg?color=%231a73e8&size=48