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

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

Related icons in Huge Icons

Use the touch 09 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="m12.112 8.685l.853-4.924c.141-.816-.394-1.594-1.195-1.738a1.476 1.476 0 0 0-1.707 1.217l-1.706 9.848l-.141.763l-1.91-2.014a1.613 1.613 0 0 0-2.446.14a1.73 1.73 0 0 0-.031 2.072l2.927 4.018c.664.912.997 1.367 1.396 1.722c.61.54 1.341.917 2.127 1.094c.515.117 1.069.117 2.176.117h2.334c2.31 0 4.301-1.676 4.76-4.007l.843-4.284l.085-.492a1.497 1.497 0 0 0-1.195-1.738a1.476 1.476 0 0 0-1.707 1.217l-.085.492m-5.378-3.503l-.256 1.477m.256-1.477a1.476 1.476 0 0 1 1.707-1.217a1.5 1.5 0 0 1 1.195 1.738l-.17.984m0 0l-.086.493m.086-.493a1.476 1.476 0 0 1 1.707-1.216c.801.144 1.336.921 1.195 1.737l-.085.493"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTouch09(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="m12.112 8.685l.853-4.924c.141-.816-.394-1.594-1.195-1.738a1.476 1.476 0 0 0-1.707 1.217l-1.706 9.848l-.141.763l-1.91-2.014a1.613 1.613 0 0 0-2.446.14a1.73 1.73 0 0 0-.031 2.072l2.927 4.018c.664.912.997 1.367 1.396 1.722c.61.54 1.341.917 2.127 1.094c.515.117 1.069.117 2.176.117h2.334c2.31 0 4.301-1.676 4.76-4.007l.843-4.284l.085-.492a1.497 1.497 0 0 0-1.195-1.738a1.476 1.476 0 0 0-1.707 1.217l-.085.492m-5.378-3.503l-.256 1.477m.256-1.477a1.476 1.476 0 0 1 1.707-1.217a1.5 1.5 0 0 1 1.195 1.738l-.17.984m0 0l-.086.493m.086-.493a1.476 1.476 0 0 1 1.707-1.216c.801.144 1.336.921 1.195 1.737l-.085.493"/></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="m12.112 8.685l.853-4.924c.141-.816-.394-1.594-1.195-1.738a1.476 1.476 0 0 0-1.707 1.217l-1.706 9.848l-.141.763l-1.91-2.014a1.613 1.613 0 0 0-2.446.14a1.73 1.73 0 0 0-.031 2.072l2.927 4.018c.664.912.997 1.367 1.396 1.722c.61.54 1.341.917 2.127 1.094c.515.117 1.069.117 2.176.117h2.334c2.31 0 4.301-1.676 4.76-4.007l.843-4.284l.085-.492a1.497 1.497 0 0 0-1.195-1.738a1.476 1.476 0 0 0-1.707 1.217l-.085.492m-5.378-3.503l-.256 1.477m.256-1.477a1.476 1.476 0 0 1 1.707-1.217a1.5 1.5 0 0 1 1.195 1.738l-.17.984m0 0l-.086.493m.086-.493a1.476 1.476 0 0 1 1.707-1.216c.801.144 1.336.921 1.195 1.737l-.085.493"/></svg>
</template>

CSS

.icon-touch-09 {
  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%22m12.112%208.685l.853-4.924c.141-.816-.394-1.594-1.195-1.738a1.476%201.476%200%200%200-1.707%201.217l-1.706%209.848l-.141.763l-1.91-2.014a1.613%201.613%200%200%200-2.446.14a1.73%201.73%200%200%200-.031%202.072l2.927%204.018c.664.912.997%201.367%201.396%201.722c.61.54%201.341.917%202.127%201.094c.515.117%201.069.117%202.176.117h2.334c2.31%200%204.301-1.676%204.76-4.007l.843-4.284l.085-.492a1.497%201.497%200%200%200-1.195-1.738a1.476%201.476%200%200%200-1.707%201.217l-.085.492m-5.378-3.503l-.256%201.477m.256-1.477a1.476%201.476%200%200%201%201.707-1.217a1.5%201.5%200%200%201%201.195%201.738l-.17.984m0%200l-.086.493m.086-.493a1.476%201.476%200%200%201%201.707-1.216c.801.144%201.336.921%201.195%201.737l-.085.493%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%22m12.112%208.685l.853-4.924c.141-.816-.394-1.594-1.195-1.738a1.476%201.476%200%200%200-1.707%201.217l-1.706%209.848l-.141.763l-1.91-2.014a1.613%201.613%200%200%200-2.446.14a1.73%201.73%200%200%200-.031%202.072l2.927%204.018c.664.912.997%201.367%201.396%201.722c.61.54%201.341.917%202.127%201.094c.515.117%201.069.117%202.176.117h2.334c2.31%200%204.301-1.676%204.76-4.007l.843-4.284l.085-.492a1.497%201.497%200%200%200-1.195-1.738a1.476%201.476%200%200%200-1.707%201.217l-.085.492m-5.378-3.503l-.256%201.477m.256-1.477a1.476%201.476%200%200%201%201.707-1.217a1.5%201.5%200%200%201%201.195%201.738l-.17.984m0%200l-.086.493m.086-.493a1.476%201.476%200%200%201%201.707-1.216c.801.144%201.336.921%201.195%201.737l-.085.493%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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