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

Name
touch-triple-outline-rounded
Set
Material Symbols
Style
Outline 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 triple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.95 9q-.425 0-.7-.288T18.975 8q0-.1.125-.5q.2-.35.3-.725T19.5 6q0-.5-.137-.987t-.488-.863q-.15-.175-.25-.387t-.1-.438q0-.375.263-.65t.637-.275q.325 0 .588.163t.462.412q.55.625.788 1.413T21.5 6q0 .65-.162 1.288T20.824 8.5q-.125.225-.362.363T19.95 9m-4 0q-.425 0-.7-.288T14.975 8q0-.1.125-.5q.2-.35.3-.725T15.5 6q0-.5-.137-.987t-.488-.863q-.15-.175-.25-.387t-.1-.438q0-.375.263-.65t.637-.275q.325 0 .588.163t.462.412q.55.625.788 1.413T17.5 6q0 .65-.162 1.288T16.824 8.5q-.125.225-.363.363T15.95 9m-5.475 13q-.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.712v10q0 .575-.513.863T8 16.85l-.9-.55l2.6 3.325q.15.175.35.275t.425.1H16q.825 0 1.413-.587T18 18v-4q0-.425-.288-.712T17 13h-4.475q-.425 0-.712-.288T11.525 12t.288-.712t.712-.288H17q1.25 0 2.125.875T20 14v4q0 1.65-1.175 2.825T16 22zm1.5-13q-.425 0-.712-.288T10.975 8q0-.05.125-.5q.2-.35.3-.712T11.5 6q0-1.25-.875-2.125T8.5 3t-2.125.875T5.5 6q0 .425.1.788t.3.712q.075.125.1.25t.025.25q0 .425-.275.713T5.05 9q-.275 0-.512-.15t-.363-.375q-.325-.55-.5-1.175T3.5 6q0-2.075 1.463-3.537T8.5 1t3.538 1.463T13.5 6q0 .675-.175 1.3t-.5 1.175q-.125.225-.35.375t-.5.15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTouchTripleOutlineRounded(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.95 9q-.425 0-.7-.288T18.975 8q0-.1.125-.5q.2-.35.3-.725T19.5 6q0-.5-.137-.987t-.488-.863q-.15-.175-.25-.387t-.1-.438q0-.375.263-.65t.637-.275q.325 0 .588.163t.462.412q.55.625.788 1.413T21.5 6q0 .65-.162 1.288T20.824 8.5q-.125.225-.362.363T19.95 9m-4 0q-.425 0-.7-.288T14.975 8q0-.1.125-.5q.2-.35.3-.725T15.5 6q0-.5-.137-.987t-.488-.863q-.15-.175-.25-.387t-.1-.438q0-.375.263-.65t.637-.275q.325 0 .588.163t.462.412q.55.625.788 1.413T17.5 6q0 .65-.162 1.288T16.824 8.5q-.125.225-.363.363T15.95 9m-5.475 13q-.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.712v10q0 .575-.513.863T8 16.85l-.9-.55l2.6 3.325q.15.175.35.275t.425.1H16q.825 0 1.413-.587T18 18v-4q0-.425-.288-.712T17 13h-4.475q-.425 0-.712-.288T11.525 12t.288-.712t.712-.288H17q1.25 0 2.125.875T20 14v4q0 1.65-1.175 2.825T16 22zm1.5-13q-.425 0-.712-.288T10.975 8q0-.05.125-.5q.2-.35.3-.712T11.5 6q0-1.25-.875-2.125T8.5 3t-2.125.875T5.5 6q0 .425.1.788t.3.712q.075.125.1.25t.025.25q0 .425-.275.713T5.05 9q-.275 0-.512-.15t-.363-.375q-.325-.55-.5-1.175T3.5 6q0-2.075 1.463-3.537T8.5 1t3.538 1.463T13.5 6q0 .675-.175 1.3t-.5 1.175q-.125.225-.35.375t-.5.15"/></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.95 9q-.425 0-.7-.288T18.975 8q0-.1.125-.5q.2-.35.3-.725T19.5 6q0-.5-.137-.987t-.488-.863q-.15-.175-.25-.387t-.1-.438q0-.375.263-.65t.637-.275q.325 0 .588.163t.462.412q.55.625.788 1.413T21.5 6q0 .65-.162 1.288T20.824 8.5q-.125.225-.362.363T19.95 9m-4 0q-.425 0-.7-.288T14.975 8q0-.1.125-.5q.2-.35.3-.725T15.5 6q0-.5-.137-.987t-.488-.863q-.15-.175-.25-.387t-.1-.438q0-.375.263-.65t.637-.275q.325 0 .588.163t.462.412q.55.625.788 1.413T17.5 6q0 .65-.162 1.288T16.824 8.5q-.125.225-.363.363T15.95 9m-5.475 13q-.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.712v10q0 .575-.513.863T8 16.85l-.9-.55l2.6 3.325q.15.175.35.275t.425.1H16q.825 0 1.413-.587T18 18v-4q0-.425-.288-.712T17 13h-4.475q-.425 0-.712-.288T11.525 12t.288-.712t.712-.288H17q1.25 0 2.125.875T20 14v4q0 1.65-1.175 2.825T16 22zm1.5-13q-.425 0-.712-.288T10.975 8q0-.05.125-.5q.2-.35.3-.712T11.5 6q0-1.25-.875-2.125T8.5 3t-2.125.875T5.5 6q0 .425.1.788t.3.712q.075.125.1.25t.025.25q0 .425-.275.713T5.05 9q-.275 0-.512-.15t-.363-.375q-.325-.55-.5-1.175T3.5 6q0-2.075 1.463-3.537T8.5 1t3.538 1.463T13.5 6q0 .675-.175 1.3t-.5 1.175q-.125.225-.35.375t-.5.15"/></svg>
</template>

CSS

.icon-touch-triple-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%22M19.95%209q-.425%200-.7-.288T18.975%208q0-.1.125-.5q.2-.35.3-.725T19.5%206q0-.5-.137-.987t-.488-.863q-.15-.175-.25-.387t-.1-.438q0-.375.263-.65t.637-.275q.325%200%20.588.163t.462.412q.55.625.788%201.413T21.5%206q0%20.65-.162%201.288T20.824%208.5q-.125.225-.362.363T19.95%209m-4%200q-.425%200-.7-.288T14.975%208q0-.1.125-.5q.2-.35.3-.725T15.5%206q0-.5-.137-.987t-.488-.863q-.15-.175-.25-.387t-.1-.438q0-.375.263-.65t.637-.275q.325%200%20.588.163t.462.412q.55.625.788%201.413T17.5%206q0%20.65-.162%201.288T16.824%208.5q-.125.225-.363.363T15.95%209m-5.475%2013q-.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.712v10q0%20.575-.513.863T8%2016.85l-.9-.55l2.6%203.325q.15.175.35.275t.425.1H16q.825%200%201.413-.587T18%2018v-4q0-.425-.288-.712T17%2013h-4.475q-.425%200-.712-.288T11.525%2012t.288-.712t.712-.288H17q1.25%200%202.125.875T20%2014v4q0%201.65-1.175%202.825T16%2022zm1.5-13q-.425%200-.712-.288T10.975%208q0-.05.125-.5q.2-.35.3-.712T11.5%206q0-1.25-.875-2.125T8.5%203t-2.125.875T5.5%206q0%20.425.1.788t.3.712q.075.125.1.25t.025.25q0%20.425-.275.713T5.05%209q-.275%200-.512-.15t-.363-.375q-.325-.55-.5-1.175T3.5%206q0-2.075%201.463-3.537T8.5%201t3.538%201.463T13.5%206q0%20.675-.175%201.3t-.5%201.175q-.125.225-.35.375t-.5.15%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.95%209q-.425%200-.7-.288T18.975%208q0-.1.125-.5q.2-.35.3-.725T19.5%206q0-.5-.137-.987t-.488-.863q-.15-.175-.25-.387t-.1-.438q0-.375.263-.65t.637-.275q.325%200%20.588.163t.462.412q.55.625.788%201.413T21.5%206q0%20.65-.162%201.288T20.824%208.5q-.125.225-.362.363T19.95%209m-4%200q-.425%200-.7-.288T14.975%208q0-.1.125-.5q.2-.35.3-.725T15.5%206q0-.5-.137-.987t-.488-.863q-.15-.175-.25-.387t-.1-.438q0-.375.263-.65t.637-.275q.325%200%20.588.163t.462.412q.55.625.788%201.413T17.5%206q0%20.65-.162%201.288T16.824%208.5q-.125.225-.363.363T15.95%209m-5.475%2013q-.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.712v10q0%20.575-.513.863T8%2016.85l-.9-.55l2.6%203.325q.15.175.35.275t.425.1H16q.825%200%201.413-.587T18%2018v-4q0-.425-.288-.712T17%2013h-4.475q-.425%200-.712-.288T11.525%2012t.288-.712t.712-.288H17q1.25%200%202.125.875T20%2014v4q0%201.65-1.175%202.825T16%2022zm1.5-13q-.425%200-.712-.288T10.975%208q0-.05.125-.5q.2-.35.3-.712T11.5%206q0-1.25-.875-2.125T8.5%203t-2.125.875T5.5%206q0%20.425.1.788t.3.712q.075.125.1.25t.025.25q0%20.425-.275.713T5.05%209q-.275%200-.512-.15t-.363-.375q-.325-.55-.5-1.175T3.5%206q0-2.075%201.463-3.537T8.5%201t3.538%201.463T13.5%206q0%20.675-.175%201.3t-.5%201.175q-.125.225-.35.375t-.5.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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