apple vision pro icon

apple-vision-pro from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
apple-vision-pro
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the apple vision pro icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M6.5 17.5C4 17.5 2 16 2 12.5c0-4 3-6 10-6s10 2 10 6c0 3.5-2 5-4.5 5S13.5 15 12 15s-3 2.5-5.5 2.5Z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAppleVisionPro(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M6.5 17.5C4 17.5 2 16 2 12.5c0-4 3-6 10-6s10 2 10 6c0 3.5-2 5-4.5 5S13.5 15 12 15s-3 2.5-5.5 2.5Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M6.5 17.5C4 17.5 2 16 2 12.5c0-4 3-6 10-6s10 2 10 6c0 3.5-2 5-4.5 5S13.5 15 12 15s-3 2.5-5.5 2.5Z"/></svg>
</template>

CSS

.icon-apple-vision-pro {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6.5%2017.5C4%2017.5%202%2016%202%2012.5c0-4%203-6%2010-6s10%202%2010%206c0%203.5-2%205-4.5%205S13.5%2015%2012%2015s-3%202.5-5.5%202.5Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6.5%2017.5C4%2017.5%202%2016%202%2012.5c0-4%203-6%2010-6s10%202%2010%206c0%203.5-2%205-4.5%205S13.5%2015%2012%2015s-3%202.5-5.5%202.5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/apple-vision-pro.svg?color=%231a73e8&size=48