touch-long-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
touch-long-rounded
Set
Material Symbols Light
Style
Rounded
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 long icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.687 1.52q2.192 0 3.72 1.528q1.53 1.529 1.53 3.721q0 .587-.125 1.155t-.395 1.105q-.067.16-.233.196q-.167.036-.326-.03q-.16-.087-.215-.262t.013-.347q.188-.438.292-.896q.104-.457.104-.92q0-1.818-1.274-3.092T8.686 2.404t-3.09 1.274Q4.32 4.952 4.32 6.769q0 .483.101.934q.101.45.29.864q.086.171.022.346q-.065.175-.225.262q-.159.067-.325.028q-.167-.04-.234-.2q-.244-.51-.379-1.079q-.135-.568-.135-1.155q0-2.192 1.53-3.721q1.528-1.529 3.72-1.529m0 2.366q1.2 0 2.043.842q.842.842.842 2.042q0 .27-.037.495t-.126.45q-.062.19-.24.282q-.18.093-.364.031q-.185-.061-.26-.23t-.015-.335q.044-.114.132-.693q0-.825-.587-1.412T8.66 4.769t-1.412.585t-.588 1.415q0 .183.032.359t.101.359q.056.165-.017.329q-.073.163-.239.219q-.184.056-.341-.037q-.157-.092-.238-.296q-.069-.194-.113-.426t-.044-.507q0-1.205.842-2.045t2.042-.84M11.167 21q-.815 0-1.552-.338t-1.22-.985l-4.506-5.952q-.104-.148-.098-.316t.128-.292q.25-.275.595-.336t.655.121l3.023 1.49V6.77q0-.213.143-.357t.357-.143t.36.143q.146.144.146.357v4.77h7.379q1.02 0 1.721.701q.702.702.702 1.722V17.5q0 1.458-1.03 2.479T15.48 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTouchLongRounded(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="M8.687 1.52q2.192 0 3.72 1.528q1.53 1.529 1.53 3.721q0 .587-.125 1.155t-.395 1.105q-.067.16-.233.196q-.167.036-.326-.03q-.16-.087-.215-.262t.013-.347q.188-.438.292-.896q.104-.457.104-.92q0-1.818-1.274-3.092T8.686 2.404t-3.09 1.274Q4.32 4.952 4.32 6.769q0 .483.101.934q.101.45.29.864q.086.171.022.346q-.065.175-.225.262q-.159.067-.325.028q-.167-.04-.234-.2q-.244-.51-.379-1.079q-.135-.568-.135-1.155q0-2.192 1.53-3.721q1.528-1.529 3.72-1.529m0 2.366q1.2 0 2.043.842q.842.842.842 2.042q0 .27-.037.495t-.126.45q-.062.19-.24.282q-.18.093-.364.031q-.185-.061-.26-.23t-.015-.335q.044-.114.132-.693q0-.825-.587-1.412T8.66 4.769t-1.412.585t-.588 1.415q0 .183.032.359t.101.359q.056.165-.017.329q-.073.163-.239.219q-.184.056-.341-.037q-.157-.092-.238-.296q-.069-.194-.113-.426t-.044-.507q0-1.205.842-2.045t2.042-.84M11.167 21q-.815 0-1.552-.338t-1.22-.985l-4.506-5.952q-.104-.148-.098-.316t.128-.292q.25-.275.595-.336t.655.121l3.023 1.49V6.77q0-.213.143-.357t.357-.143t.36.143q.146.144.146.357v4.77h7.379q1.02 0 1.721.701q.702.702.702 1.722V17.5q0 1.458-1.03 2.479T15.48 21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.687 1.52q2.192 0 3.72 1.528q1.53 1.529 1.53 3.721q0 .587-.125 1.155t-.395 1.105q-.067.16-.233.196q-.167.036-.326-.03q-.16-.087-.215-.262t.013-.347q.188-.438.292-.896q.104-.457.104-.92q0-1.818-1.274-3.092T8.686 2.404t-3.09 1.274Q4.32 4.952 4.32 6.769q0 .483.101.934q.101.45.29.864q.086.171.022.346q-.065.175-.225.262q-.159.067-.325.028q-.167-.04-.234-.2q-.244-.51-.379-1.079q-.135-.568-.135-1.155q0-2.192 1.53-3.721q1.528-1.529 3.72-1.529m0 2.366q1.2 0 2.043.842q.842.842.842 2.042q0 .27-.037.495t-.126.45q-.062.19-.24.282q-.18.093-.364.031q-.185-.061-.26-.23t-.015-.335q.044-.114.132-.693q0-.825-.587-1.412T8.66 4.769t-1.412.585t-.588 1.415q0 .183.032.359t.101.359q.056.165-.017.329q-.073.163-.239.219q-.184.056-.341-.037q-.157-.092-.238-.296q-.069-.194-.113-.426t-.044-.507q0-1.205.842-2.045t2.042-.84M11.167 21q-.815 0-1.552-.338t-1.22-.985l-4.506-5.952q-.104-.148-.098-.316t.128-.292q.25-.275.595-.336t.655.121l3.023 1.49V6.77q0-.213.143-.357t.357-.143t.36.143q.146.144.146.357v4.77h7.379q1.02 0 1.721.701q.702.702.702 1.722V17.5q0 1.458-1.03 2.479T15.48 21z"/></svg>
</template>

CSS

.icon-touch-long-rounded {
  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%22M8.687%201.52q2.192%200%203.72%201.528q1.53%201.529%201.53%203.721q0%20.587-.125%201.155t-.395%201.105q-.067.16-.233.196q-.167.036-.326-.03q-.16-.087-.215-.262t.013-.347q.188-.438.292-.896q.104-.457.104-.92q0-1.818-1.274-3.092T8.686%202.404t-3.09%201.274Q4.32%204.952%204.32%206.769q0%20.483.101.934q.101.45.29.864q.086.171.022.346q-.065.175-.225.262q-.159.067-.325.028q-.167-.04-.234-.2q-.244-.51-.379-1.079q-.135-.568-.135-1.155q0-2.192%201.53-3.721q1.528-1.529%203.72-1.529m0%202.366q1.2%200%202.043.842q.842.842.842%202.042q0%20.27-.037.495t-.126.45q-.062.19-.24.282q-.18.093-.364.031q-.185-.061-.26-.23t-.015-.335q.044-.114.132-.693q0-.825-.587-1.412T8.66%204.769t-1.412.585t-.588%201.415q0%20.183.032.359t.101.359q.056.165-.017.329q-.073.163-.239.219q-.184.056-.341-.037q-.157-.092-.238-.296q-.069-.194-.113-.426t-.044-.507q0-1.205.842-2.045t2.042-.84M11.167%2021q-.815%200-1.552-.338t-1.22-.985l-4.506-5.952q-.104-.148-.098-.316t.128-.292q.25-.275.595-.336t.655.121l3.023%201.49V6.77q0-.213.143-.357t.357-.143t.36.143q.146.144.146.357v4.77h7.379q1.02%200%201.721.701q.702.702.702%201.722V17.5q0%201.458-1.03%202.479T15.48%2021z%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%22M8.687%201.52q2.192%200%203.72%201.528q1.53%201.529%201.53%203.721q0%20.587-.125%201.155t-.395%201.105q-.067.16-.233.196q-.167.036-.326-.03q-.16-.087-.215-.262t.013-.347q.188-.438.292-.896q.104-.457.104-.92q0-1.818-1.274-3.092T8.686%202.404t-3.09%201.274Q4.32%204.952%204.32%206.769q0%20.483.101.934q.101.45.29.864q.086.171.022.346q-.065.175-.225.262q-.159.067-.325.028q-.167-.04-.234-.2q-.244-.51-.379-1.079q-.135-.568-.135-1.155q0-2.192%201.53-3.721q1.528-1.529%203.72-1.529m0%202.366q1.2%200%202.043.842q.842.842.842%202.042q0%20.27-.037.495t-.126.45q-.062.19-.24.282q-.18.093-.364.031q-.185-.061-.26-.23t-.015-.335q.044-.114.132-.693q0-.825-.587-1.412T8.66%204.769t-1.412.585t-.588%201.415q0%20.183.032.359t.101.359q.056.165-.017.329q-.073.163-.239.219q-.184.056-.341-.037q-.157-.092-.238-.296q-.069-.194-.113-.426t-.044-.507q0-1.205.842-2.045t2.042-.84M11.167%2021q-.815%200-1.552-.338t-1.22-.985l-4.506-5.952q-.104-.148-.098-.316t.128-.292q.25-.275.595-.336t.655.121l3.023%201.49V6.77q0-.213.143-.357t.357-.143t.36.143q.146.144.146.357v4.77h7.379q1.02%200%201.721.701q.702.702.702%201.722V17.5q0%201.458-1.03%202.479T15.48%2021z%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-long-rounded.svg?color=%231a73e8&size=48