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

Name
touch-long-rounded
Set
Material Symbols
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

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.475 0q2.5 0 4.25 1.75T14.475 6q0 .625-.125 1.213t-.375 1.162q-.125.275-.387.35t-.538-.05t-.387-.425t.012-.625q.15-.4.225-.8T12.975 6q0-1.875-1.312-3.188T8.475 1.5T5.288 2.813T3.975 6q0 .425.063.838t.212.787q.125.325.013.625t-.388.425t-.537.038t-.388-.363q-.225-.55-.35-1.137T2.475 6q0-2.5 1.75-4.25T8.475 0m0 2.5q1.45 0 2.475 1.025T11.975 6q0 .25-.038.475t-.087.45q-.1.325-.375.475t-.575.05t-.462-.375t-.063-.575q.025-.075.075-.5q0-.825-.587-1.413T8.45 4t-1.412.575T6.45 6q0 .125.013.263t.062.262q.075.3-.075.55T6 7.4t-.562-.075t-.363-.45Q5.025 6.7 5 6.488T4.975 6q0-1.475 1.025-2.488T8.475 2.5m2 19.5q-.7 0-1.312-.3t-1.038-.85L3.1 14.475q-.2-.225-.175-.537t.225-.513q.5-.525 1.2-.625t1.3.275L7.5 14.2V6q0-.425.288-.712T8.5 5t.725.288t.3.712v5H17q1.25 0 2.125.875T20 14v4q0 1.65-1.175 2.825T16 22z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTouchLongRounded(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.475 0q2.5 0 4.25 1.75T14.475 6q0 .625-.125 1.213t-.375 1.162q-.125.275-.387.35t-.538-.05t-.387-.425t.012-.625q.15-.4.225-.8T12.975 6q0-1.875-1.312-3.188T8.475 1.5T5.288 2.813T3.975 6q0 .425.063.838t.212.787q.125.325.013.625t-.388.425t-.537.038t-.388-.363q-.225-.55-.35-1.137T2.475 6q0-2.5 1.75-4.25T8.475 0m0 2.5q1.45 0 2.475 1.025T11.975 6q0 .25-.038.475t-.087.45q-.1.325-.375.475t-.575.05t-.462-.375t-.063-.575q.025-.075.075-.5q0-.825-.587-1.413T8.45 4t-1.412.575T6.45 6q0 .125.013.263t.062.262q.075.3-.075.55T6 7.4t-.562-.075t-.363-.45Q5.025 6.7 5 6.488T4.975 6q0-1.475 1.025-2.488T8.475 2.5m2 19.5q-.7 0-1.312-.3t-1.038-.85L3.1 14.475q-.2-.225-.175-.537t.225-.513q.5-.525 1.2-.625t1.3.275L7.5 14.2V6q0-.425.288-.712T8.5 5t.725.288t.3.712v5H17q1.25 0 2.125.875T20 14v4q0 1.65-1.175 2.825T16 22z"/></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.475 0q2.5 0 4.25 1.75T14.475 6q0 .625-.125 1.213t-.375 1.162q-.125.275-.387.35t-.538-.05t-.387-.425t.012-.625q.15-.4.225-.8T12.975 6q0-1.875-1.312-3.188T8.475 1.5T5.288 2.813T3.975 6q0 .425.063.838t.212.787q.125.325.013.625t-.388.425t-.537.038t-.388-.363q-.225-.55-.35-1.137T2.475 6q0-2.5 1.75-4.25T8.475 0m0 2.5q1.45 0 2.475 1.025T11.975 6q0 .25-.038.475t-.087.45q-.1.325-.375.475t-.575.05t-.462-.375t-.063-.575q.025-.075.075-.5q0-.825-.587-1.413T8.45 4t-1.412.575T6.45 6q0 .125.013.263t.062.262q.075.3-.075.55T6 7.4t-.562-.075t-.363-.45Q5.025 6.7 5 6.488T4.975 6q0-1.475 1.025-2.488T8.475 2.5m2 19.5q-.7 0-1.312-.3t-1.038-.85L3.1 14.475q-.2-.225-.175-.537t.225-.513q.5-.525 1.2-.625t1.3.275L7.5 14.2V6q0-.425.288-.712T8.5 5t.725.288t.3.712v5H17q1.25 0 2.125.875T20 14v4q0 1.65-1.175 2.825T16 22z"/></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.475%200q2.5%200%204.25%201.75T14.475%206q0%20.625-.125%201.213t-.375%201.162q-.125.275-.387.35t-.538-.05t-.387-.425t.012-.625q.15-.4.225-.8T12.975%206q0-1.875-1.312-3.188T8.475%201.5T5.288%202.813T3.975%206q0%20.425.063.838t.212.787q.125.325.013.625t-.388.425t-.537.038t-.388-.363q-.225-.55-.35-1.137T2.475%206q0-2.5%201.75-4.25T8.475%200m0%202.5q1.45%200%202.475%201.025T11.975%206q0%20.25-.038.475t-.087.45q-.1.325-.375.475t-.575.05t-.462-.375t-.063-.575q.025-.075.075-.5q0-.825-.587-1.413T8.45%204t-1.412.575T6.45%206q0%20.125.013.263t.062.262q.075.3-.075.55T6%207.4t-.562-.075t-.363-.45Q5.025%206.7%205%206.488T4.975%206q0-1.475%201.025-2.488T8.475%202.5m2%2019.5q-.7%200-1.312-.3t-1.038-.85L3.1%2014.475q-.2-.225-.175-.537t.225-.513q.5-.525%201.2-.625t1.3.275L7.5%2014.2V6q0-.425.288-.712T8.5%205t.725.288t.3.712v5H17q1.25%200%202.125.875T20%2014v4q0%201.65-1.175%202.825T16%2022z%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.475%200q2.5%200%204.25%201.75T14.475%206q0%20.625-.125%201.213t-.375%201.162q-.125.275-.387.35t-.538-.05t-.387-.425t.012-.625q.15-.4.225-.8T12.975%206q0-1.875-1.312-3.188T8.475%201.5T5.288%202.813T3.975%206q0%20.425.063.838t.212.787q.125.325.013.625t-.388.425t-.537.038t-.388-.363q-.225-.55-.35-1.137T2.475%206q0-2.5%201.75-4.25T8.475%200m0%202.5q1.45%200%202.475%201.025T11.975%206q0%20.25-.038.475t-.087.45q-.1.325-.375.475t-.575.05t-.462-.375t-.063-.575q.025-.075.075-.5q0-.825-.587-1.413T8.45%204t-1.412.575T6.45%206q0%20.125.013.263t.062.262q.075.3-.075.55T6%207.4t-.562-.075t-.363-.45Q5.025%206.7%205%206.488T4.975%206q0-1.475%201.025-2.488T8.475%202.5m2%2019.5q-.7%200-1.312-.3t-1.038-.85L3.1%2014.475q-.2-.225-.175-.537t.225-.513q.5-.525%201.2-.625t1.3.275L7.5%2014.2V6q0-.425.288-.712T8.5%205t.725.288t.3.712v5H17q1.25%200%202.125.875T20%2014v4q0%201.65-1.175%202.825T16%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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