touch long icon
touch-long-outline-rounded from Material Symbols Light by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- touch-long-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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="M11.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-.212.144-.356t.357-.144t.359.144t.146.356v8q0 .46-.387.69t-.792.025l-2.4-1.165l3.639 4.806q.342.444.85.66q.507.215 1.06.215h4.313q1.056 0 1.787-.722Q18 18.556 18 17.5v-3.538q0-.605-.41-1.014q-.408-.41-1.013-.41h-4.11q-.212 0-.356-.143t-.144-.357t.144-.356t.356-.143h4.11q1.01 0 1.716.706T19 13.962v3.537q0 1.459-1.034 2.48Q16.933 21 15.481 21zM8.69 1.52q2.189 0 3.718 1.53q1.529 1.532 1.529 3.72q0 .586-.125 1.154t-.395 1.105q-.067.16-.233.196q-.167.036-.326-.04q-.16-.077-.215-.252t.013-.347q.188-.438.292-.896q.104-.457.104-.92q0-1.82-1.273-3.093T8.688 2.404T5.595 3.677T4.321 6.769q0 .483.101.934q.101.45.29.864q.086.171.021.35t-.224.251t-.325.035q-.167-.04-.234-.2q-.244-.51-.379-1.079q-.135-.568-.135-1.155q0-2.187 1.533-3.718T8.69 1.519m0 2.366q1.197 0 2.039.845q.842.844.842 2.04q0 .268-.037.494t-.126.45q-.065.194-.242.284t-.362.029t-.26-.23t-.015-.336q.044-.103.133-.692q0-.825-.588-1.412t-1.412-.588t-1.413.585t-.587 1.415q0 .183.031.359q.032.176.101.358q.056.166-.017.33q-.073.163-.248.218q-.175.056-.332-.036q-.156-.092-.237-.296q-.07-.194-.114-.426t-.044-.507q0-1.206.846-2.045t2.042-.84"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTouchLongOutlineRounded(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="M11.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-.212.144-.356t.357-.144t.359.144t.146.356v8q0 .46-.387.69t-.792.025l-2.4-1.165l3.639 4.806q.342.444.85.66q.507.215 1.06.215h4.313q1.056 0 1.787-.722Q18 18.556 18 17.5v-3.538q0-.605-.41-1.014q-.408-.41-1.013-.41h-4.11q-.212 0-.356-.143t-.144-.357t.144-.356t.356-.143h4.11q1.01 0 1.716.706T19 13.962v3.537q0 1.459-1.034 2.48Q16.933 21 15.481 21zM8.69 1.52q2.189 0 3.718 1.53q1.529 1.532 1.529 3.72q0 .586-.125 1.154t-.395 1.105q-.067.16-.233.196q-.167.036-.326-.04q-.16-.077-.215-.252t.013-.347q.188-.438.292-.896q.104-.457.104-.92q0-1.82-1.273-3.093T8.688 2.404T5.595 3.677T4.321 6.769q0 .483.101.934q.101.45.29.864q.086.171.021.35t-.224.251t-.325.035q-.167-.04-.234-.2q-.244-.51-.379-1.079q-.135-.568-.135-1.155q0-2.187 1.533-3.718T8.69 1.519m0 2.366q1.197 0 2.039.845q.842.844.842 2.04q0 .268-.037.494t-.126.45q-.065.194-.242.284t-.362.029t-.26-.23t-.015-.336q.044-.103.133-.692q0-.825-.588-1.412t-1.412-.588t-1.413.585t-.587 1.415q0 .183.031.359q.032.176.101.358q.056.166-.017.33q-.073.163-.248.218q-.175.056-.332-.036q-.156-.092-.237-.296q-.07-.194-.114-.426t-.044-.507q0-1.206.846-2.045t2.042-.84"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.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-.212.144-.356t.357-.144t.359.144t.146.356v8q0 .46-.387.69t-.792.025l-2.4-1.165l3.639 4.806q.342.444.85.66q.507.215 1.06.215h4.313q1.056 0 1.787-.722Q18 18.556 18 17.5v-3.538q0-.605-.41-1.014q-.408-.41-1.013-.41h-4.11q-.212 0-.356-.143t-.144-.357t.144-.356t.356-.143h4.11q1.01 0 1.716.706T19 13.962v3.537q0 1.459-1.034 2.48Q16.933 21 15.481 21zM8.69 1.52q2.189 0 3.718 1.53q1.529 1.532 1.529 3.72q0 .586-.125 1.154t-.395 1.105q-.067.16-.233.196q-.167.036-.326-.04q-.16-.077-.215-.252t.013-.347q.188-.438.292-.896q.104-.457.104-.92q0-1.82-1.273-3.093T8.688 2.404T5.595 3.677T4.321 6.769q0 .483.101.934q.101.45.29.864q.086.171.021.35t-.224.251t-.325.035q-.167-.04-.234-.2q-.244-.51-.379-1.079q-.135-.568-.135-1.155q0-2.187 1.533-3.718T8.69 1.519m0 2.366q1.197 0 2.039.845q.842.844.842 2.04q0 .268-.037.494t-.126.45q-.065.194-.242.284t-.362.029t-.26-.23t-.015-.336q.044-.103.133-.692q0-.825-.588-1.412t-1.412-.588t-1.413.585t-.587 1.415q0 .183.031.359q.032.176.101.358q.056.166-.017.33q-.073.163-.248.218q-.175.056-.332-.036q-.156-.092-.237-.296q-.07-.194-.114-.426t-.044-.507q0-1.206.846-2.045t2.042-.84"/></svg> </template>
CSS
.icon-touch-long-outline-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%22M11.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-.212.144-.356t.357-.144t.359.144t.146.356v8q0%20.46-.387.69t-.792.025l-2.4-1.165l3.639%204.806q.342.444.85.66q.507.215%201.06.215h4.313q1.056%200%201.787-.722Q18%2018.556%2018%2017.5v-3.538q0-.605-.41-1.014q-.408-.41-1.013-.41h-4.11q-.212%200-.356-.143t-.144-.357t.144-.356t.356-.143h4.11q1.01%200%201.716.706T19%2013.962v3.537q0%201.459-1.034%202.48Q16.933%2021%2015.481%2021zM8.69%201.52q2.189%200%203.718%201.53q1.529%201.532%201.529%203.72q0%20.586-.125%201.154t-.395%201.105q-.067.16-.233.196q-.167.036-.326-.04q-.16-.077-.215-.252t.013-.347q.188-.438.292-.896q.104-.457.104-.92q0-1.82-1.273-3.093T8.688%202.404T5.595%203.677T4.321%206.769q0%20.483.101.934q.101.45.29.864q.086.171.021.35t-.224.251t-.325.035q-.167-.04-.234-.2q-.244-.51-.379-1.079q-.135-.568-.135-1.155q0-2.187%201.533-3.718T8.69%201.519m0%202.366q1.197%200%202.039.845q.842.844.842%202.04q0%20.268-.037.494t-.126.45q-.065.194-.242.284t-.362.029t-.26-.23t-.015-.336q.044-.103.133-.692q0-.825-.588-1.412t-1.412-.588t-1.413.585t-.587%201.415q0%20.183.031.359q.032.176.101.358q.056.166-.017.33q-.073.163-.248.218q-.175.056-.332-.036q-.156-.092-.237-.296q-.07-.194-.114-.426t-.044-.507q0-1.206.846-2.045t2.042-.84%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%22M11.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-.212.144-.356t.357-.144t.359.144t.146.356v8q0%20.46-.387.69t-.792.025l-2.4-1.165l3.639%204.806q.342.444.85.66q.507.215%201.06.215h4.313q1.056%200%201.787-.722Q18%2018.556%2018%2017.5v-3.538q0-.605-.41-1.014q-.408-.41-1.013-.41h-4.11q-.212%200-.356-.143t-.144-.357t.144-.356t.356-.143h4.11q1.01%200%201.716.706T19%2013.962v3.537q0%201.459-1.034%202.48Q16.933%2021%2015.481%2021zM8.69%201.52q2.189%200%203.718%201.53q1.529%201.532%201.529%203.72q0%20.586-.125%201.154t-.395%201.105q-.067.16-.233.196q-.167.036-.326-.04q-.16-.077-.215-.252t.013-.347q.188-.438.292-.896q.104-.457.104-.92q0-1.82-1.273-3.093T8.688%202.404T5.595%203.677T4.321%206.769q0%20.483.101.934q.101.45.29.864q.086.171.021.35t-.224.251t-.325.035q-.167-.04-.234-.2q-.244-.51-.379-1.079q-.135-.568-.135-1.155q0-2.187%201.533-3.718T8.69%201.519m0%202.366q1.197%200%202.039.845q.842.844.842%202.04q0%20.268-.037.494t-.126.45q-.065.194-.242.284t-.362.029t-.26-.23t-.015-.336q.044-.103.133-.692q0-.825-.588-1.412t-1.412-.588t-1.413.585t-.587%201.415q0%20.183.031.359q.032.176.101.358q.056.166-.017.33q-.073.163-.248.218q-.175.056-.332-.036q-.156-.092-.237-.296q-.07-.194-.114-.426t-.044-.507q0-1.206.846-2.045t2.042-.84%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-outline-rounded.svg?color=%231a73e8&size=48