brand apple icon

brand-apple from Humbleicons by Jiří Zralý · Regular · MIT Free for personal and commercial use.

Name
brand-apple
Set
Humbleicons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Humbleicons

Use the brand apple 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-linejoin="round" stroke-width="2" d="M9.5 7.501c1 0 1.5.499 2.5.499s1.5-.499 2.5-.499s2.502.511 3.348 2.298C16 11.5 15 13 17.5 15.5a14.6 14.6 0 0 1-1 2C15 20 13.655 19 12.155 19S9 20.001 7.5 17.5c-5-7.5 0-10 2-9.999M12.155 5.5c.5-1 1.5-2 2.5-2.5c-.5 1-1.5 2-2.5 2.5"/></svg>

React

import type { SVGProps } from "react";

export function HumbleiconsBrandApple(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" strokeLinejoin="round" strokeWidth="2" d="M9.5 7.501c1 0 1.5.499 2.5.499s1.5-.499 2.5-.499s2.502.511 3.348 2.298C16 11.5 15 13 17.5 15.5a14.6 14.6 0 0 1-1 2C15 20 13.655 19 12.155 19S9 20.001 7.5 17.5c-5-7.5 0-10 2-9.999M12.155 5.5c.5-1 1.5-2 2.5-2.5c-.5 1-1.5 2-2.5 2.5"/></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-linejoin="round" stroke-width="2" d="M9.5 7.501c1 0 1.5.499 2.5.499s1.5-.499 2.5-.499s2.502.511 3.348 2.298C16 11.5 15 13 17.5 15.5a14.6 14.6 0 0 1-1 2C15 20 13.655 19 12.155 19S9 20.001 7.5 17.5c-5-7.5 0-10 2-9.999M12.155 5.5c.5-1 1.5-2 2.5-2.5c-.5 1-1.5 2-2.5 2.5"/></svg>
</template>

CSS

.icon-brand-apple {
  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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M9.5%207.501c1%200%201.5.499%202.5.499s1.5-.499%202.5-.499s2.502.511%203.348%202.298C16%2011.5%2015%2013%2017.5%2015.5a14.6%2014.6%200%200%201-1%202C15%2020%2013.655%2019%2012.155%2019S9%2020.001%207.5%2017.5c-5-7.5%200-10%202-9.999M12.155%205.5c.5-1%201.5-2%202.5-2.5c-.5%201-1.5%202-2.5%202.5%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M9.5%207.501c1%200%201.5.499%202.5.499s1.5-.499%202.5-.499s2.502.511%203.348%202.298C16%2011.5%2015%2013%2017.5%2015.5a14.6%2014.6%200%200%201-1%202C15%2020%2013.655%2019%2012.155%2019S9%2020.001%207.5%2017.5c-5-7.5%200-10%202-9.999M12.155%205.5c.5-1%201.5-2%202.5-2.5c-.5%201-1.5%202-2.5%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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