touch-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
touch-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the touch 01 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.893 21.988c-.051-1.913.078-2.143.214-2.569c.137-.426 1.093-1.96 1.432-3.057c1.094-3.548.074-4.303-1.286-5.309c-1.509-1.115-4.354-1.68-5.765-1.558V3.744a1.744 1.744 0 0 0-3.489 0v10.26l-2.06-2.18c-.64-.694-1.667-.764-2.369-.133a1.72 1.72 0 0 0-.223 2.318l1.292 1.713M8.869 22l-.019-1.05c.043-1.232-.853-2.035-2.021-3.641l-.246-.336m0 0c-.354-.48-.666-.89-.944-1.251m.944 1.25l1.17 1.55m-1.17-1.55l-.944-1.25m0 0c-.571-.742-1.003-1.281-1.375-1.816"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTouch01(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M17.893 21.988c-.051-1.913.078-2.143.214-2.569c.137-.426 1.093-1.96 1.432-3.057c1.094-3.548.074-4.303-1.286-5.309c-1.509-1.115-4.354-1.68-5.765-1.558V3.744a1.744 1.744 0 0 0-3.489 0v10.26l-2.06-2.18c-.64-.694-1.667-.764-2.369-.133a1.72 1.72 0 0 0-.223 2.318l1.292 1.713M8.869 22l-.019-1.05c.043-1.232-.853-2.035-2.021-3.641l-.246-.336m0 0c-.354-.48-.666-.89-.944-1.251m.944 1.25l1.17 1.55m-1.17-1.55l-.944-1.25m0 0c-.571-.742-1.003-1.281-1.375-1.816"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.893 21.988c-.051-1.913.078-2.143.214-2.569c.137-.426 1.093-1.96 1.432-3.057c1.094-3.548.074-4.303-1.286-5.309c-1.509-1.115-4.354-1.68-5.765-1.558V3.744a1.744 1.744 0 0 0-3.489 0v10.26l-2.06-2.18c-.64-.694-1.667-.764-2.369-.133a1.72 1.72 0 0 0-.223 2.318l1.292 1.713M8.869 22l-.019-1.05c.043-1.232-.853-2.035-2.021-3.641l-.246-.336m0 0c-.354-.48-.666-.89-.944-1.251m.944 1.25l1.17 1.55m-1.17-1.55l-.944-1.25m0 0c-.571-.742-1.003-1.281-1.375-1.816"/></svg>
</template>

CSS

.icon-touch-01 {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.893%2021.988c-.051-1.913.078-2.143.214-2.569c.137-.426%201.093-1.96%201.432-3.057c1.094-3.548.074-4.303-1.286-5.309c-1.509-1.115-4.354-1.68-5.765-1.558V3.744a1.744%201.744%200%200%200-3.489%200v10.26l-2.06-2.18c-.64-.694-1.667-.764-2.369-.133a1.72%201.72%200%200%200-.223%202.318l1.292%201.713M8.869%2022l-.019-1.05c.043-1.232-.853-2.035-2.021-3.641l-.246-.336m0%200c-.354-.48-.666-.89-.944-1.251m.944%201.25l1.17%201.55m-1.17-1.55l-.944-1.25m0%200c-.571-.742-1.003-1.281-1.375-1.816%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.893%2021.988c-.051-1.913.078-2.143.214-2.569c.137-.426%201.093-1.96%201.432-3.057c1.094-3.548.074-4.303-1.286-5.309c-1.509-1.115-4.354-1.68-5.765-1.558V3.744a1.744%201.744%200%200%200-3.489%200v10.26l-2.06-2.18c-.64-.694-1.667-.764-2.369-.133a1.72%201.72%200%200%200-.223%202.318l1.292%201.713M8.869%2022l-.019-1.05c.043-1.232-.853-2.035-2.021-3.641l-.246-.336m0%200c-.354-.48-.666-.89-.944-1.251m.944%201.25l1.17%201.55m-1.17-1.55l-.944-1.25m0%200c-.571-.742-1.003-1.281-1.375-1.816%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/touch-01.svg?color=%231a73e8&size=48