touch 1 down icon

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

Name
touch-1-down
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 1 down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 24h-2a5 5 0 0 1-10 0H6a7 7 0 0 0 14 0"/><path fill="currentColor" d="M28 14V8a7.01 7.01 0 0 0-7-7h-5a6.15 6.15 0 0 0-4.105 1.566L3.883 9.874a2.999 2.999 0 0 0 3.881 4.55l.001.001L10 12.895V24a3 3 0 0 0 6 0v-5.184a2.94 2.94 0 0 0 3.53-1.217A2.96 2.96 0 0 0 21 18a3 3 0 0 0 2.53-1.401A2.96 2.96 0 0 0 25 17a3.003 3.003 0 0 0 3-3m-2 0a1 1 0 0 1-2 0v-1h-2v2a1 1 0 0 1-2 0v-2h-2v3a1 1 0 0 1-2 0v-3h-2v11a1 1 0 0 1-2 0V9.105L6.6 12.8a1 1 0 0 1-1.308-1.505l7.95-7.251A4.15 4.15 0 0 1 16 3h5a5.006 5.006 0 0 1 5 5Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonTouch1Down(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="M20 24h-2a5 5 0 0 1-10 0H6a7 7 0 0 0 14 0"/><path fill="currentColor" d="M28 14V8a7.01 7.01 0 0 0-7-7h-5a6.15 6.15 0 0 0-4.105 1.566L3.883 9.874a2.999 2.999 0 0 0 3.881 4.55l.001.001L10 12.895V24a3 3 0 0 0 6 0v-5.184a2.94 2.94 0 0 0 3.53-1.217A2.96 2.96 0 0 0 21 18a3 3 0 0 0 2.53-1.401A2.96 2.96 0 0 0 25 17a3.003 3.003 0 0 0 3-3m-2 0a1 1 0 0 1-2 0v-1h-2v2a1 1 0 0 1-2 0v-2h-2v3a1 1 0 0 1-2 0v-3h-2v11a1 1 0 0 1-2 0V9.105L6.6 12.8a1 1 0 0 1-1.308-1.505l7.95-7.251A4.15 4.15 0 0 1 16 3h5a5.006 5.006 0 0 1 5 5Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 24h-2a5 5 0 0 1-10 0H6a7 7 0 0 0 14 0"/><path fill="currentColor" d="M28 14V8a7.01 7.01 0 0 0-7-7h-5a6.15 6.15 0 0 0-4.105 1.566L3.883 9.874a2.999 2.999 0 0 0 3.881 4.55l.001.001L10 12.895V24a3 3 0 0 0 6 0v-5.184a2.94 2.94 0 0 0 3.53-1.217A2.96 2.96 0 0 0 21 18a3 3 0 0 0 2.53-1.401A2.96 2.96 0 0 0 25 17a3.003 3.003 0 0 0 3-3m-2 0a1 1 0 0 1-2 0v-1h-2v2a1 1 0 0 1-2 0v-2h-2v3a1 1 0 0 1-2 0v-3h-2v11a1 1 0 0 1-2 0V9.105L6.6 12.8a1 1 0 0 1-1.308-1.505l7.95-7.251A4.15 4.15 0 0 1 16 3h5a5.006 5.006 0 0 1 5 5Z"/></svg>
</template>

CSS

.icon-touch-1-down {
  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%22M20%2024h-2a5%205%200%200%201-10%200H6a7%207%200%200%200%2014%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2014V8a7.01%207.01%200%200%200-7-7h-5a6.15%206.15%200%200%200-4.105%201.566L3.883%209.874a2.999%202.999%200%200%200%203.881%204.55l.001.001L10%2012.895V24a3%203%200%200%200%206%200v-5.184a2.94%202.94%200%200%200%203.53-1.217A2.96%202.96%200%200%200%2021%2018a3%203%200%200%200%202.53-1.401A2.96%202.96%200%200%200%2025%2017a3.003%203.003%200%200%200%203-3m-2%200a1%201%200%200%201-2%200v-1h-2v2a1%201%200%200%201-2%200v-2h-2v3a1%201%200%200%201-2%200v-3h-2v11a1%201%200%200%201-2%200V9.105L6.6%2012.8a1%201%200%200%201-1.308-1.505l7.95-7.251A4.15%204.15%200%200%201%2016%203h5a5.006%205.006%200%200%201%205%205Z%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%22M20%2024h-2a5%205%200%200%201-10%200H6a7%207%200%200%200%2014%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2014V8a7.01%207.01%200%200%200-7-7h-5a6.15%206.15%200%200%200-4.105%201.566L3.883%209.874a2.999%202.999%200%200%200%203.881%204.55l.001.001L10%2012.895V24a3%203%200%200%200%206%200v-5.184a2.94%202.94%200%200%200%203.53-1.217A2.96%202.96%200%200%200%2021%2018a3%203%200%200%200%202.53-1.401A2.96%202.96%200%200%200%2025%2017a3.003%203.003%200%200%200%203-3m-2%200a1%201%200%200%201-2%200v-1h-2v2a1%201%200%200%201-2%200v-2h-2v3a1%201%200%200%201-2%200v-3h-2v11a1%201%200%200%201-2%200V9.105L6.6%2012.8a1%201%200%200%201-1.308-1.505l7.95-7.251A4.15%204.15%200%200%201%2016%203h5a5.006%205.006%200%200%201%205%205Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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