touch interaction 04 icon
touch-interaction-04 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- touch-interaction-04
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the touch interaction 04 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="M21 13.053v.173m0 0a1.8 1.8 0 0 0-1.52-1.765l-1.207-.198v.895M21 13.226v2.213c0 1.944 0 2.916-.301 3.69a4.5 4.5 0 0 1-2.606 2.574c-.784.297-1.77.297-3.739.297c-1.033 0-1.55 0-2.03-.104a4.55 4.55 0 0 1-1.984-.98c-.373-.317-.683-.725-1.302-1.54L6.307 15.78a1.5 1.5 0 0 1 .029-1.854a1.547 1.547 0 0 1 2.282-.125L10 15.256V6.5a1.5 1.5 0 0 1 3 0v2.974m0 0h.727c1.004 0 1.819.8 1.819 1.79M13 9.473v2.684m2.546-.895v.895m0-.895v-.895h.909c1.004 0 1.818.802 1.818 1.79m0 0v.895"/><path d="M7 8h-.824C4.68 8 3.93 8 3.466 7.56C3 7.122 3 6.415 3 5s0-2.121.465-2.56S4.68 2 6.176 2h11.647c1.498 0 2.247 0 2.712.44C21 2.878 21 3.585 21 5s0 2.121-.465 2.56S19.32 8 17.823 8H16.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsTouchInteraction04(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="M21 13.053v.173m0 0a1.8 1.8 0 0 0-1.52-1.765l-1.207-.198v.895M21 13.226v2.213c0 1.944 0 2.916-.301 3.69a4.5 4.5 0 0 1-2.606 2.574c-.784.297-1.77.297-3.739.297c-1.033 0-1.55 0-2.03-.104a4.55 4.55 0 0 1-1.984-.98c-.373-.317-.683-.725-1.302-1.54L6.307 15.78a1.5 1.5 0 0 1 .029-1.854a1.547 1.547 0 0 1 2.282-.125L10 15.256V6.5a1.5 1.5 0 0 1 3 0v2.974m0 0h.727c1.004 0 1.819.8 1.819 1.79M13 9.473v2.684m2.546-.895v.895m0-.895v-.895h.909c1.004 0 1.818.802 1.818 1.79m0 0v.895"/><path d="M7 8h-.824C4.68 8 3.93 8 3.466 7.56C3 7.122 3 6.415 3 5s0-2.121.465-2.56S4.68 2 6.176 2h11.647c1.498 0 2.247 0 2.712.44C21 2.878 21 3.585 21 5s0 2.121-.465 2.56S19.32 8 17.823 8H16.5"/></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="M21 13.053v.173m0 0a1.8 1.8 0 0 0-1.52-1.765l-1.207-.198v.895M21 13.226v2.213c0 1.944 0 2.916-.301 3.69a4.5 4.5 0 0 1-2.606 2.574c-.784.297-1.77.297-3.739.297c-1.033 0-1.55 0-2.03-.104a4.55 4.55 0 0 1-1.984-.98c-.373-.317-.683-.725-1.302-1.54L6.307 15.78a1.5 1.5 0 0 1 .029-1.854a1.547 1.547 0 0 1 2.282-.125L10 15.256V6.5a1.5 1.5 0 0 1 3 0v2.974m0 0h.727c1.004 0 1.819.8 1.819 1.79M13 9.473v2.684m2.546-.895v.895m0-.895v-.895h.909c1.004 0 1.818.802 1.818 1.79m0 0v.895"/><path d="M7 8h-.824C4.68 8 3.93 8 3.466 7.56C3 7.122 3 6.415 3 5s0-2.121.465-2.56S4.68 2 6.176 2h11.647c1.498 0 2.247 0 2.712.44C21 2.878 21 3.585 21 5s0 2.121-.465 2.56S19.32 8 17.823 8H16.5"/></g></svg> </template>
CSS
.icon-touch-interaction-04 {
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%22M21%2013.053v.173m0%200a1.8%201.8%200%200%200-1.52-1.765l-1.207-.198v.895M21%2013.226v2.213c0%201.944%200%202.916-.301%203.69a4.5%204.5%200%200%201-2.606%202.574c-.784.297-1.77.297-3.739.297c-1.033%200-1.55%200-2.03-.104a4.55%204.55%200%200%201-1.984-.98c-.373-.317-.683-.725-1.302-1.54L6.307%2015.78a1.5%201.5%200%200%201%20.029-1.854a1.547%201.547%200%200%201%202.282-.125L10%2015.256V6.5a1.5%201.5%200%200%201%203%200v2.974m0%200h.727c1.004%200%201.819.8%201.819%201.79M13%209.473v2.684m2.546-.895v.895m0-.895v-.895h.909c1.004%200%201.818.802%201.818%201.79m0%200v.895%22%2F%3E%3Cpath%20d%3D%22M7%208h-.824C4.68%208%203.93%208%203.466%207.56C3%207.122%203%206.415%203%205s0-2.121.465-2.56S4.68%202%206.176%202h11.647c1.498%200%202.247%200%202.712.44C21%202.878%2021%203.585%2021%205s0%202.121-.465%202.56S19.32%208%2017.823%208H16.5%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%22M21%2013.053v.173m0%200a1.8%201.8%200%200%200-1.52-1.765l-1.207-.198v.895M21%2013.226v2.213c0%201.944%200%202.916-.301%203.69a4.5%204.5%200%200%201-2.606%202.574c-.784.297-1.77.297-3.739.297c-1.033%200-1.55%200-2.03-.104a4.55%204.55%200%200%201-1.984-.98c-.373-.317-.683-.725-1.302-1.54L6.307%2015.78a1.5%201.5%200%200%201%20.029-1.854a1.547%201.547%200%200%201%202.282-.125L10%2015.256V6.5a1.5%201.5%200%200%201%203%200v2.974m0%200h.727c1.004%200%201.819.8%201.819%201.79M13%209.473v2.684m2.546-.895v.895m0-.895v-.895h.909c1.004%200%201.818.802%201.818%201.79m0%200v.895%22%2F%3E%3Cpath%20d%3D%22M7%208h-.824C4.68%208%203.93%208%203.466%207.56C3%207.122%203%206.415%203%205s0-2.121.465-2.56S4.68%202%206.176%202h11.647c1.498%200%202.247%200%202.712.44C21%202.878%2021%203.585%2021%205s0%202.121-.465%202.56S19.32%208%2017.823%208H16.5%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-04.svg?color=%231a73e8&size=48