card tick icon
card-tick-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- card-tick-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 tick 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 15c-2.21 0-4 1.79-4 4c0 .75.21 1.46.58 2.06A3.97 3.97 0 0 0 19 23c1.46 0 2.73-.78 3.42-1.94c.37-.6.58-1.31.58-2.06c0-2.21-1.79-4-4-4m2.07 3.57l-2.13 1.97c-.14.13-.33.2-.51.2c-.19 0-.38-.07-.53-.22l-.99-.99a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.48.48l1.6-1.48c.3-.28.78-.26 1.06.04s.26.77-.04 1.06M22 7.548v.45c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1v-.46c0-2.29 1.85-4.14 4.14-4.14h11.71c2.29 0 4.15 1.86 4.15 4.15"/><path d="M2 11.498v4.96c0 2.29 1.85 4.14 4.14 4.14h6.26c.58 0 1.08-.49 1.03-1.07c-.14-1.53.35-3.19 1.71-4.51c.56-.55 1.25-.97 2-1.21c1.25-.4 2.46-.35 3.53.01a1 1 0 0 0 1.33-.94v-1.39c0-.55-.45-1-1-1H3c-.55.01-1 .46-1 1.01m6 5.75H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCardTickFilled(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 15c-2.21 0-4 1.79-4 4c0 .75.21 1.46.58 2.06A3.97 3.97 0 0 0 19 23c1.46 0 2.73-.78 3.42-1.94c.37-.6.58-1.31.58-2.06c0-2.21-1.79-4-4-4m2.07 3.57l-2.13 1.97c-.14.13-.33.2-.51.2c-.19 0-.38-.07-.53-.22l-.99-.99a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.48.48l1.6-1.48c.3-.28.78-.26 1.06.04s.26.77-.04 1.06M22 7.548v.45c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1v-.46c0-2.29 1.85-4.14 4.14-4.14h11.71c2.29 0 4.15 1.86 4.15 4.15"/><path d="M2 11.498v4.96c0 2.29 1.85 4.14 4.14 4.14h6.26c.58 0 1.08-.49 1.03-1.07c-.14-1.53.35-3.19 1.71-4.51c.56-.55 1.25-.97 2-1.21c1.25-.4 2.46-.35 3.53.01a1 1 0 0 0 1.33-.94v-1.39c0-.55-.45-1-1-1H3c-.55.01-1 .46-1 1.01m6 5.75H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75"/></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 15c-2.21 0-4 1.79-4 4c0 .75.21 1.46.58 2.06A3.97 3.97 0 0 0 19 23c1.46 0 2.73-.78 3.42-1.94c.37-.6.58-1.31.58-2.06c0-2.21-1.79-4-4-4m2.07 3.57l-2.13 1.97c-.14.13-.33.2-.51.2c-.19 0-.38-.07-.53-.22l-.99-.99a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.48.48l1.6-1.48c.3-.28.78-.26 1.06.04s.26.77-.04 1.06M22 7.548v.45c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1v-.46c0-2.29 1.85-4.14 4.14-4.14h11.71c2.29 0 4.15 1.86 4.15 4.15"/><path d="M2 11.498v4.96c0 2.29 1.85 4.14 4.14 4.14h6.26c.58 0 1.08-.49 1.03-1.07c-.14-1.53.35-3.19 1.71-4.51c.56-.55 1.25-.97 2-1.21c1.25-.4 2.46-.35 3.53.01a1 1 0 0 0 1.33-.94v-1.39c0-.55-.45-1-1-1H3c-.55.01-1 .46-1 1.01m6 5.75H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75"/></g></svg> </template>
CSS
.icon-card-tick-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%2015c-2.21%200-4%201.79-4%204c0%20.75.21%201.46.58%202.06A3.97%203.97%200%200%200%2019%2023c1.46%200%202.73-.78%203.42-1.94c.37-.6.58-1.31.58-2.06c0-2.21-1.79-4-4-4m2.07%203.57l-2.13%201.97c-.14.13-.33.2-.51.2c-.19%200-.38-.07-.53-.22l-.99-.99a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l.48.48l1.6-1.48c.3-.28.78-.26%201.06.04s.26.77-.04%201.06M22%207.548v.45c0%20.55-.45%201-1%201H3c-.55%200-1-.45-1-1v-.46c0-2.29%201.85-4.14%204.14-4.14h11.71c2.29%200%204.15%201.86%204.15%204.15%22%2F%3E%3Cpath%20d%3D%22M2%2011.498v4.96c0%202.29%201.85%204.14%204.14%204.14h6.26c.58%200%201.08-.49%201.03-1.07c-.14-1.53.35-3.19%201.71-4.51c.56-.55%201.25-.97%202-1.21c1.25-.4%202.46-.35%203.53.01a1%201%200%200%200%201.33-.94v-1.39c0-.55-.45-1-1-1H3c-.55.01-1%20.46-1%201.01m6%205.75H6c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h2c.41%200%20.75.34.75.75s-.34.75-.75.75%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%2015c-2.21%200-4%201.79-4%204c0%20.75.21%201.46.58%202.06A3.97%203.97%200%200%200%2019%2023c1.46%200%202.73-.78%203.42-1.94c.37-.6.58-1.31.58-2.06c0-2.21-1.79-4-4-4m2.07%203.57l-2.13%201.97c-.14.13-.33.2-.51.2c-.19%200-.38-.07-.53-.22l-.99-.99a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l.48.48l1.6-1.48c.3-.28.78-.26%201.06.04s.26.77-.04%201.06M22%207.548v.45c0%20.55-.45%201-1%201H3c-.55%200-1-.45-1-1v-.46c0-2.29%201.85-4.14%204.14-4.14h11.71c2.29%200%204.15%201.86%204.15%204.15%22%2F%3E%3Cpath%20d%3D%22M2%2011.498v4.96c0%202.29%201.85%204.14%204.14%204.14h6.26c.58%200%201.08-.49%201.03-1.07c-.14-1.53.35-3.19%201.71-4.51c.56-.55%201.25-.97%202-1.21c1.25-.4%202.46-.35%203.53.01a1%201%200%200%200%201.33-.94v-1.39c0-.55-.45-1-1-1H3c-.55.01-1%20.46-1%201.01m6%205.75H6c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h2c.41%200%20.75.34.75.75s-.34.75-.75.75%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-tick-filled.svg?color=%231a73e8&size=48