tap single icon
tap-single from css.gg by Astrit · Outline · MIT Free for personal and commercial use.
- Name
- tap-single
- Set
- css.gg
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in css.gg
Use the tap single icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.05 3.114c2.143 0 4.09.843 5.526 2.216L16.16 6.744a5.98 5.98 0 0 0-4.112-1.63a5.98 5.98 0 0 0-4.21 1.725L6.424 5.425a7.97 7.97 0 0 1 5.625-2.311m-1.072 8.772a1 1 0 1 1 2 0v2h-2z"/><path fill-rule="evenodd" d="M11.977 6.886a5 5 0 0 0-5 5v4a5 5 0 0 0 10 0v-4a5 5 0 0 0-5-5m3 9v-4a3 3 0 0 0-6 0v4a3 3 0 0 0 6 0" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function GgTapSingle(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="M12.05 3.114c2.143 0 4.09.843 5.526 2.216L16.16 6.744a5.98 5.98 0 0 0-4.112-1.63a5.98 5.98 0 0 0-4.21 1.725L6.424 5.425a7.97 7.97 0 0 1 5.625-2.311m-1.072 8.772a1 1 0 1 1 2 0v2h-2z"/><path fillRule="evenodd" d="M11.977 6.886a5 5 0 0 0-5 5v4a5 5 0 0 0 10 0v-4a5 5 0 0 0-5-5m3 9v-4a3 3 0 0 0-6 0v4a3 3 0 0 0 6 0" clipRule="evenodd"/></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="M12.05 3.114c2.143 0 4.09.843 5.526 2.216L16.16 6.744a5.98 5.98 0 0 0-4.112-1.63a5.98 5.98 0 0 0-4.21 1.725L6.424 5.425a7.97 7.97 0 0 1 5.625-2.311m-1.072 8.772a1 1 0 1 1 2 0v2h-2z"/><path fill-rule="evenodd" d="M11.977 6.886a5 5 0 0 0-5 5v4a5 5 0 0 0 10 0v-4a5 5 0 0 0-5-5m3 9v-4a3 3 0 0 0-6 0v4a3 3 0 0 0 6 0" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-tap-single {
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%22M12.05%203.114c2.143%200%204.09.843%205.526%202.216L16.16%206.744a5.98%205.98%200%200%200-4.112-1.63a5.98%205.98%200%200%200-4.21%201.725L6.424%205.425a7.97%207.97%200%200%201%205.625-2.311m-1.072%208.772a1%201%200%201%201%202%200v2h-2z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.977%206.886a5%205%200%200%200-5%205v4a5%205%200%200%200%2010%200v-4a5%205%200%200%200-5-5m3%209v-4a3%203%200%200%200-6%200v4a3%203%200%200%200%206%200%22%20clip-rule%3D%22evenodd%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%22M12.05%203.114c2.143%200%204.09.843%205.526%202.216L16.16%206.744a5.98%205.98%200%200%200-4.112-1.63a5.98%205.98%200%200%200-4.21%201.725L6.424%205.425a7.97%207.97%200%200%201%205.625-2.311m-1.072%208.772a1%201%200%201%201%202%200v2h-2z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.977%206.886a5%205%200%200%200-5%205v4a5%205%200%200%200%2010%200v-4a5%205%200%200%200-5-5m3%209v-4a3%203%200%200%200-6%200v4a3%203%200%200%200%206%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/gg/tap-single.svg?color=%231a73e8&size=48