touch interaction 03 icon
touch-interaction-03 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- touch-interaction-03
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the touch interaction 03 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12.546 9.722h.939c1.038 0 1.879.846 1.879 1.89m0 0v.944m0-.945c0-.522.42-.944.94-.944c1.037 0 1.878.845 1.878 1.889m0 0v.944m0-.944c0-.495.441-.871.927-.79l.321.054c.906.152 1.57.94 1.57 1.863v.447c0 2.052 0 3.079-.311 3.896c-.18.474-.657 1.078-1.037 1.515a2.08 2.08 0 0 0-.531 1.36V22m-6.575-10.389V6.417c0-.783-.631-1.417-1.41-1.417s-1.409.634-1.409 1.417v7.52l-1.522-1.535a1.576 1.576 0 0 0-2.358.131a1.61 1.61 0 0 0-.03 1.958l3.381 4.342c.647.831.999 2.112.999 3.167"/><path d="M6 8h-.824C3.68 8 2.93 8 2.466 7.56C2 7.122 2 6.415 2 5s0-2.121.465-2.56S3.68 2 5.176 2h11.647c1.498 0 2.247 0 2.712.44C20 2.878 20 3.585 20 5s0 2.121-.465 2.56S18.32 8 16.823 8H16"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsTouchInteraction03(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M12.546 9.722h.939c1.038 0 1.879.846 1.879 1.89m0 0v.944m0-.945c0-.522.42-.944.94-.944c1.037 0 1.878.845 1.878 1.889m0 0v.944m0-.944c0-.495.441-.871.927-.79l.321.054c.906.152 1.57.94 1.57 1.863v.447c0 2.052 0 3.079-.311 3.896c-.18.474-.657 1.078-1.037 1.515a2.08 2.08 0 0 0-.531 1.36V22m-6.575-10.389V6.417c0-.783-.631-1.417-1.41-1.417s-1.409.634-1.409 1.417v7.52l-1.522-1.535a1.576 1.576 0 0 0-2.358.131a1.61 1.61 0 0 0-.03 1.958l3.381 4.342c.647.831.999 2.112.999 3.167"/><path d="M6 8h-.824C3.68 8 2.93 8 2.466 7.56C2 7.122 2 6.415 2 5s0-2.121.465-2.56S3.68 2 5.176 2h11.647c1.498 0 2.247 0 2.712.44C20 2.878 20 3.585 20 5s0 2.121-.465 2.56S18.32 8 16.823 8H16"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12.546 9.722h.939c1.038 0 1.879.846 1.879 1.89m0 0v.944m0-.945c0-.522.42-.944.94-.944c1.037 0 1.878.845 1.878 1.889m0 0v.944m0-.944c0-.495.441-.871.927-.79l.321.054c.906.152 1.57.94 1.57 1.863v.447c0 2.052 0 3.079-.311 3.896c-.18.474-.657 1.078-1.037 1.515a2.08 2.08 0 0 0-.531 1.36V22m-6.575-10.389V6.417c0-.783-.631-1.417-1.41-1.417s-1.409.634-1.409 1.417v7.52l-1.522-1.535a1.576 1.576 0 0 0-2.358.131a1.61 1.61 0 0 0-.03 1.958l3.381 4.342c.647.831.999 2.112.999 3.167"/><path d="M6 8h-.824C3.68 8 2.93 8 2.466 7.56C2 7.122 2 6.415 2 5s0-2.121.465-2.56S3.68 2 5.176 2h11.647c1.498 0 2.247 0 2.712.44C20 2.878 20 3.585 20 5s0 2.121-.465 2.56S18.32 8 16.823 8H16"/></g></svg> </template>
CSS
.icon-touch-interaction-03 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.546%209.722h.939c1.038%200%201.879.846%201.879%201.89m0%200v.944m0-.945c0-.522.42-.944.94-.944c1.037%200%201.878.845%201.878%201.889m0%200v.944m0-.944c0-.495.441-.871.927-.79l.321.054c.906.152%201.57.94%201.57%201.863v.447c0%202.052%200%203.079-.311%203.896c-.18.474-.657%201.078-1.037%201.515a2.08%202.08%200%200%200-.531%201.36V22m-6.575-10.389V6.417c0-.783-.631-1.417-1.41-1.417s-1.409.634-1.409%201.417v7.52l-1.522-1.535a1.576%201.576%200%200%200-2.358.131a1.61%201.61%200%200%200-.03%201.958l3.381%204.342c.647.831.999%202.112.999%203.167%22%2F%3E%3Cpath%20d%3D%22M6%208h-.824C3.68%208%202.93%208%202.466%207.56C2%207.122%202%206.415%202%205s0-2.121.465-2.56S3.68%202%205.176%202h11.647c1.498%200%202.247%200%202.712.44C20%202.878%2020%203.585%2020%205s0%202.121-.465%202.56S18.32%208%2016.823%208H16%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.546%209.722h.939c1.038%200%201.879.846%201.879%201.89m0%200v.944m0-.945c0-.522.42-.944.94-.944c1.037%200%201.878.845%201.878%201.889m0%200v.944m0-.944c0-.495.441-.871.927-.79l.321.054c.906.152%201.57.94%201.57%201.863v.447c0%202.052%200%203.079-.311%203.896c-.18.474-.657%201.078-1.037%201.515a2.08%202.08%200%200%200-.531%201.36V22m-6.575-10.389V6.417c0-.783-.631-1.417-1.41-1.417s-1.409.634-1.409%201.417v7.52l-1.522-1.535a1.576%201.576%200%200%200-2.358.131a1.61%201.61%200%200%200-.03%201.958l3.381%204.342c.647.831.999%202.112.999%203.167%22%2F%3E%3Cpath%20d%3D%22M6%208h-.824C3.68%208%202.93%208%202.466%207.56C2%207.122%202%206.415%202%205s0-2.121.465-2.56S3.68%202%205.176%202h11.647c1.498%200%202.247%200%202.712.44C20%202.878%2020%203.585%2020%205s0%202.121-.465%202.56S18.32%208%2016.823%208H16%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/touch-interaction-03.svg?color=%231a73e8&size=48