apple-outline from Teenyicons by smhmd · Outline · MIT Free for personal and commercial use.

Name
apple-outline
Set
Teenyicons
Style
Outline
Viewbox
15×15
License
MIT

1 other variant in Teenyicons

The same icon in other sets

Use the apple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" d="M7.825 3.241a.343.343 0 0 1-.343-.342A2.4 2.4 0 0 1 9.881.5c.19 0 .342.154.342.343A2.4 2.4 0 0 1 7.826 3.24Zm5.003 7.216c.132.099.175.28.1.427c-1.205 2.414-2.168 3.616-3.047 3.616q-.614-.002-1.203-.39a1.78 1.78 0 0 0-1.895-.041c-.474.284-.927.431-1.356.431C4.133 14.5 2 10.518 2 8.332C2 6 3.223 4.22 5.084 4.22q1.313 0 2.266.39c.269.112.573.104.836-.022c.515-.248 1.194-.368 2.038-.368c1.03 0 1.926.513 2.672 1.508a.343.343 0 0 1-.068.48c-.833.624-1.234 1.326-1.234 2.124c0 .799.401 1.5 1.234 2.125Z"/></svg>

React

import type { SVGProps } from "react";

export function TeenyiconsAppleOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" d="M7.825 3.241a.343.343 0 0 1-.343-.342A2.4 2.4 0 0 1 9.881.5c.19 0 .342.154.342.343A2.4 2.4 0 0 1 7.826 3.24Zm5.003 7.216c.132.099.175.28.1.427c-1.205 2.414-2.168 3.616-3.047 3.616q-.614-.002-1.203-.39a1.78 1.78 0 0 0-1.895-.041c-.474.284-.927.431-1.356.431C4.133 14.5 2 10.518 2 8.332C2 6 3.223 4.22 5.084 4.22q1.313 0 2.266.39c.269.112.573.104.836-.022c.515-.248 1.194-.368 2.038-.368c1.03 0 1.926.513 2.672 1.508a.343.343 0 0 1-.068.48c-.833.624-1.234 1.326-1.234 2.124c0 .799.401 1.5 1.234 2.125Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" d="M7.825 3.241a.343.343 0 0 1-.343-.342A2.4 2.4 0 0 1 9.881.5c.19 0 .342.154.342.343A2.4 2.4 0 0 1 7.826 3.24Zm5.003 7.216c.132.099.175.28.1.427c-1.205 2.414-2.168 3.616-3.047 3.616q-.614-.002-1.203-.39a1.78 1.78 0 0 0-1.895-.041c-.474.284-.927.431-1.356.431C4.133 14.5 2 10.518 2 8.332C2 6 3.223 4.22 5.084 4.22q1.313 0 2.266.39c.269.112.573.104.836-.022c.515-.248 1.194-.368 2.038-.368c1.03 0 1.926.513 2.672 1.508a.343.343 0 0 1-.068.48c-.833.624-1.234 1.326-1.234 2.124c0 .799.401 1.5 1.234 2.125Z"/></svg>
</template>

CSS

.icon-apple-outline {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20d%3D%22M7.825%203.241a.343.343%200%200%201-.343-.342A2.4%202.4%200%200%201%209.881.5c.19%200%20.342.154.342.343A2.4%202.4%200%200%201%207.826%203.24Zm5.003%207.216c.132.099.175.28.1.427c-1.205%202.414-2.168%203.616-3.047%203.616q-.614-.002-1.203-.39a1.78%201.78%200%200%200-1.895-.041c-.474.284-.927.431-1.356.431C4.133%2014.5%202%2010.518%202%208.332C2%206%203.223%204.22%205.084%204.22q1.313%200%202.266.39c.269.112.573.104.836-.022c.515-.248%201.194-.368%202.038-.368c1.03%200%201.926.513%202.672%201.508a.343.343%200%200%201-.068.48c-.833.624-1.234%201.326-1.234%202.124c0%20.799.401%201.5%201.234%202.125Z%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%2015%2015%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20d%3D%22M7.825%203.241a.343.343%200%200%201-.343-.342A2.4%202.4%200%200%201%209.881.5c.19%200%20.342.154.342.343A2.4%202.4%200%200%201%207.826%203.24Zm5.003%207.216c.132.099.175.28.1.427c-1.205%202.414-2.168%203.616-3.047%203.616q-.614-.002-1.203-.39a1.78%201.78%200%200%200-1.895-.041c-.474.284-.927.431-1.356.431C4.133%2014.5%202%2010.518%202%208.332C2%206%203.223%204.22%205.084%204.22q1.313%200%202.266.39c.269.112.573.104.836-.022c.515-.248%201.194-.368%202.038-.368c1.03%200%201.926.513%202.672%201.508a.343.343%200%200%201-.068.48c-.833.624-1.234%201.326-1.234%202.124c0%20.799.401%201.5%201.234%202.125Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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