haptic weak icon
haptic-weak-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- haptic-weak-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the haptic weak icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.492 21.251a1 1 0 0 1-.522-.151c-.082-.051-1.97-1.274-1.97-4.228c0-1.504.498-2.313.898-2.963c.35-.569.602-.979.602-1.916s-.252-1.343-.601-1.91C13.476 9.396 13 8.621 13 7.121c0-2.971 1.892-4.17 1.973-4.219a.997.997 0 0 1 1.376.319c.289.463.15 1.079-.31 1.373C16 4.619 15 5.304 15 7.121c0 .933.252 1.343.601 1.909c.423.687.899 1.462.899 2.962s-.498 2.313-.898 2.963c-.35.569-.602.979-.602 1.916c0 1.824 1.002 2.513 1.045 2.541c.455.303.586.921.291 1.378a1 1 0 0 1-.841.459h-.003zm-5.997 0a1 1 0 0 0 .841-.459a1.007 1.007 0 0 0-.291-1.378C10.002 19.386 9 18.697 9 16.873c0-.937.252-1.347.602-1.916c.4-.65.898-1.459.898-2.963s-.477-2.275-.899-2.962C9.252 8.466 9 8.056 9 7.123c0-1.817 1-2.502 1.039-2.527A1.003 1.003 0 0 0 9.5 2.752a1 1 0 0 0-.527.152C8.892 2.953 7 4.152 7 7.123c0 1.5.477 2.275.899 2.962c.349.566.601.976.601 1.91s-.252 1.347-.602 1.916c-.4.65-.898 1.459-.898 2.963c0 2.953 1.888 4.176 1.97 4.228a1 1 0 0 0 .522.151h.003z"/></svg>
React
import type { SVGProps } from "react";
export function FluentHapticWeak24Filled(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="M15.492 21.251a1 1 0 0 1-.522-.151c-.082-.051-1.97-1.274-1.97-4.228c0-1.504.498-2.313.898-2.963c.35-.569.602-.979.602-1.916s-.252-1.343-.601-1.91C13.476 9.396 13 8.621 13 7.121c0-2.971 1.892-4.17 1.973-4.219a.997.997 0 0 1 1.376.319c.289.463.15 1.079-.31 1.373C16 4.619 15 5.304 15 7.121c0 .933.252 1.343.601 1.909c.423.687.899 1.462.899 2.962s-.498 2.313-.898 2.963c-.35.569-.602.979-.602 1.916c0 1.824 1.002 2.513 1.045 2.541c.455.303.586.921.291 1.378a1 1 0 0 1-.841.459h-.003zm-5.997 0a1 1 0 0 0 .841-.459a1.007 1.007 0 0 0-.291-1.378C10.002 19.386 9 18.697 9 16.873c0-.937.252-1.347.602-1.916c.4-.65.898-1.459.898-2.963s-.477-2.275-.899-2.962C9.252 8.466 9 8.056 9 7.123c0-1.817 1-2.502 1.039-2.527A1.003 1.003 0 0 0 9.5 2.752a1 1 0 0 0-.527.152C8.892 2.953 7 4.152 7 7.123c0 1.5.477 2.275.899 2.962c.349.566.601.976.601 1.91s-.252 1.347-.602 1.916c-.4.65-.898 1.459-.898 2.963c0 2.953 1.888 4.176 1.97 4.228a1 1 0 0 0 .522.151h.003z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.492 21.251a1 1 0 0 1-.522-.151c-.082-.051-1.97-1.274-1.97-4.228c0-1.504.498-2.313.898-2.963c.35-.569.602-.979.602-1.916s-.252-1.343-.601-1.91C13.476 9.396 13 8.621 13 7.121c0-2.971 1.892-4.17 1.973-4.219a.997.997 0 0 1 1.376.319c.289.463.15 1.079-.31 1.373C16 4.619 15 5.304 15 7.121c0 .933.252 1.343.601 1.909c.423.687.899 1.462.899 2.962s-.498 2.313-.898 2.963c-.35.569-.602.979-.602 1.916c0 1.824 1.002 2.513 1.045 2.541c.455.303.586.921.291 1.378a1 1 0 0 1-.841.459h-.003zm-5.997 0a1 1 0 0 0 .841-.459a1.007 1.007 0 0 0-.291-1.378C10.002 19.386 9 18.697 9 16.873c0-.937.252-1.347.602-1.916c.4-.65.898-1.459.898-2.963s-.477-2.275-.899-2.962C9.252 8.466 9 8.056 9 7.123c0-1.817 1-2.502 1.039-2.527A1.003 1.003 0 0 0 9.5 2.752a1 1 0 0 0-.527.152C8.892 2.953 7 4.152 7 7.123c0 1.5.477 2.275.899 2.962c.349.566.601.976.601 1.91s-.252 1.347-.602 1.916c-.4.65-.898 1.459-.898 2.963c0 2.953 1.888 4.176 1.97 4.228a1 1 0 0 0 .522.151h.003z"/></svg> </template>
CSS
.icon-haptic-weak-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%22M15.492%2021.251a1%201%200%200%201-.522-.151c-.082-.051-1.97-1.274-1.97-4.228c0-1.504.498-2.313.898-2.963c.35-.569.602-.979.602-1.916s-.252-1.343-.601-1.91C13.476%209.396%2013%208.621%2013%207.121c0-2.971%201.892-4.17%201.973-4.219a.997.997%200%200%201%201.376.319c.289.463.15%201.079-.31%201.373C16%204.619%2015%205.304%2015%207.121c0%20.933.252%201.343.601%201.909c.423.687.899%201.462.899%202.962s-.498%202.313-.898%202.963c-.35.569-.602.979-.602%201.916c0%201.824%201.002%202.513%201.045%202.541c.455.303.586.921.291%201.378a1%201%200%200%201-.841.459h-.003zm-5.997%200a1%201%200%200%200%20.841-.459a1.007%201.007%200%200%200-.291-1.378C10.002%2019.386%209%2018.697%209%2016.873c0-.937.252-1.347.602-1.916c.4-.65.898-1.459.898-2.963s-.477-2.275-.899-2.962C9.252%208.466%209%208.056%209%207.123c0-1.817%201-2.502%201.039-2.527A1.003%201.003%200%200%200%209.5%202.752a1%201%200%200%200-.527.152C8.892%202.953%207%204.152%207%207.123c0%201.5.477%202.275.899%202.962c.349.566.601.976.601%201.91s-.252%201.347-.602%201.916c-.4.65-.898%201.459-.898%202.963c0%202.953%201.888%204.176%201.97%204.228a1%201%200%200%200%20.522.151h.003z%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%22M15.492%2021.251a1%201%200%200%201-.522-.151c-.082-.051-1.97-1.274-1.97-4.228c0-1.504.498-2.313.898-2.963c.35-.569.602-.979.602-1.916s-.252-1.343-.601-1.91C13.476%209.396%2013%208.621%2013%207.121c0-2.971%201.892-4.17%201.973-4.219a.997.997%200%200%201%201.376.319c.289.463.15%201.079-.31%201.373C16%204.619%2015%205.304%2015%207.121c0%20.933.252%201.343.601%201.909c.423.687.899%201.462.899%202.962s-.498%202.313-.898%202.963c-.35.569-.602.979-.602%201.916c0%201.824%201.002%202.513%201.045%202.541c.455.303.586.921.291%201.378a1%201%200%200%201-.841.459h-.003zm-5.997%200a1%201%200%200%200%20.841-.459a1.007%201.007%200%200%200-.291-1.378C10.002%2019.386%209%2018.697%209%2016.873c0-.937.252-1.347.602-1.916c.4-.65.898-1.459.898-2.963s-.477-2.275-.899-2.962C9.252%208.466%209%208.056%209%207.123c0-1.817%201-2.502%201.039-2.527A1.003%201.003%200%200%200%209.5%202.752a1%201%200%200%200-.527.152C8.892%202.953%207%204.152%207%207.123c0%201.5.477%202.275.899%202.962c.349.566.601.976.601%201.91s-.252%201.347-.602%201.916c-.4.65-.898%201.459-.898%202.963c0%202.953%201.888%204.176%201.97%204.228a1%201%200%200%200%20.522.151h.003z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/haptic-weak-24-filled.svg?color=%231a73e8&size=48