touch 2 icon
touch-2-filled from Carbon by IBM · Filled · Person · Apache-2.0 Free for personal and commercial use.
- Name
- touch-2-filled
- Set
- Carbon
- Style
- Filled
- 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="M16 12a3.003 3.003 0 0 0-3 3v3h6v-3a3.003 3.003 0 0 0-3-3"/><path fill="currentColor" d="M16 6a9.01 9.01 0 0 0-9 9v13h18V15a9.01 9.01 0 0 0-9-9m5 14H11v-5a5 5 0 0 1 10 0Z"/><path fill="currentColor" d="M29 15h-2a11 11 0 0 0-22 0H3a13 13 0 0 1 26 0"/></svg>
React
import type { SVGProps } from "react";
export function CarbonTouch2Filled(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="M16 12a3.003 3.003 0 0 0-3 3v3h6v-3a3.003 3.003 0 0 0-3-3"/><path fill="currentColor" d="M16 6a9.01 9.01 0 0 0-9 9v13h18V15a9.01 9.01 0 0 0-9-9m5 14H11v-5a5 5 0 0 1 10 0Z"/><path fill="currentColor" d="M29 15h-2a11 11 0 0 0-22 0H3a13 13 0 0 1 26 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 12a3.003 3.003 0 0 0-3 3v3h6v-3a3.003 3.003 0 0 0-3-3"/><path fill="currentColor" d="M16 6a9.01 9.01 0 0 0-9 9v13h18V15a9.01 9.01 0 0 0-9-9m5 14H11v-5a5 5 0 0 1 10 0Z"/><path fill="currentColor" d="M29 15h-2a11 11 0 0 0-22 0H3a13 13 0 0 1 26 0"/></svg> </template>
CSS
.icon-touch-2-filled {
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%22M16%2012a3.003%203.003%200%200%200-3%203v3h6v-3a3.003%203.003%200%200%200-3-3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%206a9.01%209.01%200%200%200-9%209v13h18V15a9.01%209.01%200%200%200-9-9m5%2014H11v-5a5%205%200%200%201%2010%200Z%22%2F%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%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%22M16%2012a3.003%203.003%200%200%200-3%203v3h6v-3a3.003%203.003%200%200%200-3-3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%206a9.01%209.01%200%200%200-9%209v13h18V15a9.01%209.01%200%200%200-9-9m5%2014H11v-5a5%205%200%200%201%2010%200Z%22%2F%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%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/touch-2-filled.svg?color=%231a73e8&size=48