touch 2 icon

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

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

1 other variant in Carbon

More person icons from Carbon

Use the touch 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29 15h-2a11 11 0 0 0-22 0H3a13 13 0 0 1 26 0"/><path fill="currentColor" d="M25 28h-2V15a7 7 0 1 0-14 0v13H7V15a9 9 0 0 1 18 0Z"/><path fill="currentColor" d="M21 20H11v-5a5 5 0 0 1 10 0Zm-8-2h6v-3a3 3 0 0 0-6 0Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonTouch2(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="M29 15h-2a11 11 0 0 0-22 0H3a13 13 0 0 1 26 0"/><path fill="currentColor" d="M25 28h-2V15a7 7 0 1 0-14 0v13H7V15a9 9 0 0 1 18 0Z"/><path fill="currentColor" d="M21 20H11v-5a5 5 0 0 1 10 0Zm-8-2h6v-3a3 3 0 0 0-6 0Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29 15h-2a11 11 0 0 0-22 0H3a13 13 0 0 1 26 0"/><path fill="currentColor" d="M25 28h-2V15a7 7 0 1 0-14 0v13H7V15a9 9 0 0 1 18 0Z"/><path fill="currentColor" d="M21 20H11v-5a5 5 0 0 1 10 0Zm-8-2h6v-3a3 3 0 0 0-6 0Z"/></svg>
</template>

CSS

.icon-touch-2 {
  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%22M29%2015h-2a11%2011%200%200%200-22%200H3a13%2013%200%200%201%2026%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%2028h-2V15a7%207%200%201%200-14%200v13H7V15a9%209%200%200%201%2018%200Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2020H11v-5a5%205%200%200%201%2010%200Zm-8-2h6v-3a3%203%200%200%200-6%200Z%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%22M29%2015h-2a11%2011%200%200%200-22%200H3a13%2013%200%200%201%2026%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%2028h-2V15a7%207%200%201%200-14%200v13H7V15a9%209%200%200%201%2018%200Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2020H11v-5a5%205%200%200%201%2010%200Zm-8-2h6v-3a3%203%200%200%200-6%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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