watch-arrow-outline-rounded from Material Symbols Light by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.

Name
watch-arrow-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Hardware
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the watch arrow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.823 12.5H9.5q-.213 0-.357-.143T9 12t.143-.357t.357-.143h3.323l-1.182-1.246q-.141-.146-.15-.335q-.01-.188.155-.354q.14-.14.354-.14t.354.14l1.869 1.87q.13.13.184.267q.052.137.052.298t-.052.298t-.184.268l-1.87 1.868q-.14.141-.344.15t-.369-.155q-.14-.14-.14-.338q0-.199.14-.345zM10.731 4h2.538zm0 16h2.538zm0 1q-.342 0-.61-.205t-.373-.547l-.632-2.214q-.131-.423-.396-.81q-.264-.388-.707-.765q-.965-.809-1.489-1.965T6 12q0-1.313.524-2.47t1.49-1.99q.442-.402.706-.786q.264-.385.395-.788l.633-2.214q.104-.342.372-.547T10.73 3h2.54q.342 0 .61.205t.372.547l.633 2.214q.13.423.395.81q.264.388.707.765q.965.809 1.489 1.965T18 12q0 1.314-.524 2.47t-1.49 1.99q-.442.402-.706.786q-.264.385-.395.789l-.633 2.213q-.104.343-.372.547t-.61.205zm4.807-5.462Q17 14.075 17 12t-1.463-3.537T12 7T8.463 8.463T7 12t1.463 3.538T12 17t3.538-1.463m-5.476-9.21q.519-.163.991-.248T12 5.994t.947.085t.991.248L13.27 4h-2.538zM10.73 20h2.538l.67-2.327q-.52.164-.992.236T12 17.98t-.947-.072t-.991-.236z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWatchArrowOutlineRounded(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="M12.823 12.5H9.5q-.213 0-.357-.143T9 12t.143-.357t.357-.143h3.323l-1.182-1.246q-.141-.146-.15-.335q-.01-.188.155-.354q.14-.14.354-.14t.354.14l1.869 1.87q.13.13.184.267q.052.137.052.298t-.052.298t-.184.268l-1.87 1.868q-.14.141-.344.15t-.369-.155q-.14-.14-.14-.338q0-.199.14-.345zM10.731 4h2.538zm0 16h2.538zm0 1q-.342 0-.61-.205t-.373-.547l-.632-2.214q-.131-.423-.396-.81q-.264-.388-.707-.765q-.965-.809-1.489-1.965T6 12q0-1.313.524-2.47t1.49-1.99q.442-.402.706-.786q.264-.385.395-.788l.633-2.214q.104-.342.372-.547T10.73 3h2.54q.342 0 .61.205t.372.547l.633 2.214q.13.423.395.81q.264.388.707.765q.965.809 1.489 1.965T18 12q0 1.314-.524 2.47t-1.49 1.99q-.442.402-.706.786q-.264.385-.395.789l-.633 2.213q-.104.343-.372.547t-.61.205zm4.807-5.462Q17 14.075 17 12t-1.463-3.537T12 7T8.463 8.463T7 12t1.463 3.538T12 17t3.538-1.463m-5.476-9.21q.519-.163.991-.248T12 5.994t.947.085t.991.248L13.27 4h-2.538zM10.73 20h2.538l.67-2.327q-.52.164-.992.236T12 17.98t-.947-.072t-.991-.236z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.823 12.5H9.5q-.213 0-.357-.143T9 12t.143-.357t.357-.143h3.323l-1.182-1.246q-.141-.146-.15-.335q-.01-.188.155-.354q.14-.14.354-.14t.354.14l1.869 1.87q.13.13.184.267q.052.137.052.298t-.052.298t-.184.268l-1.87 1.868q-.14.141-.344.15t-.369-.155q-.14-.14-.14-.338q0-.199.14-.345zM10.731 4h2.538zm0 16h2.538zm0 1q-.342 0-.61-.205t-.373-.547l-.632-2.214q-.131-.423-.396-.81q-.264-.388-.707-.765q-.965-.809-1.489-1.965T6 12q0-1.313.524-2.47t1.49-1.99q.442-.402.706-.786q.264-.385.395-.788l.633-2.214q.104-.342.372-.547T10.73 3h2.54q.342 0 .61.205t.372.547l.633 2.214q.13.423.395.81q.264.388.707.765q.965.809 1.489 1.965T18 12q0 1.314-.524 2.47t-1.49 1.99q-.442.402-.706.786q-.264.385-.395.789l-.633 2.213q-.104.343-.372.547t-.61.205zm4.807-5.462Q17 14.075 17 12t-1.463-3.537T12 7T8.463 8.463T7 12t1.463 3.538T12 17t3.538-1.463m-5.476-9.21q.519-.163.991-.248T12 5.994t.947.085t.991.248L13.27 4h-2.538zM10.73 20h2.538l.67-2.327q-.52.164-.992.236T12 17.98t-.947-.072t-.991-.236z"/></svg>
</template>

CSS

.icon-watch-arrow-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%22M12.823%2012.5H9.5q-.213%200-.357-.143T9%2012t.143-.357t.357-.143h3.323l-1.182-1.246q-.141-.146-.15-.335q-.01-.188.155-.354q.14-.14.354-.14t.354.14l1.869%201.87q.13.13.184.267q.052.137.052.298t-.052.298t-.184.268l-1.87%201.868q-.14.141-.344.15t-.369-.155q-.14-.14-.14-.338q0-.199.14-.345zM10.731%204h2.538zm0%2016h2.538zm0%201q-.342%200-.61-.205t-.373-.547l-.632-2.214q-.131-.423-.396-.81q-.264-.388-.707-.765q-.965-.809-1.489-1.965T6%2012q0-1.313.524-2.47t1.49-1.99q.442-.402.706-.786q.264-.385.395-.788l.633-2.214q.104-.342.372-.547T10.73%203h2.54q.342%200%20.61.205t.372.547l.633%202.214q.13.423.395.81q.264.388.707.765q.965.809%201.489%201.965T18%2012q0%201.314-.524%202.47t-1.49%201.99q-.442.402-.706.786q-.264.385-.395.789l-.633%202.213q-.104.343-.372.547t-.61.205zm4.807-5.462Q17%2014.075%2017%2012t-1.463-3.537T12%207T8.463%208.463T7%2012t1.463%203.538T12%2017t3.538-1.463m-5.476-9.21q.519-.163.991-.248T12%205.994t.947.085t.991.248L13.27%204h-2.538zM10.73%2020h2.538l.67-2.327q-.52.164-.992.236T12%2017.98t-.947-.072t-.991-.236z%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%22M12.823%2012.5H9.5q-.213%200-.357-.143T9%2012t.143-.357t.357-.143h3.323l-1.182-1.246q-.141-.146-.15-.335q-.01-.188.155-.354q.14-.14.354-.14t.354.14l1.869%201.87q.13.13.184.267q.052.137.052.298t-.052.298t-.184.268l-1.87%201.868q-.14.141-.344.15t-.369-.155q-.14-.14-.14-.338q0-.199.14-.345zM10.731%204h2.538zm0%2016h2.538zm0%201q-.342%200-.61-.205t-.373-.547l-.632-2.214q-.131-.423-.396-.81q-.264-.388-.707-.765q-.965-.809-1.489-1.965T6%2012q0-1.313.524-2.47t1.49-1.99q.442-.402.706-.786q.264-.385.395-.788l.633-2.214q.104-.342.372-.547T10.73%203h2.54q.342%200%20.61.205t.372.547l.633%202.214q.13.423.395.81q.264.388.707.765q.965.809%201.489%201.965T18%2012q0%201.314-.524%202.47t-1.49%201.99q-.442.402-.706.786q-.264.385-.395.789l-.633%202.213q-.104.343-.372.547t-.61.205zm4.807-5.462Q17%2014.075%2017%2012t-1.463-3.537T12%207T8.463%208.463T7%2012t1.463%203.538T12%2017t3.538-1.463m-5.476-9.21q.519-.163.991-.248T12%205.994t.947.085t.991.248L13.27%204h-2.538zM10.73%2020h2.538l.67-2.327q-.52.164-.992.236T12%2017.98t-.947-.072t-.991-.236z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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