macosx logo
macosx from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- macosx
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Use the macosx logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="ssvg-id-macosxa"><stop stop-color="#58B0E3" offset="0%"/><stop stop-color="#F44E28" offset="100%"/></linearGradient></defs><circle fill="#FFF" cx="128" cy="128" r="128"/><path d="M186.831 49.21h-7.774l-50.825 73.452h-.464L77.059 49.21h-7.89l54.77 79.022L69.4 206.79h7.774l50.477-73.22h.464l50.476 73.22h7.891l-54.538-78.558l54.886-79.022z" fill="url(#ssvg-id-macosxa)"/></svg>
React
import type { SVGProps } from "react";
export function LogosMacosx(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="ssvgId-macosxa"><stop stopColor="#58B0E3" offset="0%"/><stop stopColor="#F44E28" offset="100%"/></linearGradient></defs><circle fill="#FFF" cx="128" cy="128" r="128"/><path d="M186.831 49.21h-7.774l-50.825 73.452h-.464L77.059 49.21h-7.89l54.77 79.022L69.4 206.79h7.774l50.477-73.22h.464l50.476 73.22h7.891l-54.538-78.558l54.886-79.022z" fill="url(#ssvgId-macosxa)"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="ssvg-id-macosxa"><stop stop-color="#58B0E3" offset="0%"/><stop stop-color="#F44E28" offset="100%"/></linearGradient></defs><circle fill="#FFF" cx="128" cy="128" r="128"/><path d="M186.831 49.21h-7.774l-50.825 73.452h-.464L77.059 49.21h-7.89l54.77 79.022L69.4 206.79h7.774l50.477-73.22h.464l50.476 73.22h7.891l-54.538-78.558l54.886-79.022z" fill="url(#ssvg-id-macosxa)"/></svg> </template>
CSS
.icon-macosx {
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%20256%20256%22%3E%3Cdefs%3E%3ClinearGradient%20x1%3D%2250%25%22%20y1%3D%220%25%22%20x2%3D%2250%25%22%20y2%3D%22100%25%22%20id%3D%22ssvg-id-macosxa%22%3E%3Cstop%20stop-color%3D%22%2358B0E3%22%20offset%3D%220%25%22%2F%3E%3Cstop%20stop-color%3D%22%23F44E28%22%20offset%3D%22100%25%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Ccircle%20fill%3D%22%23FFF%22%20cx%3D%22128%22%20cy%3D%22128%22%20r%3D%22128%22%2F%3E%3Cpath%20d%3D%22M186.831%2049.21h-7.774l-50.825%2073.452h-.464L77.059%2049.21h-7.89l54.77%2079.022L69.4%20206.79h7.774l50.477-73.22h.464l50.476%2073.22h7.891l-54.538-78.558l54.886-79.022z%22%20fill%3D%22url(%23ssvg-id-macosxa)%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%20256%20256%22%3E%3Cdefs%3E%3ClinearGradient%20x1%3D%2250%25%22%20y1%3D%220%25%22%20x2%3D%2250%25%22%20y2%3D%22100%25%22%20id%3D%22ssvg-id-macosxa%22%3E%3Cstop%20stop-color%3D%22%2358B0E3%22%20offset%3D%220%25%22%2F%3E%3Cstop%20stop-color%3D%22%23F44E28%22%20offset%3D%22100%25%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Ccircle%20fill%3D%22%23FFF%22%20cx%3D%22128%22%20cy%3D%22128%22%20r%3D%22128%22%2F%3E%3Cpath%20d%3D%22M186.831%2049.21h-7.774l-50.825%2073.452h-.464L77.059%2049.21h-7.89l54.77%2079.022L69.4%20206.79h7.774l50.477-73.22h.464l50.476%2073.22h7.891l-54.538-78.558l54.886-79.022z%22%20fill%3D%22url(%23ssvg-id-macosxa)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/macosx.svg?color=%231a73e8&size=48