click icon
click-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- click-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Use the click icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 12a1 1 0 0 1-1 1H3a1 1 0 0 1 0-2h3a1 1 0 0 1 1 1m6-9v3a1 1 0 0 1-2 0V3a1 1 0 0 1 2 0M6.307 4.893l2.2 2.2a1 1 0 0 1-1.414 1.414l-2.2-2.2a1 1 0 0 1 1.414-1.414m12.8 0a1 1 0 0 1 0 1.414l-2.2 2.2a1 1 0 0 1-1.414-1.414l2.2-2.2a1 1 0 0 1 1.414 0m-10.6 10.6a1 1 0 0 1 0 1.414l-2.2 2.2a1 1 0 1 1-1.414-1.414l2.2-2.2a1 1 0 0 1 1.414 0m3.42-4.49l.049-.003l.098.003l.097.012l.097.022l9.048 3.014c.845.282.928 1.445.131 1.843l-3.702 1.851l-1.85 3.702c-.399.797-1.562.714-1.844-.13l-3.003-9.011l-.033-.135l-.012-.097v-.148l.012-.097l.022-.097l.03-.094l.04-.09l.05-.084l.086-.117l.067-.07l.037-.034l.076-.06l.081-.052l.087-.043l.103-.04l.135-.033z"/></svg>
React
import type { SVGProps } from "react";
export function TablerClickFilled(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="M7 12a1 1 0 0 1-1 1H3a1 1 0 0 1 0-2h3a1 1 0 0 1 1 1m6-9v3a1 1 0 0 1-2 0V3a1 1 0 0 1 2 0M6.307 4.893l2.2 2.2a1 1 0 0 1-1.414 1.414l-2.2-2.2a1 1 0 0 1 1.414-1.414m12.8 0a1 1 0 0 1 0 1.414l-2.2 2.2a1 1 0 0 1-1.414-1.414l2.2-2.2a1 1 0 0 1 1.414 0m-10.6 10.6a1 1 0 0 1 0 1.414l-2.2 2.2a1 1 0 1 1-1.414-1.414l2.2-2.2a1 1 0 0 1 1.414 0m3.42-4.49l.049-.003l.098.003l.097.012l.097.022l9.048 3.014c.845.282.928 1.445.131 1.843l-3.702 1.851l-1.85 3.702c-.399.797-1.562.714-1.844-.13l-3.003-9.011l-.033-.135l-.012-.097v-.148l.012-.097l.022-.097l.03-.094l.04-.09l.05-.084l.086-.117l.067-.07l.037-.034l.076-.06l.081-.052l.087-.043l.103-.04l.135-.033z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 12a1 1 0 0 1-1 1H3a1 1 0 0 1 0-2h3a1 1 0 0 1 1 1m6-9v3a1 1 0 0 1-2 0V3a1 1 0 0 1 2 0M6.307 4.893l2.2 2.2a1 1 0 0 1-1.414 1.414l-2.2-2.2a1 1 0 0 1 1.414-1.414m12.8 0a1 1 0 0 1 0 1.414l-2.2 2.2a1 1 0 0 1-1.414-1.414l2.2-2.2a1 1 0 0 1 1.414 0m-10.6 10.6a1 1 0 0 1 0 1.414l-2.2 2.2a1 1 0 1 1-1.414-1.414l2.2-2.2a1 1 0 0 1 1.414 0m3.42-4.49l.049-.003l.098.003l.097.012l.097.022l9.048 3.014c.845.282.928 1.445.131 1.843l-3.702 1.851l-1.85 3.702c-.399.797-1.562.714-1.844-.13l-3.003-9.011l-.033-.135l-.012-.097v-.148l.012-.097l.022-.097l.03-.094l.04-.09l.05-.084l.086-.117l.067-.07l.037-.034l.076-.06l.081-.052l.087-.043l.103-.04l.135-.033z"/></svg> </template>
CSS
.icon-click-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%22M7%2012a1%201%200%200%201-1%201H3a1%201%200%200%201%200-2h3a1%201%200%200%201%201%201m6-9v3a1%201%200%200%201-2%200V3a1%201%200%200%201%202%200M6.307%204.893l2.2%202.2a1%201%200%200%201-1.414%201.414l-2.2-2.2a1%201%200%200%201%201.414-1.414m12.8%200a1%201%200%200%201%200%201.414l-2.2%202.2a1%201%200%200%201-1.414-1.414l2.2-2.2a1%201%200%200%201%201.414%200m-10.6%2010.6a1%201%200%200%201%200%201.414l-2.2%202.2a1%201%200%201%201-1.414-1.414l2.2-2.2a1%201%200%200%201%201.414%200m3.42-4.49l.049-.003l.098.003l.097.012l.097.022l9.048%203.014c.845.282.928%201.445.131%201.843l-3.702%201.851l-1.85%203.702c-.399.797-1.562.714-1.844-.13l-3.003-9.011l-.033-.135l-.012-.097v-.148l.012-.097l.022-.097l.03-.094l.04-.09l.05-.084l.086-.117l.067-.07l.037-.034l.076-.06l.081-.052l.087-.043l.103-.04l.135-.033z%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%22M7%2012a1%201%200%200%201-1%201H3a1%201%200%200%201%200-2h3a1%201%200%200%201%201%201m6-9v3a1%201%200%200%201-2%200V3a1%201%200%200%201%202%200M6.307%204.893l2.2%202.2a1%201%200%200%201-1.414%201.414l-2.2-2.2a1%201%200%200%201%201.414-1.414m12.8%200a1%201%200%200%201%200%201.414l-2.2%202.2a1%201%200%200%201-1.414-1.414l2.2-2.2a1%201%200%200%201%201.414%200m-10.6%2010.6a1%201%200%200%201%200%201.414l-2.2%202.2a1%201%200%201%201-1.414-1.414l2.2-2.2a1%201%200%200%201%201.414%200m3.42-4.49l.049-.003l.098.003l.097.012l.097.022l9.048%203.014c.845.282.928%201.445.131%201.843l-3.702%201.851l-1.85%203.702c-.399.797-1.562.714-1.844-.13l-3.003-9.011l-.033-.135l-.012-.097v-.148l.012-.097l.022-.097l.03-.094l.04-.09l.05-.084l.086-.117l.067-.07l.037-.034l.076-.06l.081-.052l.087-.043l.103-.04l.135-.033z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/click-filled.svg?color=%231a73e8&size=48