tap double icon
tap-double-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- tap-double-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the tap double icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.749 7c1.358 0 1.952.899 2 2.326l.002.189V12l2.872.423q.168.024.332.07a2.75 2.75 0 0 1 1.96 3.213l-.041.17l-1.227 4.442a1.75 1.75 0 0 1-1.293 1.24l-.145.026l-3.061.44a1.75 1.75 0 0 1-1.825-.973l-.06-.14l-.217-.571a4.1 4.1 0 0 0-1.176-1.675l-.203-.162l-1.597-1.202a2 2 0 0 0-.266-.165l-.143-.064l-2.195-.868a.75.75 0 0 1-.473-.66c-.036-.722.49-1.246 1.421-1.712c.72-.36 1.728-.33 3.067.044l.272.079v-4.45C9.753 7.969 10.33 7 11.749 7m0-5a7.25 7.25 0 0 1 6.668 10.102a3.7 3.7 0 0 0-1.195-.572l-.174-.043a5.75 5.75 0 1 0-9.918 1.19q-.756.057-1.163.262q-.18.09-.348.185A7.25 7.25 0 0 1 11.75 2m0 2.502a4.75 4.75 0 0 1 4.273 6.823l-1.27-.187v-.647a3.2 3.2 0 0 0 .245-1.24a3.24 3.24 0 0 0-1.077-2.417l-.146-.124c-.48-.45-1.147-.71-2.025-.71c-.888 0-1.56.264-2.04.721a3.244 3.244 0 0 0-.957 3.786v1.857a.3.3 0 0 1-.3.3A4.72 4.72 0 0 1 7 9.251a4.75 4.75 0 0 1 4.749-4.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentTapDouble24Filled(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="M11.749 7c1.358 0 1.952.899 2 2.326l.002.189V12l2.872.423q.168.024.332.07a2.75 2.75 0 0 1 1.96 3.213l-.041.17l-1.227 4.442a1.75 1.75 0 0 1-1.293 1.24l-.145.026l-3.061.44a1.75 1.75 0 0 1-1.825-.973l-.06-.14l-.217-.571a4.1 4.1 0 0 0-1.176-1.675l-.203-.162l-1.597-1.202a2 2 0 0 0-.266-.165l-.143-.064l-2.195-.868a.75.75 0 0 1-.473-.66c-.036-.722.49-1.246 1.421-1.712c.72-.36 1.728-.33 3.067.044l.272.079v-4.45C9.753 7.969 10.33 7 11.749 7m0-5a7.25 7.25 0 0 1 6.668 10.102a3.7 3.7 0 0 0-1.195-.572l-.174-.043a5.75 5.75 0 1 0-9.918 1.19q-.756.057-1.163.262q-.18.09-.348.185A7.25 7.25 0 0 1 11.75 2m0 2.502a4.75 4.75 0 0 1 4.273 6.823l-1.27-.187v-.647a3.2 3.2 0 0 0 .245-1.24a3.24 3.24 0 0 0-1.077-2.417l-.146-.124c-.48-.45-1.147-.71-2.025-.71c-.888 0-1.56.264-2.04.721a3.244 3.244 0 0 0-.957 3.786v1.857a.3.3 0 0 1-.3.3A4.72 4.72 0 0 1 7 9.251a4.75 4.75 0 0 1 4.749-4.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.749 7c1.358 0 1.952.899 2 2.326l.002.189V12l2.872.423q.168.024.332.07a2.75 2.75 0 0 1 1.96 3.213l-.041.17l-1.227 4.442a1.75 1.75 0 0 1-1.293 1.24l-.145.026l-3.061.44a1.75 1.75 0 0 1-1.825-.973l-.06-.14l-.217-.571a4.1 4.1 0 0 0-1.176-1.675l-.203-.162l-1.597-1.202a2 2 0 0 0-.266-.165l-.143-.064l-2.195-.868a.75.75 0 0 1-.473-.66c-.036-.722.49-1.246 1.421-1.712c.72-.36 1.728-.33 3.067.044l.272.079v-4.45C9.753 7.969 10.33 7 11.749 7m0-5a7.25 7.25 0 0 1 6.668 10.102a3.7 3.7 0 0 0-1.195-.572l-.174-.043a5.75 5.75 0 1 0-9.918 1.19q-.756.057-1.163.262q-.18.09-.348.185A7.25 7.25 0 0 1 11.75 2m0 2.502a4.75 4.75 0 0 1 4.273 6.823l-1.27-.187v-.647a3.2 3.2 0 0 0 .245-1.24a3.24 3.24 0 0 0-1.077-2.417l-.146-.124c-.48-.45-1.147-.71-2.025-.71c-.888 0-1.56.264-2.04.721a3.244 3.244 0 0 0-.957 3.786v1.857a.3.3 0 0 1-.3.3A4.72 4.72 0 0 1 7 9.251a4.75 4.75 0 0 1 4.749-4.75"/></svg> </template>
CSS
.icon-tap-double-24-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%22M11.749%207c1.358%200%201.952.899%202%202.326l.002.189V12l2.872.423q.168.024.332.07a2.75%202.75%200%200%201%201.96%203.213l-.041.17l-1.227%204.442a1.75%201.75%200%200%201-1.293%201.24l-.145.026l-3.061.44a1.75%201.75%200%200%201-1.825-.973l-.06-.14l-.217-.571a4.1%204.1%200%200%200-1.176-1.675l-.203-.162l-1.597-1.202a2%202%200%200%200-.266-.165l-.143-.064l-2.195-.868a.75.75%200%200%201-.473-.66c-.036-.722.49-1.246%201.421-1.712c.72-.36%201.728-.33%203.067.044l.272.079v-4.45C9.753%207.969%2010.33%207%2011.749%207m0-5a7.25%207.25%200%200%201%206.668%2010.102a3.7%203.7%200%200%200-1.195-.572l-.174-.043a5.75%205.75%200%201%200-9.918%201.19q-.756.057-1.163.262q-.18.09-.348.185A7.25%207.25%200%200%201%2011.75%202m0%202.502a4.75%204.75%200%200%201%204.273%206.823l-1.27-.187v-.647a3.2%203.2%200%200%200%20.245-1.24a3.24%203.24%200%200%200-1.077-2.417l-.146-.124c-.48-.45-1.147-.71-2.025-.71c-.888%200-1.56.264-2.04.721a3.244%203.244%200%200%200-.957%203.786v1.857a.3.3%200%200%201-.3.3A4.72%204.72%200%200%201%207%209.251a4.75%204.75%200%200%201%204.749-4.75%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%22M11.749%207c1.358%200%201.952.899%202%202.326l.002.189V12l2.872.423q.168.024.332.07a2.75%202.75%200%200%201%201.96%203.213l-.041.17l-1.227%204.442a1.75%201.75%200%200%201-1.293%201.24l-.145.026l-3.061.44a1.75%201.75%200%200%201-1.825-.973l-.06-.14l-.217-.571a4.1%204.1%200%200%200-1.176-1.675l-.203-.162l-1.597-1.202a2%202%200%200%200-.266-.165l-.143-.064l-2.195-.868a.75.75%200%200%201-.473-.66c-.036-.722.49-1.246%201.421-1.712c.72-.36%201.728-.33%203.067.044l.272.079v-4.45C9.753%207.969%2010.33%207%2011.749%207m0-5a7.25%207.25%200%200%201%206.668%2010.102a3.7%203.7%200%200%200-1.195-.572l-.174-.043a5.75%205.75%200%201%200-9.918%201.19q-.756.057-1.163.262q-.18.09-.348.185A7.25%207.25%200%200%201%2011.75%202m0%202.502a4.75%204.75%200%200%201%204.273%206.823l-1.27-.187v-.647a3.2%203.2%200%200%200%20.245-1.24a3.24%203.24%200%200%200-1.077-2.417l-.146-.124c-.48-.45-1.147-.71-2.025-.71c-.888%200-1.56.264-2.04.721a3.244%203.244%200%200%200-.957%203.786v1.857a.3.3%200%200%201-.3.3A4.72%204.72%200%200%201%207%209.251a4.75%204.75%200%200%201%204.749-4.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/tap-double-24-filled.svg?color=%231a73e8&size=48