touch interaction icon

touch-interaction from Carbon by IBM · Outline · Person · Apache-2.0 Free for personal and commercial use.

Name
touch-interaction
Set
Carbon
Style
Outline
Category
Person
Viewbox
32×32
License
Apache 2.0

More person icons from Carbon

Use the touch interaction icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 21v-1a1 1 0 0 1 2 0v10h2V20a3.003 3.003 0 0 0-3-3a2.96 2.96 0 0 0-1.47.401a2.954 2.954 0 0 0-4-1A3 3 0 0 0 19 15a3 3 0 0 0-1 .185V10a3 3 0 0 0-6 0v11.105l-2.235-1.53v.001a2.999 2.999 0 0 0-3.882 4.55L12.323 30l1.347-1.478l-6.378-5.818A1 1 0 0 1 7 22a1 1 0 0 1 1.6-.8l5.4 3.695V10a1 1 0 0 1 2 0v11h2v-3a1 1 0 0 1 2 0v3h2v-2a1 1 0 0 1 2 0v2Z"/><path fill="currentColor" d="M28 12h-6v-2h6V4H4v6h4v2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h24a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2"/></svg>

React

import type { SVGProps } from "react";

export function CarbonTouchInteraction(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 21v-1a1 1 0 0 1 2 0v10h2V20a3.003 3.003 0 0 0-3-3a2.96 2.96 0 0 0-1.47.401a2.954 2.954 0 0 0-4-1A3 3 0 0 0 19 15a3 3 0 0 0-1 .185V10a3 3 0 0 0-6 0v11.105l-2.235-1.53v.001a2.999 2.999 0 0 0-3.882 4.55L12.323 30l1.347-1.478l-6.378-5.818A1 1 0 0 1 7 22a1 1 0 0 1 1.6-.8l5.4 3.695V10a1 1 0 0 1 2 0v11h2v-3a1 1 0 0 1 2 0v3h2v-2a1 1 0 0 1 2 0v2Z"/><path fill="currentColor" d="M28 12h-6v-2h6V4H4v6h4v2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h24a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 21v-1a1 1 0 0 1 2 0v10h2V20a3.003 3.003 0 0 0-3-3a2.96 2.96 0 0 0-1.47.401a2.954 2.954 0 0 0-4-1A3 3 0 0 0 19 15a3 3 0 0 0-1 .185V10a3 3 0 0 0-6 0v11.105l-2.235-1.53v.001a2.999 2.999 0 0 0-3.882 4.55L12.323 30l1.347-1.478l-6.378-5.818A1 1 0 0 1 7 22a1 1 0 0 1 1.6-.8l5.4 3.695V10a1 1 0 0 1 2 0v11h2v-3a1 1 0 0 1 2 0v3h2v-2a1 1 0 0 1 2 0v2Z"/><path fill="currentColor" d="M28 12h-6v-2h6V4H4v6h4v2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h24a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2"/></svg>
</template>

CSS

.icon-touch-interaction {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2021v-1a1%201%200%200%201%202%200v10h2V20a3.003%203.003%200%200%200-3-3a2.96%202.96%200%200%200-1.47.401a2.954%202.954%200%200%200-4-1A3%203%200%200%200%2019%2015a3%203%200%200%200-1%20.185V10a3%203%200%200%200-6%200v11.105l-2.235-1.53v.001a2.999%202.999%200%200%200-3.882%204.55L12.323%2030l1.347-1.478l-6.378-5.818A1%201%200%200%201%207%2022a1%201%200%200%201%201.6-.8l5.4%203.695V10a1%201%200%200%201%202%200v11h2v-3a1%201%200%200%201%202%200v3h2v-2a1%201%200%200%201%202%200v2Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2012h-6v-2h6V4H4v6h4v2H4a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2h24a2%202%200%200%201%202%202v6a2%202%200%200%201-2%202%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2021v-1a1%201%200%200%201%202%200v10h2V20a3.003%203.003%200%200%200-3-3a2.96%202.96%200%200%200-1.47.401a2.954%202.954%200%200%200-4-1A3%203%200%200%200%2019%2015a3%203%200%200%200-1%20.185V10a3%203%200%200%200-6%200v11.105l-2.235-1.53v.001a2.999%202.999%200%200%200-3.882%204.55L12.323%2030l1.347-1.478l-6.378-5.818A1%201%200%200%201%207%2022a1%201%200%200%201%201.6-.8l5.4%203.695V10a1%201%200%200%201%202%200v11h2v-3a1%201%200%200%201%202%200v3h2v-2a1%201%200%200%201%202%200v2Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2012h-6v-2h6V4H4v6h4v2H4a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2h24a2%202%200%200%201%202%202v6a2%202%200%200%201-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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