haptic strong icon
haptic-strong-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- haptic-strong-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the haptic strong icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.251 21a.7.7 0 0 1-.154-.016C9.576 20.875 5 19.834 5 16.87c0-1.667 1.465-2.46 2.643-3.099c1.155-.626 1.857-1.059 1.857-1.78c0-.72-.701-1.15-1.857-1.776C6.466 9.577 5 8.785 5 7.12c0-2.96 4.575-3.996 5.098-4.104a.75.75 0 0 1 .306 1.469c-1.013.212-3.903 1.152-3.903 2.636c0 .72.701 1.15 1.856 1.776c1.178.638 2.644 1.431 2.644 3.096s-1.465 2.46-2.643 3.1c-1.155.625-1.857 1.058-1.857 1.78c0 1.493 2.891 2.433 3.903 2.644a.751.751 0 0 1-.152 1.485zm8.733-.597a.75.75 0 0 0-.581-.888c-1.013-.21-3.903-1.15-3.903-2.645c0-.72.702-1.154 1.857-1.78C17.535 14.452 19 13.658 19 11.991s-1.466-2.458-2.644-3.096C15.201 8.27 14.5 7.838 14.5 7.12c0-1.483 2.891-2.423 3.903-2.636a.75.75 0 0 0-.306-1.469c-.522.108-5.098 1.145-5.098 4.104c0 1.665 1.466 2.458 2.643 3.095c1.156.625 1.857 1.057 1.857 1.776s-.702 1.154-1.857 1.78c-1.178.638-2.643 1.432-2.643 3.1c0 2.963 4.575 4.004 5.097 4.113a.746.746 0 0 0 .887-.58z"/></svg>
React
import type { SVGProps } from "react";
export function FluentHapticStrong24Regular(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="M10.251 21a.7.7 0 0 1-.154-.016C9.576 20.875 5 19.834 5 16.87c0-1.667 1.465-2.46 2.643-3.099c1.155-.626 1.857-1.059 1.857-1.78c0-.72-.701-1.15-1.857-1.776C6.466 9.577 5 8.785 5 7.12c0-2.96 4.575-3.996 5.098-4.104a.75.75 0 0 1 .306 1.469c-1.013.212-3.903 1.152-3.903 2.636c0 .72.701 1.15 1.856 1.776c1.178.638 2.644 1.431 2.644 3.096s-1.465 2.46-2.643 3.1c-1.155.625-1.857 1.058-1.857 1.78c0 1.493 2.891 2.433 3.903 2.644a.751.751 0 0 1-.152 1.485zm8.733-.597a.75.75 0 0 0-.581-.888c-1.013-.21-3.903-1.15-3.903-2.645c0-.72.702-1.154 1.857-1.78C17.535 14.452 19 13.658 19 11.991s-1.466-2.458-2.644-3.096C15.201 8.27 14.5 7.838 14.5 7.12c0-1.483 2.891-2.423 3.903-2.636a.75.75 0 0 0-.306-1.469c-.522.108-5.098 1.145-5.098 4.104c0 1.665 1.466 2.458 2.643 3.095c1.156.625 1.857 1.057 1.857 1.776s-.702 1.154-1.857 1.78c-1.178.638-2.643 1.432-2.643 3.1c0 2.963 4.575 4.004 5.097 4.113a.746.746 0 0 0 .887-.58z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.251 21a.7.7 0 0 1-.154-.016C9.576 20.875 5 19.834 5 16.87c0-1.667 1.465-2.46 2.643-3.099c1.155-.626 1.857-1.059 1.857-1.78c0-.72-.701-1.15-1.857-1.776C6.466 9.577 5 8.785 5 7.12c0-2.96 4.575-3.996 5.098-4.104a.75.75 0 0 1 .306 1.469c-1.013.212-3.903 1.152-3.903 2.636c0 .72.701 1.15 1.856 1.776c1.178.638 2.644 1.431 2.644 3.096s-1.465 2.46-2.643 3.1c-1.155.625-1.857 1.058-1.857 1.78c0 1.493 2.891 2.433 3.903 2.644a.751.751 0 0 1-.152 1.485zm8.733-.597a.75.75 0 0 0-.581-.888c-1.013-.21-3.903-1.15-3.903-2.645c0-.72.702-1.154 1.857-1.78C17.535 14.452 19 13.658 19 11.991s-1.466-2.458-2.644-3.096C15.201 8.27 14.5 7.838 14.5 7.12c0-1.483 2.891-2.423 3.903-2.636a.75.75 0 0 0-.306-1.469c-.522.108-5.098 1.145-5.098 4.104c0 1.665 1.466 2.458 2.643 3.095c1.156.625 1.857 1.057 1.857 1.776s-.702 1.154-1.857 1.78c-1.178.638-2.643 1.432-2.643 3.1c0 2.963 4.575 4.004 5.097 4.113a.746.746 0 0 0 .887-.58z"/></svg> </template>
CSS
.icon-haptic-strong-24-regular {
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%22M10.251%2021a.7.7%200%200%201-.154-.016C9.576%2020.875%205%2019.834%205%2016.87c0-1.667%201.465-2.46%202.643-3.099c1.155-.626%201.857-1.059%201.857-1.78c0-.72-.701-1.15-1.857-1.776C6.466%209.577%205%208.785%205%207.12c0-2.96%204.575-3.996%205.098-4.104a.75.75%200%200%201%20.306%201.469c-1.013.212-3.903%201.152-3.903%202.636c0%20.72.701%201.15%201.856%201.776c1.178.638%202.644%201.431%202.644%203.096s-1.465%202.46-2.643%203.1c-1.155.625-1.857%201.058-1.857%201.78c0%201.493%202.891%202.433%203.903%202.644a.751.751%200%200%201-.152%201.485zm8.733-.597a.75.75%200%200%200-.581-.888c-1.013-.21-3.903-1.15-3.903-2.645c0-.72.702-1.154%201.857-1.78C17.535%2014.452%2019%2013.658%2019%2011.991s-1.466-2.458-2.644-3.096C15.201%208.27%2014.5%207.838%2014.5%207.12c0-1.483%202.891-2.423%203.903-2.636a.75.75%200%200%200-.306-1.469c-.522.108-5.098%201.145-5.098%204.104c0%201.665%201.466%202.458%202.643%203.095c1.156.625%201.857%201.057%201.857%201.776s-.702%201.154-1.857%201.78c-1.178.638-2.643%201.432-2.643%203.1c0%202.963%204.575%204.004%205.097%204.113a.746.746%200%200%200%20.887-.58z%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%22M10.251%2021a.7.7%200%200%201-.154-.016C9.576%2020.875%205%2019.834%205%2016.87c0-1.667%201.465-2.46%202.643-3.099c1.155-.626%201.857-1.059%201.857-1.78c0-.72-.701-1.15-1.857-1.776C6.466%209.577%205%208.785%205%207.12c0-2.96%204.575-3.996%205.098-4.104a.75.75%200%200%201%20.306%201.469c-1.013.212-3.903%201.152-3.903%202.636c0%20.72.701%201.15%201.856%201.776c1.178.638%202.644%201.431%202.644%203.096s-1.465%202.46-2.643%203.1c-1.155.625-1.857%201.058-1.857%201.78c0%201.493%202.891%202.433%203.903%202.644a.751.751%200%200%201-.152%201.485zm8.733-.597a.75.75%200%200%200-.581-.888c-1.013-.21-3.903-1.15-3.903-2.645c0-.72.702-1.154%201.857-1.78C17.535%2014.452%2019%2013.658%2019%2011.991s-1.466-2.458-2.644-3.096C15.201%208.27%2014.5%207.838%2014.5%207.12c0-1.483%202.891-2.423%203.903-2.636a.75.75%200%200%200-.306-1.469c-.522.108-5.098%201.145-5.098%204.104c0%201.665%201.466%202.458%202.643%203.095c1.156.625%201.857%201.057%201.857%201.776s-.702%201.154-1.857%201.78c-1.178.638-2.643%201.432-2.643%203.1c0%202.963%204.575%204.004%205.097%204.113a.746.746%200%200%200%20.887-.58z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/haptic-strong-24-regular.svg?color=%231a73e8&size=48