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

Name
touch-long-outline-sharp
Set
Material Symbols
Style
Outline Sharp
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 .825-.213 1.588t-.612 1.437l-1.3-.75q.3-.5.463-1.075t.162-1.2q0-1.875-1.312-3.187T8.474 1.5T5.288 2.813T3.975 6q0 .625.15 1.2t.45 1.075L3.275 9q-.4-.65-.6-1.412T2.475 6q0-2.5 1.75-4.25T8.475 0m0 2.5q1.45 0 2.475 1.025T11.975 6q0 .5-.125.938t-.375.837l-1.3-.75q.125-.225.2-.488T10.45 6q0-.825-.587-1.412T8.45 4q-.85 0-1.425.588T6.45 6q0 .275.075.538t.2.487l-1.3.75q-.225-.4-.337-.838T4.975 6q0-1.45 1.013-2.475T8.475 2.5M20 22H9.025l-6.35-8.075l1.6-1.675L7.5 14.2V6h2.025v11.8L7.1 16.3L10 20h8v-7h-6.475v-2H20zm-6-5.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTouchLongOutlineSharp(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 .825-.213 1.588t-.612 1.437l-1.3-.75q.3-.5.463-1.075t.162-1.2q0-1.875-1.312-3.187T8.474 1.5T5.288 2.813T3.975 6q0 .625.15 1.2t.45 1.075L3.275 9q-.4-.65-.6-1.412T2.475 6q0-2.5 1.75-4.25T8.475 0m0 2.5q1.45 0 2.475 1.025T11.975 6q0 .5-.125.938t-.375.837l-1.3-.75q.125-.225.2-.488T10.45 6q0-.825-.587-1.412T8.45 4q-.85 0-1.425.588T6.45 6q0 .275.075.538t.2.487l-1.3.75q-.225-.4-.337-.838T4.975 6q0-1.45 1.013-2.475T8.475 2.5M20 22H9.025l-6.35-8.075l1.6-1.675L7.5 14.2V6h2.025v11.8L7.1 16.3L10 20h8v-7h-6.475v-2H20zm-6-5.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="M8.475 0q2.5 0 4.25 1.75T14.475 6q0 .825-.213 1.588t-.612 1.437l-1.3-.75q.3-.5.463-1.075t.162-1.2q0-1.875-1.312-3.187T8.474 1.5T5.288 2.813T3.975 6q0 .625.15 1.2t.45 1.075L3.275 9q-.4-.65-.6-1.412T2.475 6q0-2.5 1.75-4.25T8.475 0m0 2.5q1.45 0 2.475 1.025T11.975 6q0 .5-.125.938t-.375.837l-1.3-.75q.125-.225.2-.488T10.45 6q0-.825-.587-1.412T8.45 4q-.85 0-1.425.588T6.45 6q0 .275.075.538t.2.487l-1.3.75q-.225-.4-.337-.838T4.975 6q0-1.45 1.013-2.475T8.475 2.5M20 22H9.025l-6.35-8.075l1.6-1.675L7.5 14.2V6h2.025v11.8L7.1 16.3L10 20h8v-7h-6.475v-2H20zm-6-5.5"/></svg>
</template>

CSS

.icon-touch-long-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%22M8.475%200q2.5%200%204.25%201.75T14.475%206q0%20.825-.213%201.588t-.612%201.437l-1.3-.75q.3-.5.463-1.075t.162-1.2q0-1.875-1.312-3.187T8.474%201.5T5.288%202.813T3.975%206q0%20.625.15%201.2t.45%201.075L3.275%209q-.4-.65-.6-1.412T2.475%206q0-2.5%201.75-4.25T8.475%200m0%202.5q1.45%200%202.475%201.025T11.975%206q0%20.5-.125.938t-.375.837l-1.3-.75q.125-.225.2-.488T10.45%206q0-.825-.587-1.412T8.45%204q-.85%200-1.425.588T6.45%206q0%20.275.075.538t.2.487l-1.3.75q-.225-.4-.337-.838T4.975%206q0-1.45%201.013-2.475T8.475%202.5M20%2022H9.025l-6.35-8.075l1.6-1.675L7.5%2014.2V6h2.025v11.8L7.1%2016.3L10%2020h8v-7h-6.475v-2H20zm-6-5.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%22M8.475%200q2.5%200%204.25%201.75T14.475%206q0%20.825-.213%201.588t-.612%201.437l-1.3-.75q.3-.5.463-1.075t.162-1.2q0-1.875-1.312-3.187T8.474%201.5T5.288%202.813T3.975%206q0%20.625.15%201.2t.45%201.075L3.275%209q-.4-.65-.6-1.412T2.475%206q0-2.5%201.75-4.25T8.475%200m0%202.5q1.45%200%202.475%201.025T11.975%206q0%20.5-.125.938t-.375.837l-1.3-.75q.125-.225.2-.488T10.45%206q0-.825-.587-1.412T8.45%204q-.85%200-1.425.588T6.45%206q0%20.275.075.538t.2.487l-1.3.75q-.225-.4-.337-.838T4.975%206q0-1.45%201.013-2.475T8.475%202.5M20%2022H9.025l-6.35-8.075l1.6-1.675L7.5%2014.2V6h2.025v11.8L7.1%2016.3L10%2020h8v-7h-6.475v-2H20zm-6-5.5%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-outline-sharp.svg?color=%231a73e8&size=48