touch-app-outline-sharp from Material Symbols Light by Google · Outline Sharp · Actions · Apache-2.0 Free for personal and commercial use.

Name
touch-app-outline-sharp
Set
Material Symbols Light
Style
Outline Sharp
Category
Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the touch app icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 21H9.39l-5.734-7.594l.811-.887l3.725 1.873V6.27h1.006v9.82l-3.579-1.77L9.923 20H18v-7.461h-6.033v-1H19zM5.233 8.77q-.268-.454-.404-.96q-.137-.505-.137-1.04q0-1.672 1.165-2.836Q7.02 2.769 8.692 2.769t2.836 1.165t1.164 2.833q0 .542-.136 1.045t-.404.957l-.86-.5q.2-.35.3-.712t.1-.788q0-1.25-.875-2.125T8.692 3.77t-2.125.875t-.875 2.125q0 .425.1.788t.3.712zm8.729 7.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTouchAppOutlineSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 21H9.39l-5.734-7.594l.811-.887l3.725 1.873V6.27h1.006v9.82l-3.579-1.77L9.923 20H18v-7.461h-6.033v-1H19zM5.233 8.77q-.268-.454-.404-.96q-.137-.505-.137-1.04q0-1.672 1.165-2.836Q7.02 2.769 8.692 2.769t2.836 1.165t1.164 2.833q0 .542-.136 1.045t-.404.957l-.86-.5q.2-.35.3-.712t.1-.788q0-1.25-.875-2.125T8.692 3.77t-2.125.875t-.875 2.125q0 .425.1.788t.3.712zm8.729 7.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 21H9.39l-5.734-7.594l.811-.887l3.725 1.873V6.27h1.006v9.82l-3.579-1.77L9.923 20H18v-7.461h-6.033v-1H19zM5.233 8.77q-.268-.454-.404-.96q-.137-.505-.137-1.04q0-1.672 1.165-2.836Q7.02 2.769 8.692 2.769t2.836 1.165t1.164 2.833q0 .542-.136 1.045t-.404.957l-.86-.5q.2-.35.3-.712t.1-.788q0-1.25-.875-2.125T8.692 3.77t-2.125.875t-.875 2.125q0 .425.1.788t.3.712zm8.729 7.5"/></svg>
</template>

CSS

.icon-touch-app-outline-sharp {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2021H9.39l-5.734-7.594l.811-.887l3.725%201.873V6.27h1.006v9.82l-3.579-1.77L9.923%2020H18v-7.461h-6.033v-1H19zM5.233%208.77q-.268-.454-.404-.96q-.137-.505-.137-1.04q0-1.672%201.165-2.836Q7.02%202.769%208.692%202.769t2.836%201.165t1.164%202.833q0%20.542-.136%201.045t-.404.957l-.86-.5q.2-.35.3-.712t.1-.788q0-1.25-.875-2.125T8.692%203.77t-2.125.875t-.875%202.125q0%20.425.1.788t.3.712zm8.729%207.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2021H9.39l-5.734-7.594l.811-.887l3.725%201.873V6.27h1.006v9.82l-3.579-1.77L9.923%2020H18v-7.461h-6.033v-1H19zM5.233%208.77q-.268-.454-.404-.96q-.137-.505-.137-1.04q0-1.672%201.165-2.836Q7.02%202.769%208.692%202.769t2.836%201.165t1.164%202.833q0%20.542-.136%201.045t-.404.957l-.86-.5q.2-.35.3-.712t.1-.788q0-1.25-.875-2.125T8.692%203.77t-2.125.875t-.875%202.125q0%20.425.1.788t.3.712zm8.729%207.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/touch-app-outline-sharp.svg?color=%231a73e8&size=48