apple mac icon
apple-mac from Iconoir by Luca Burgio · Regular · System · MIT Free for personal and commercial use.
- Name
- apple-mac
- Set
- Iconoir
- Style
- Regular
- Category
- System
- Viewbox
- 24×24
- License
- MIT
More system icons from Iconoir
Use the apple mac icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M16 2c.363 2.18-1.912 3.83-3.184 4.571c-.375.219-.799-.06-.734-.489C12.299 4.64 13.094 2 16 2Z"/><path d="M9 6.5c.897 0 1.69.2 2.294.42a3.58 3.58 0 0 0 2.412 0A6.7 6.7 0 0 1 16 6.5c1.085 0 2.465.589 3.5 1.767C16 11 17 15.5 20.269 16.692c-1.044 2.867-3.028 4.808-4.77 4.808c-1.5 0-1.499-.7-2.999-.7s-1.5.7-3 .7c-2.5 0-5.5-4-5.5-9c0-4 3-6 5-6Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirAppleMac(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M16 2c.363 2.18-1.912 3.83-3.184 4.571c-.375.219-.799-.06-.734-.489C12.299 4.64 13.094 2 16 2Z"/><path d="M9 6.5c.897 0 1.69.2 2.294.42a3.58 3.58 0 0 0 2.412 0A6.7 6.7 0 0 1 16 6.5c1.085 0 2.465.589 3.5 1.767C16 11 17 15.5 20.269 16.692c-1.044 2.867-3.028 4.808-4.77 4.808c-1.5 0-1.499-.7-2.999-.7s-1.5.7-3 .7c-2.5 0-5.5-4-5.5-9c0-4 3-6 5-6Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M16 2c.363 2.18-1.912 3.83-3.184 4.571c-.375.219-.799-.06-.734-.489C12.299 4.64 13.094 2 16 2Z"/><path d="M9 6.5c.897 0 1.69.2 2.294.42a3.58 3.58 0 0 0 2.412 0A6.7 6.7 0 0 1 16 6.5c1.085 0 2.465.589 3.5 1.767C16 11 17 15.5 20.269 16.692c-1.044 2.867-3.028 4.808-4.77 4.808c-1.5 0-1.499-.7-2.999-.7s-1.5.7-3 .7c-2.5 0-5.5-4-5.5-9c0-4 3-6 5-6Z"/></g></svg> </template>
CSS
.icon-apple-mac {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%202c.363%202.18-1.912%203.83-3.184%204.571c-.375.219-.799-.06-.734-.489C12.299%204.64%2013.094%202%2016%202Z%22%2F%3E%3Cpath%20d%3D%22M9%206.5c.897%200%201.69.2%202.294.42a3.58%203.58%200%200%200%202.412%200A6.7%206.7%200%200%201%2016%206.5c1.085%200%202.465.589%203.5%201.767C16%2011%2017%2015.5%2020.269%2016.692c-1.044%202.867-3.028%204.808-4.77%204.808c-1.5%200-1.499-.7-2.999-.7s-1.5.7-3%20.7c-2.5%200-5.5-4-5.5-9c0-4%203-6%205-6Z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%202c.363%202.18-1.912%203.83-3.184%204.571c-.375.219-.799-.06-.734-.489C12.299%204.64%2013.094%202%2016%202Z%22%2F%3E%3Cpath%20d%3D%22M9%206.5c.897%200%201.69.2%202.294.42a3.58%203.58%200%200%200%202.412%200A6.7%206.7%200%200%201%2016%206.5c1.085%200%202.465.589%203.5%201.767C16%2011%2017%2015.5%2020.269%2016.692c-1.044%202.867-3.028%204.808-4.77%204.808c-1.5%200-1.499-.7-2.999-.7s-1.5.7-3%20.7c-2.5%200-5.5-4-5.5-9c0-4%203-6%205-6Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/apple-mac.svg?color=%231a73e8&size=48