clover icon
clover-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- clover-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Related icons in Tabler Icons
Use the clover icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.712 13.297l3.398 3.442a3.104 3.104 0 0 1 0 4.351a3.04 3.04 0 0 1-4.036.27l-.075-.062l-.073.062a3.04 3.04 0 0 1-1.664.634l-.203.007a3.04 3.04 0 0 1-2.17-.91a3.104 3.104 0 0 1 .002-4.354l3.397-3.44a1 1 0 0 1 1.424 0M21.09 7.89a3.04 3.04 0 0 1 .27 4.037l-.062.073l.062.075a3.04 3.04 0 0 1 .634 1.664l.007.203a3.04 3.04 0 0 1-.91 2.17a3.104 3.104 0 0 1-4.354-.002l-3.44-3.397a1 1 0 0 1 0-1.424L16.74 7.89a3.104 3.104 0 0 1 4.351 0m-13.827.002l3.44 3.397a1 1 0 0 1 0 1.424L7.26 16.11a3.104 3.104 0 0 1-4.351 0a3.04 3.04 0 0 1-.27-4.036l.062-.075l-.062-.073a3.04 3.04 0 0 1-.634-1.664l-.007-.203c0-.816.328-1.598.91-2.17a3.104 3.104 0 0 1 4.354.002M13.94 2a3.04 3.04 0 0 1 2.17.91a3.104 3.104 0 0 1-.002 4.354l-3.397 3.44a1 1 0 0 1-1.424 0L7.89 7.26a3.104 3.104 0 0 1 0-4.351a3.04 3.04 0 0 1 4.036-.27l.073.062l.075-.062a3.04 3.04 0 0 1 1.664-.634z"/></svg>
React
import type { SVGProps } from "react";
export function TablerCloverFilled(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="m12.712 13.297l3.398 3.442a3.104 3.104 0 0 1 0 4.351a3.04 3.04 0 0 1-4.036.27l-.075-.062l-.073.062a3.04 3.04 0 0 1-1.664.634l-.203.007a3.04 3.04 0 0 1-2.17-.91a3.104 3.104 0 0 1 .002-4.354l3.397-3.44a1 1 0 0 1 1.424 0M21.09 7.89a3.04 3.04 0 0 1 .27 4.037l-.062.073l.062.075a3.04 3.04 0 0 1 .634 1.664l.007.203a3.04 3.04 0 0 1-.91 2.17a3.104 3.104 0 0 1-4.354-.002l-3.44-3.397a1 1 0 0 1 0-1.424L16.74 7.89a3.104 3.104 0 0 1 4.351 0m-13.827.002l3.44 3.397a1 1 0 0 1 0 1.424L7.26 16.11a3.104 3.104 0 0 1-4.351 0a3.04 3.04 0 0 1-.27-4.036l.062-.075l-.062-.073a3.04 3.04 0 0 1-.634-1.664l-.007-.203c0-.816.328-1.598.91-2.17a3.104 3.104 0 0 1 4.354.002M13.94 2a3.04 3.04 0 0 1 2.17.91a3.104 3.104 0 0 1-.002 4.354l-3.397 3.44a1 1 0 0 1-1.424 0L7.89 7.26a3.104 3.104 0 0 1 0-4.351a3.04 3.04 0 0 1 4.036-.27l.073.062l.075-.062a3.04 3.04 0 0 1 1.664-.634z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.712 13.297l3.398 3.442a3.104 3.104 0 0 1 0 4.351a3.04 3.04 0 0 1-4.036.27l-.075-.062l-.073.062a3.04 3.04 0 0 1-1.664.634l-.203.007a3.04 3.04 0 0 1-2.17-.91a3.104 3.104 0 0 1 .002-4.354l3.397-3.44a1 1 0 0 1 1.424 0M21.09 7.89a3.04 3.04 0 0 1 .27 4.037l-.062.073l.062.075a3.04 3.04 0 0 1 .634 1.664l.007.203a3.04 3.04 0 0 1-.91 2.17a3.104 3.104 0 0 1-4.354-.002l-3.44-3.397a1 1 0 0 1 0-1.424L16.74 7.89a3.104 3.104 0 0 1 4.351 0m-13.827.002l3.44 3.397a1 1 0 0 1 0 1.424L7.26 16.11a3.104 3.104 0 0 1-4.351 0a3.04 3.04 0 0 1-.27-4.036l.062-.075l-.062-.073a3.04 3.04 0 0 1-.634-1.664l-.007-.203c0-.816.328-1.598.91-2.17a3.104 3.104 0 0 1 4.354.002M13.94 2a3.04 3.04 0 0 1 2.17.91a3.104 3.104 0 0 1-.002 4.354l-3.397 3.44a1 1 0 0 1-1.424 0L7.89 7.26a3.104 3.104 0 0 1 0-4.351a3.04 3.04 0 0 1 4.036-.27l.073.062l.075-.062a3.04 3.04 0 0 1 1.664-.634z"/></svg> </template>
CSS
.icon-clover-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%22m12.712%2013.297l3.398%203.442a3.104%203.104%200%200%201%200%204.351a3.04%203.04%200%200%201-4.036.27l-.075-.062l-.073.062a3.04%203.04%200%200%201-1.664.634l-.203.007a3.04%203.04%200%200%201-2.17-.91a3.104%203.104%200%200%201%20.002-4.354l3.397-3.44a1%201%200%200%201%201.424%200M21.09%207.89a3.04%203.04%200%200%201%20.27%204.037l-.062.073l.062.075a3.04%203.04%200%200%201%20.634%201.664l.007.203a3.04%203.04%200%200%201-.91%202.17a3.104%203.104%200%200%201-4.354-.002l-3.44-3.397a1%201%200%200%201%200-1.424L16.74%207.89a3.104%203.104%200%200%201%204.351%200m-13.827.002l3.44%203.397a1%201%200%200%201%200%201.424L7.26%2016.11a3.104%203.104%200%200%201-4.351%200a3.04%203.04%200%200%201-.27-4.036l.062-.075l-.062-.073a3.04%203.04%200%200%201-.634-1.664l-.007-.203c0-.816.328-1.598.91-2.17a3.104%203.104%200%200%201%204.354.002M13.94%202a3.04%203.04%200%200%201%202.17.91a3.104%203.104%200%200%201-.002%204.354l-3.397%203.44a1%201%200%200%201-1.424%200L7.89%207.26a3.104%203.104%200%200%201%200-4.351a3.04%203.04%200%200%201%204.036-.27l.073.062l.075-.062a3.04%203.04%200%200%201%201.664-.634z%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%22m12.712%2013.297l3.398%203.442a3.104%203.104%200%200%201%200%204.351a3.04%203.04%200%200%201-4.036.27l-.075-.062l-.073.062a3.04%203.04%200%200%201-1.664.634l-.203.007a3.04%203.04%200%200%201-2.17-.91a3.104%203.104%200%200%201%20.002-4.354l3.397-3.44a1%201%200%200%201%201.424%200M21.09%207.89a3.04%203.04%200%200%201%20.27%204.037l-.062.073l.062.075a3.04%203.04%200%200%201%20.634%201.664l.007.203a3.04%203.04%200%200%201-.91%202.17a3.104%203.104%200%200%201-4.354-.002l-3.44-3.397a1%201%200%200%201%200-1.424L16.74%207.89a3.104%203.104%200%200%201%204.351%200m-13.827.002l3.44%203.397a1%201%200%200%201%200%201.424L7.26%2016.11a3.104%203.104%200%200%201-4.351%200a3.04%203.04%200%200%201-.27-4.036l.062-.075l-.062-.073a3.04%203.04%200%200%201-.634-1.664l-.007-.203c0-.816.328-1.598.91-2.17a3.104%203.104%200%200%201%204.354.002M13.94%202a3.04%203.04%200%200%201%202.17.91a3.104%203.104%200%200%201-.002%204.354l-3.397%203.44a1%201%200%200%201-1.424%200L7.89%207.26a3.104%203.104%200%200%201%200-4.351a3.04%203.04%200%200%201%204.036-.27l.073.062l.075-.062a3.04%203.04%200%200%201%201.664-.634z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/clover-filled.svg?color=%231a73e8&size=48