ios watch icon
ios-watch from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-watch
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios watch icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M440.3 161.3c-15-23.9-36.3-43.3-61.4-56.1-1.9-.9-3.9-1.4-6-1.4-5 0-9.5 2.8-11.8 7.2-1.6 3.1-1.9 6.7-.8 10 1.1 3.3 3.4 6.1 6.6 7.7 20.9 10.7 38.6 26.8 51.1 46.7 12.8 20.4 19.6 44 19.6 68v40.5c0 17.2-3.3 33.4-9.9 48-6.3 14-15.4 26.3-27 36.6-23.2 20.5-55.1 31.9-89.9 31.9-34.4 0-43.6-5.2-52.4-10.2-8.1-4.6-17.3-9.8-37.7-11-31.7-2-56.9-12.4-77.2-31.8-2.5-2.4-5.7-3.7-9.1-3.7-3.6 0-7 1.5-9.5 4.1-2.4 2.5-3.7 5.7-3.7 9.1 0 3.6 1.5 7 4.1 9.5 25 23.9 55.7 36.7 93.8 39.1 14.4.9 19.4 3.7 26.4 7.7 11.3 6.4 24.1 13.6 65.4 13.6 41.6 0 80-13.9 108.1-39.2 14.2-12.8 25.3-28 33-45.2 8-18 12.1-37.6 12.1-58.5v-40.5c-.1-29.1-8.3-57.5-23.8-82.1z" fill="currentColor"/><path d="M284 383c8.7 1.4 17.2 2.1 25.4 2.1 16 0 31.2-2.7 45-8 13.9-5.4 26.5-13.4 37.5-23.9 5.3-5 5.4-13.4.4-18.6-2.5-2.6-5.9-4.1-9.5-4.1-3.4 0-6.7 1.3-9.1 3.7-17.1 16.3-38.8 24.6-64.5 24.6-6.8 0-13.8-.6-21-1.8-.7-.1-1.4-.2-2.1-.2-6.5 0-12 4.6-13 11-.1.7-.2 1.4-.2 2.1 0 6.6 4.7 12 11.1 13.1zm2.1-21.1h.1-.3.2z" fill="currentColor"/><path d="M222.9 421.7c-39.9 0-72.8-13.4-102.7-40.3-29.1-26.2-45.8-60.7-45.8-94.5v-43.6c0-24.1 6.8-47.6 19.6-68 12.5-19.9 30.2-36 51.1-46.7 3.1-1.6 5.5-4.3 6.6-7.7 1.1-3.3.8-6.9-.8-10.1-2.3-4.4-6.8-7.2-11.8-7.2-2.1 0-4.1.5-6 1.4-25.1 12.8-46.4 32.2-61.4 56.1-15.5 24.6-23.7 53-23.7 82v43.6c0 41.2 19.9 82.8 54.5 114 34.6 31.2 74 47.1 120.4 47.1 7.3 0 13.2-5.9 13.2-13.2-.1-7-6-12.9-13.2-12.9z" fill="currentColor"/><g><path d="M348.4 115.1c.8-11.9 10.3-21.6 22.2-22.6 4.3-.4 8.4.4 12 2 2.6 1.1 5.1-1.6 3.9-4.1-2.7-5.7-6.6-10.9-11.5-15.1C366.6 68 355.9 64 344.8 64H167.2c-17.9 0-33.9 10.3-41.5 25.8-1.2 2.5 1.2 5.2 3.9 4.2 3.3-1.3 7-1.8 10.8-1.5 11.9 1 21.4 10.8 22.2 22.7.8 13.6-9.5 25-22.8 25.8-.9.1-1.8.7-2.1 1.5-.4 1.1-.1 2.3.8 3 8.1 6.2 18.1 9.7 28.7 9.7h177.6c10.9 0 21.2-3.6 29.4-10.2 1.7-1.3.7-4-1.4-4h-.1c-14 0-25.2-11.7-24.3-25.9zm-21.6-10.3c3.5 15.8-10.7 30-26.5 26.5-8.4-1.9-15.2-8.6-17-17-3.5-15.8 10.7-30 26.5-26.5 8.4 1.9 15.2 8.6 17 17z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function IonIosWatch(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M440.3 161.3c-15-23.9-36.3-43.3-61.4-56.1-1.9-.9-3.9-1.4-6-1.4-5 0-9.5 2.8-11.8 7.2-1.6 3.1-1.9 6.7-.8 10 1.1 3.3 3.4 6.1 6.6 7.7 20.9 10.7 38.6 26.8 51.1 46.7 12.8 20.4 19.6 44 19.6 68v40.5c0 17.2-3.3 33.4-9.9 48-6.3 14-15.4 26.3-27 36.6-23.2 20.5-55.1 31.9-89.9 31.9-34.4 0-43.6-5.2-52.4-10.2-8.1-4.6-17.3-9.8-37.7-11-31.7-2-56.9-12.4-77.2-31.8-2.5-2.4-5.7-3.7-9.1-3.7-3.6 0-7 1.5-9.5 4.1-2.4 2.5-3.7 5.7-3.7 9.1 0 3.6 1.5 7 4.1 9.5 25 23.9 55.7 36.7 93.8 39.1 14.4.9 19.4 3.7 26.4 7.7 11.3 6.4 24.1 13.6 65.4 13.6 41.6 0 80-13.9 108.1-39.2 14.2-12.8 25.3-28 33-45.2 8-18 12.1-37.6 12.1-58.5v-40.5c-.1-29.1-8.3-57.5-23.8-82.1z" fill="currentColor"/><path d="M284 383c8.7 1.4 17.2 2.1 25.4 2.1 16 0 31.2-2.7 45-8 13.9-5.4 26.5-13.4 37.5-23.9 5.3-5 5.4-13.4.4-18.6-2.5-2.6-5.9-4.1-9.5-4.1-3.4 0-6.7 1.3-9.1 3.7-17.1 16.3-38.8 24.6-64.5 24.6-6.8 0-13.8-.6-21-1.8-.7-.1-1.4-.2-2.1-.2-6.5 0-12 4.6-13 11-.1.7-.2 1.4-.2 2.1 0 6.6 4.7 12 11.1 13.1zm2.1-21.1h.1-.3.2z" fill="currentColor"/><path d="M222.9 421.7c-39.9 0-72.8-13.4-102.7-40.3-29.1-26.2-45.8-60.7-45.8-94.5v-43.6c0-24.1 6.8-47.6 19.6-68 12.5-19.9 30.2-36 51.1-46.7 3.1-1.6 5.5-4.3 6.6-7.7 1.1-3.3.8-6.9-.8-10.1-2.3-4.4-6.8-7.2-11.8-7.2-2.1 0-4.1.5-6 1.4-25.1 12.8-46.4 32.2-61.4 56.1-15.5 24.6-23.7 53-23.7 82v43.6c0 41.2 19.9 82.8 54.5 114 34.6 31.2 74 47.1 120.4 47.1 7.3 0 13.2-5.9 13.2-13.2-.1-7-6-12.9-13.2-12.9z" fill="currentColor"/><g><path d="M348.4 115.1c.8-11.9 10.3-21.6 22.2-22.6 4.3-.4 8.4.4 12 2 2.6 1.1 5.1-1.6 3.9-4.1-2.7-5.7-6.6-10.9-11.5-15.1C366.6 68 355.9 64 344.8 64H167.2c-17.9 0-33.9 10.3-41.5 25.8-1.2 2.5 1.2 5.2 3.9 4.2 3.3-1.3 7-1.8 10.8-1.5 11.9 1 21.4 10.8 22.2 22.7.8 13.6-9.5 25-22.8 25.8-.9.1-1.8.7-2.1 1.5-.4 1.1-.1 2.3.8 3 8.1 6.2 18.1 9.7 28.7 9.7h177.6c10.9 0 21.2-3.6 29.4-10.2 1.7-1.3.7-4-1.4-4h-.1c-14 0-25.2-11.7-24.3-25.9zm-21.6-10.3c3.5 15.8-10.7 30-26.5 26.5-8.4-1.9-15.2-8.6-17-17-3.5-15.8 10.7-30 26.5-26.5 8.4 1.9 15.2 8.6 17 17z" fill="currentColor"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M440.3 161.3c-15-23.9-36.3-43.3-61.4-56.1-1.9-.9-3.9-1.4-6-1.4-5 0-9.5 2.8-11.8 7.2-1.6 3.1-1.9 6.7-.8 10 1.1 3.3 3.4 6.1 6.6 7.7 20.9 10.7 38.6 26.8 51.1 46.7 12.8 20.4 19.6 44 19.6 68v40.5c0 17.2-3.3 33.4-9.9 48-6.3 14-15.4 26.3-27 36.6-23.2 20.5-55.1 31.9-89.9 31.9-34.4 0-43.6-5.2-52.4-10.2-8.1-4.6-17.3-9.8-37.7-11-31.7-2-56.9-12.4-77.2-31.8-2.5-2.4-5.7-3.7-9.1-3.7-3.6 0-7 1.5-9.5 4.1-2.4 2.5-3.7 5.7-3.7 9.1 0 3.6 1.5 7 4.1 9.5 25 23.9 55.7 36.7 93.8 39.1 14.4.9 19.4 3.7 26.4 7.7 11.3 6.4 24.1 13.6 65.4 13.6 41.6 0 80-13.9 108.1-39.2 14.2-12.8 25.3-28 33-45.2 8-18 12.1-37.6 12.1-58.5v-40.5c-.1-29.1-8.3-57.5-23.8-82.1z" fill="currentColor"/><path d="M284 383c8.7 1.4 17.2 2.1 25.4 2.1 16 0 31.2-2.7 45-8 13.9-5.4 26.5-13.4 37.5-23.9 5.3-5 5.4-13.4.4-18.6-2.5-2.6-5.9-4.1-9.5-4.1-3.4 0-6.7 1.3-9.1 3.7-17.1 16.3-38.8 24.6-64.5 24.6-6.8 0-13.8-.6-21-1.8-.7-.1-1.4-.2-2.1-.2-6.5 0-12 4.6-13 11-.1.7-.2 1.4-.2 2.1 0 6.6 4.7 12 11.1 13.1zm2.1-21.1h.1-.3.2z" fill="currentColor"/><path d="M222.9 421.7c-39.9 0-72.8-13.4-102.7-40.3-29.1-26.2-45.8-60.7-45.8-94.5v-43.6c0-24.1 6.8-47.6 19.6-68 12.5-19.9 30.2-36 51.1-46.7 3.1-1.6 5.5-4.3 6.6-7.7 1.1-3.3.8-6.9-.8-10.1-2.3-4.4-6.8-7.2-11.8-7.2-2.1 0-4.1.5-6 1.4-25.1 12.8-46.4 32.2-61.4 56.1-15.5 24.6-23.7 53-23.7 82v43.6c0 41.2 19.9 82.8 54.5 114 34.6 31.2 74 47.1 120.4 47.1 7.3 0 13.2-5.9 13.2-13.2-.1-7-6-12.9-13.2-12.9z" fill="currentColor"/><g><path d="M348.4 115.1c.8-11.9 10.3-21.6 22.2-22.6 4.3-.4 8.4.4 12 2 2.6 1.1 5.1-1.6 3.9-4.1-2.7-5.7-6.6-10.9-11.5-15.1C366.6 68 355.9 64 344.8 64H167.2c-17.9 0-33.9 10.3-41.5 25.8-1.2 2.5 1.2 5.2 3.9 4.2 3.3-1.3 7-1.8 10.8-1.5 11.9 1 21.4 10.8 22.2 22.7.8 13.6-9.5 25-22.8 25.8-.9.1-1.8.7-2.1 1.5-.4 1.1-.1 2.3.8 3 8.1 6.2 18.1 9.7 28.7 9.7h177.6c10.9 0 21.2-3.6 29.4-10.2 1.7-1.3.7-4-1.4-4h-.1c-14 0-25.2-11.7-24.3-25.9zm-21.6-10.3c3.5 15.8-10.7 30-26.5 26.5-8.4-1.9-15.2-8.6-17-17-3.5-15.8 10.7-30 26.5-26.5 8.4 1.9 15.2 8.6 17 17z" fill="currentColor"/></g></svg> </template>
CSS
.icon-ios-watch {
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%20512%20512%22%3E%3Cpath%20d%3D%22M440.3%20161.3c-15-23.9-36.3-43.3-61.4-56.1-1.9-.9-3.9-1.4-6-1.4-5%200-9.5%202.8-11.8%207.2-1.6%203.1-1.9%206.7-.8%2010%201.1%203.3%203.4%206.1%206.6%207.7%2020.9%2010.7%2038.6%2026.8%2051.1%2046.7%2012.8%2020.4%2019.6%2044%2019.6%2068v40.5c0%2017.2-3.3%2033.4-9.9%2048-6.3%2014-15.4%2026.3-27%2036.6-23.2%2020.5-55.1%2031.9-89.9%2031.9-34.4%200-43.6-5.2-52.4-10.2-8.1-4.6-17.3-9.8-37.7-11-31.7-2-56.9-12.4-77.2-31.8-2.5-2.4-5.7-3.7-9.1-3.7-3.6%200-7%201.5-9.5%204.1-2.4%202.5-3.7%205.7-3.7%209.1%200%203.6%201.5%207%204.1%209.5%2025%2023.9%2055.7%2036.7%2093.8%2039.1%2014.4.9%2019.4%203.7%2026.4%207.7%2011.3%206.4%2024.1%2013.6%2065.4%2013.6%2041.6%200%2080-13.9%20108.1-39.2%2014.2-12.8%2025.3-28%2033-45.2%208-18%2012.1-37.6%2012.1-58.5v-40.5c-.1-29.1-8.3-57.5-23.8-82.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M284%20383c8.7%201.4%2017.2%202.1%2025.4%202.1%2016%200%2031.2-2.7%2045-8%2013.9-5.4%2026.5-13.4%2037.5-23.9%205.3-5%205.4-13.4.4-18.6-2.5-2.6-5.9-4.1-9.5-4.1-3.4%200-6.7%201.3-9.1%203.7-17.1%2016.3-38.8%2024.6-64.5%2024.6-6.8%200-13.8-.6-21-1.8-.7-.1-1.4-.2-2.1-.2-6.5%200-12%204.6-13%2011-.1.7-.2%201.4-.2%202.1%200%206.6%204.7%2012%2011.1%2013.1zm2.1-21.1h.1-.3.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M222.9%20421.7c-39.9%200-72.8-13.4-102.7-40.3-29.1-26.2-45.8-60.7-45.8-94.5v-43.6c0-24.1%206.8-47.6%2019.6-68%2012.5-19.9%2030.2-36%2051.1-46.7%203.1-1.6%205.5-4.3%206.6-7.7%201.1-3.3.8-6.9-.8-10.1-2.3-4.4-6.8-7.2-11.8-7.2-2.1%200-4.1.5-6%201.4-25.1%2012.8-46.4%2032.2-61.4%2056.1-15.5%2024.6-23.7%2053-23.7%2082v43.6c0%2041.2%2019.9%2082.8%2054.5%20114%2034.6%2031.2%2074%2047.1%20120.4%2047.1%207.3%200%2013.2-5.9%2013.2-13.2-.1-7-6-12.9-13.2-12.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M348.4%20115.1c.8-11.9%2010.3-21.6%2022.2-22.6%204.3-.4%208.4.4%2012%202%202.6%201.1%205.1-1.6%203.9-4.1-2.7-5.7-6.6-10.9-11.5-15.1C366.6%2068%20355.9%2064%20344.8%2064H167.2c-17.9%200-33.9%2010.3-41.5%2025.8-1.2%202.5%201.2%205.2%203.9%204.2%203.3-1.3%207-1.8%2010.8-1.5%2011.9%201%2021.4%2010.8%2022.2%2022.7.8%2013.6-9.5%2025-22.8%2025.8-.9.1-1.8.7-2.1%201.5-.4%201.1-.1%202.3.8%203%208.1%206.2%2018.1%209.7%2028.7%209.7h177.6c10.9%200%2021.2-3.6%2029.4-10.2%201.7-1.3.7-4-1.4-4h-.1c-14%200-25.2-11.7-24.3-25.9zm-21.6-10.3c3.5%2015.8-10.7%2030-26.5%2026.5-8.4-1.9-15.2-8.6-17-17-3.5-15.8%2010.7-30%2026.5-26.5%208.4%201.9%2015.2%208.6%2017%2017z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%20512%20512%22%3E%3Cpath%20d%3D%22M440.3%20161.3c-15-23.9-36.3-43.3-61.4-56.1-1.9-.9-3.9-1.4-6-1.4-5%200-9.5%202.8-11.8%207.2-1.6%203.1-1.9%206.7-.8%2010%201.1%203.3%203.4%206.1%206.6%207.7%2020.9%2010.7%2038.6%2026.8%2051.1%2046.7%2012.8%2020.4%2019.6%2044%2019.6%2068v40.5c0%2017.2-3.3%2033.4-9.9%2048-6.3%2014-15.4%2026.3-27%2036.6-23.2%2020.5-55.1%2031.9-89.9%2031.9-34.4%200-43.6-5.2-52.4-10.2-8.1-4.6-17.3-9.8-37.7-11-31.7-2-56.9-12.4-77.2-31.8-2.5-2.4-5.7-3.7-9.1-3.7-3.6%200-7%201.5-9.5%204.1-2.4%202.5-3.7%205.7-3.7%209.1%200%203.6%201.5%207%204.1%209.5%2025%2023.9%2055.7%2036.7%2093.8%2039.1%2014.4.9%2019.4%203.7%2026.4%207.7%2011.3%206.4%2024.1%2013.6%2065.4%2013.6%2041.6%200%2080-13.9%20108.1-39.2%2014.2-12.8%2025.3-28%2033-45.2%208-18%2012.1-37.6%2012.1-58.5v-40.5c-.1-29.1-8.3-57.5-23.8-82.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M284%20383c8.7%201.4%2017.2%202.1%2025.4%202.1%2016%200%2031.2-2.7%2045-8%2013.9-5.4%2026.5-13.4%2037.5-23.9%205.3-5%205.4-13.4.4-18.6-2.5-2.6-5.9-4.1-9.5-4.1-3.4%200-6.7%201.3-9.1%203.7-17.1%2016.3-38.8%2024.6-64.5%2024.6-6.8%200-13.8-.6-21-1.8-.7-.1-1.4-.2-2.1-.2-6.5%200-12%204.6-13%2011-.1.7-.2%201.4-.2%202.1%200%206.6%204.7%2012%2011.1%2013.1zm2.1-21.1h.1-.3.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M222.9%20421.7c-39.9%200-72.8-13.4-102.7-40.3-29.1-26.2-45.8-60.7-45.8-94.5v-43.6c0-24.1%206.8-47.6%2019.6-68%2012.5-19.9%2030.2-36%2051.1-46.7%203.1-1.6%205.5-4.3%206.6-7.7%201.1-3.3.8-6.9-.8-10.1-2.3-4.4-6.8-7.2-11.8-7.2-2.1%200-4.1.5-6%201.4-25.1%2012.8-46.4%2032.2-61.4%2056.1-15.5%2024.6-23.7%2053-23.7%2082v43.6c0%2041.2%2019.9%2082.8%2054.5%20114%2034.6%2031.2%2074%2047.1%20120.4%2047.1%207.3%200%2013.2-5.9%2013.2-13.2-.1-7-6-12.9-13.2-12.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M348.4%20115.1c.8-11.9%2010.3-21.6%2022.2-22.6%204.3-.4%208.4.4%2012%202%202.6%201.1%205.1-1.6%203.9-4.1-2.7-5.7-6.6-10.9-11.5-15.1C366.6%2068%20355.9%2064%20344.8%2064H167.2c-17.9%200-33.9%2010.3-41.5%2025.8-1.2%202.5%201.2%205.2%203.9%204.2%203.3-1.3%207-1.8%2010.8-1.5%2011.9%201%2021.4%2010.8%2022.2%2022.7.8%2013.6-9.5%2025-22.8%2025.8-.9.1-1.8.7-2.1%201.5-.4%201.1-.1%202.3.8%203%208.1%206.2%2018.1%209.7%2028.7%209.7h177.6c10.9%200%2021.2-3.6%2029.4-10.2%201.7-1.3.7-4-1.4-4h-.1c-14%200-25.2-11.7-24.3-25.9zm-21.6-10.3c3.5%2015.8-10.7%2030-26.5%2026.5-8.4-1.9-15.2-8.6-17-17-3.5-15.8%2010.7-30%2026.5-26.5%208.4%201.9%2015.2%208.6%2017%2017z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-watch.svg?color=%231a73e8&size=48