haptic-weak-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
haptic-weak-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M6.234 13.924a.5.5 0 0 0 .263.076h-.001a.503.503 0 0 0 .274-.919c-.032-.021-.771-.528-.771-1.833c0-.672.188-.978.426-1.365c.269-.437.574-.935.574-1.888s-.305-1.449-.574-1.886c-.238-.386-.426-.692-.426-1.362c0-1.293.729-1.798.77-1.825a.5.5 0 0 0-.534-.846C6.185 2.108 5 2.868 5 4.747c0 .953.305 1.449.574 1.886l.002.003c.237.385.424.688.424 1.358c0 .672-.188.978-.426 1.365c-.269.437-.574.933-.574 1.888c0 1.882 1.184 2.645 1.234 2.677m4 0a.497.497 0 0 0 .682-.154a.5.5 0 0 0-.146-.689c-.032-.021-.771-.528-.771-1.833c0-.672.188-.978.426-1.365c.269-.437.574-.935.574-1.888s-.304-1.449-.574-1.886c-.238-.386-.426-.692-.426-1.362c0-1.293.73-1.798.77-1.825a.5.5 0 0 0-.534-.846C10.185 2.108 9 2.868 9 4.747c0 .953.304 1.449.574 1.886l.002.003c.237.385.424.688.424 1.358c0 .672-.188.978-.426 1.365c-.269.437-.574.933-.574 1.888c0 1.882 1.184 2.645 1.234 2.677"/></svg>

React

import type { SVGProps } from "react";

export function FluentHapticWeak16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.234 13.924a.5.5 0 0 0 .263.076h-.001a.503.503 0 0 0 .274-.919c-.032-.021-.771-.528-.771-1.833c0-.672.188-.978.426-1.365c.269-.437.574-.935.574-1.888s-.305-1.449-.574-1.886c-.238-.386-.426-.692-.426-1.362c0-1.293.729-1.798.77-1.825a.5.5 0 0 0-.534-.846C6.185 2.108 5 2.868 5 4.747c0 .953.305 1.449.574 1.886l.002.003c.237.385.424.688.424 1.358c0 .672-.188.978-.426 1.365c-.269.437-.574.933-.574 1.888c0 1.882 1.184 2.645 1.234 2.677m4 0a.497.497 0 0 0 .682-.154a.5.5 0 0 0-.146-.689c-.032-.021-.771-.528-.771-1.833c0-.672.188-.978.426-1.365c.269-.437.574-.935.574-1.888s-.304-1.449-.574-1.886c-.238-.386-.426-.692-.426-1.362c0-1.293.73-1.798.77-1.825a.5.5 0 0 0-.534-.846C10.185 2.108 9 2.868 9 4.747c0 .953.304 1.449.574 1.886l.002.003c.237.385.424.688.424 1.358c0 .672-.188.978-.426 1.365c-.269.437-.574.933-.574 1.888c0 1.882 1.184 2.645 1.234 2.677"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.234 13.924a.5.5 0 0 0 .263.076h-.001a.503.503 0 0 0 .274-.919c-.032-.021-.771-.528-.771-1.833c0-.672.188-.978.426-1.365c.269-.437.574-.935.574-1.888s-.305-1.449-.574-1.886c-.238-.386-.426-.692-.426-1.362c0-1.293.729-1.798.77-1.825a.5.5 0 0 0-.534-.846C6.185 2.108 5 2.868 5 4.747c0 .953.305 1.449.574 1.886l.002.003c.237.385.424.688.424 1.358c0 .672-.188.978-.426 1.365c-.269.437-.574.933-.574 1.888c0 1.882 1.184 2.645 1.234 2.677m4 0a.497.497 0 0 0 .682-.154a.5.5 0 0 0-.146-.689c-.032-.021-.771-.528-.771-1.833c0-.672.188-.978.426-1.365c.269-.437.574-.935.574-1.888s-.304-1.449-.574-1.886c-.238-.386-.426-.692-.426-1.362c0-1.293.73-1.798.77-1.825a.5.5 0 0 0-.534-.846C10.185 2.108 9 2.868 9 4.747c0 .953.304 1.449.574 1.886l.002.003c.237.385.424.688.424 1.358c0 .672-.188.978-.426 1.365c-.269.437-.574.933-.574 1.888c0 1.882 1.184 2.645 1.234 2.677"/></svg>
</template>

CSS

.icon-haptic-weak-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.234%2013.924a.5.5%200%200%200%20.263.076h-.001a.503.503%200%200%200%20.274-.919c-.032-.021-.771-.528-.771-1.833c0-.672.188-.978.426-1.365c.269-.437.574-.935.574-1.888s-.305-1.449-.574-1.886c-.238-.386-.426-.692-.426-1.362c0-1.293.729-1.798.77-1.825a.5.5%200%200%200-.534-.846C6.185%202.108%205%202.868%205%204.747c0%20.953.305%201.449.574%201.886l.002.003c.237.385.424.688.424%201.358c0%20.672-.188.978-.426%201.365c-.269.437-.574.933-.574%201.888c0%201.882%201.184%202.645%201.234%202.677m4%200a.497.497%200%200%200%20.682-.154a.5.5%200%200%200-.146-.689c-.032-.021-.771-.528-.771-1.833c0-.672.188-.978.426-1.365c.269-.437.574-.935.574-1.888s-.304-1.449-.574-1.886c-.238-.386-.426-.692-.426-1.362c0-1.293.73-1.798.77-1.825a.5.5%200%200%200-.534-.846C10.185%202.108%209%202.868%209%204.747c0%20.953.304%201.449.574%201.886l.002.003c.237.385.424.688.424%201.358c0%20.672-.188.978-.426%201.365c-.269.437-.574.933-.574%201.888c0%201.882%201.184%202.645%201.234%202.677%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.234%2013.924a.5.5%200%200%200%20.263.076h-.001a.503.503%200%200%200%20.274-.919c-.032-.021-.771-.528-.771-1.833c0-.672.188-.978.426-1.365c.269-.437.574-.935.574-1.888s-.305-1.449-.574-1.886c-.238-.386-.426-.692-.426-1.362c0-1.293.729-1.798.77-1.825a.5.5%200%200%200-.534-.846C6.185%202.108%205%202.868%205%204.747c0%20.953.305%201.449.574%201.886l.002.003c.237.385.424.688.424%201.358c0%20.672-.188.978-.426%201.365c-.269.437-.574.933-.574%201.888c0%201.882%201.184%202.645%201.234%202.677m4%200a.497.497%200%200%200%20.682-.154a.5.5%200%200%200-.146-.689c-.032-.021-.771-.528-.771-1.833c0-.672.188-.978.426-1.365c.269-.437.574-.935.574-1.888s-.304-1.449-.574-1.886c-.238-.386-.426-.692-.426-1.362c0-1.293.73-1.798.77-1.825a.5.5%200%200%200-.534-.846C10.185%202.108%209%202.868%209%204.747c0%20.953.304%201.449.574%201.886l.002.003c.237.385.424.688.424%201.358c0%20.672-.188.978-.426%201.365c-.269.437-.574.933-.574%201.888c0%201.882%201.184%202.645%201.234%202.677%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/haptic-weak-16-regular.svg?color=%231a73e8&size=48