apple-finder from Material Design Icons by Pictogrammers · Filled · Brand / Logo · Apache-2.0 Free for personal and commercial use.

Name
apple-finder
Set
Material Design Icons
Style
Filled
Category
Brand / Logo
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More brand / logo icons from Material Design Icons

Use the apple finder icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 11c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1m9-1V8c0-.55-.45-1-1-1s-1 .45-1 1v2c0 .55.45 1 1 1s1-.45 1-1m5-5v15c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2M4 20h9.06c-.1-.65-.17-1.36-.23-2.06c-.27.02-.53.06-.83.06c-3.76 0-5.69-2.27-5.77-2.37a1.01 1.01 0 0 1 .13-1.41a1.01 1.01 0 0 1 1.41.13C7.83 14.43 9.23 16 12 16c.27 0 .5-.03.74-.05c-.03-1.2-.01-2.21 0-2.69h-1.81c-.65 0-1.18-.56-1.18-1.26c.02-.25.32-4.18 1.25-7H4zm16 0V5h-7.4c-.86 2.19-1.23 5.73-1.33 6.76h1.81c.64 0 1.17.56 1.17 1.24c0 .04-.04 1.15-.01 2.6c1.3-.49 1.98-1.25 1.99-1.26a.998.998 0 1 1 1.54 1.27c-.06.07-1.22 1.44-3.45 2.07c.06.82.14 1.61.26 2.32z"/></svg>

React

import type { SVGProps } from "react";

export function MdiAppleFinder(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 11c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1m9-1V8c0-.55-.45-1-1-1s-1 .45-1 1v2c0 .55.45 1 1 1s1-.45 1-1m5-5v15c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2M4 20h9.06c-.1-.65-.17-1.36-.23-2.06c-.27.02-.53.06-.83.06c-3.76 0-5.69-2.27-5.77-2.37a1.01 1.01 0 0 1 .13-1.41a1.01 1.01 0 0 1 1.41.13C7.83 14.43 9.23 16 12 16c.27 0 .5-.03.74-.05c-.03-1.2-.01-2.21 0-2.69h-1.81c-.65 0-1.18-.56-1.18-1.26c.02-.25.32-4.18 1.25-7H4zm16 0V5h-7.4c-.86 2.19-1.23 5.73-1.33 6.76h1.81c.64 0 1.17.56 1.17 1.24c0 .04-.04 1.15-.01 2.6c1.3-.49 1.98-1.25 1.99-1.26a.998.998 0 1 1 1.54 1.27c-.06.07-1.22 1.44-3.45 2.07c.06.82.14 1.61.26 2.32z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 11c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1m9-1V8c0-.55-.45-1-1-1s-1 .45-1 1v2c0 .55.45 1 1 1s1-.45 1-1m5-5v15c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2M4 20h9.06c-.1-.65-.17-1.36-.23-2.06c-.27.02-.53.06-.83.06c-3.76 0-5.69-2.27-5.77-2.37a1.01 1.01 0 0 1 .13-1.41a1.01 1.01 0 0 1 1.41.13C7.83 14.43 9.23 16 12 16c.27 0 .5-.03.74-.05c-.03-1.2-.01-2.21 0-2.69h-1.81c-.65 0-1.18-.56-1.18-1.26c.02-.25.32-4.18 1.25-7H4zm16 0V5h-7.4c-.86 2.19-1.23 5.73-1.33 6.76h1.81c.64 0 1.17.56 1.17 1.24c0 .04-.04 1.15-.01 2.6c1.3-.49 1.98-1.25 1.99-1.26a.998.998 0 1 1 1.54 1.27c-.06.07-1.22 1.44-3.45 2.07c.06.82.14 1.61.26 2.32z"/></svg>
</template>

CSS

.icon-apple-finder {
  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%22currentColor%22%20d%3D%22M8%2011c-.55%200-1-.45-1-1V8c0-.55.45-1%201-1s1%20.45%201%201v2c0%20.55-.45%201-1%201m9-1V8c0-.55-.45-1-1-1s-1%20.45-1%201v2c0%20.55.45%201%201%201s1-.45%201-1m5-5v15c0%201.1-.9%202-2%202H4c-1.1%200-2-.9-2-2V5c0-1.1.9-2%202-2h16c1.1%200%202%20.9%202%202M4%2020h9.06c-.1-.65-.17-1.36-.23-2.06c-.27.02-.53.06-.83.06c-3.76%200-5.69-2.27-5.77-2.37a1.01%201.01%200%200%201%20.13-1.41a1.01%201.01%200%200%201%201.41.13C7.83%2014.43%209.23%2016%2012%2016c.27%200%20.5-.03.74-.05c-.03-1.2-.01-2.21%200-2.69h-1.81c-.65%200-1.18-.56-1.18-1.26c.02-.25.32-4.18%201.25-7H4zm16%200V5h-7.4c-.86%202.19-1.23%205.73-1.33%206.76h1.81c.64%200%201.17.56%201.17%201.24c0%20.04-.04%201.15-.01%202.6c1.3-.49%201.98-1.25%201.99-1.26a.998.998%200%201%201%201.54%201.27c-.06.07-1.22%201.44-3.45%202.07c.06.82.14%201.61.26%202.32z%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%22currentColor%22%20d%3D%22M8%2011c-.55%200-1-.45-1-1V8c0-.55.45-1%201-1s1%20.45%201%201v2c0%20.55-.45%201-1%201m9-1V8c0-.55-.45-1-1-1s-1%20.45-1%201v2c0%20.55.45%201%201%201s1-.45%201-1m5-5v15c0%201.1-.9%202-2%202H4c-1.1%200-2-.9-2-2V5c0-1.1.9-2%202-2h16c1.1%200%202%20.9%202%202M4%2020h9.06c-.1-.65-.17-1.36-.23-2.06c-.27.02-.53.06-.83.06c-3.76%200-5.69-2.27-5.77-2.37a1.01%201.01%200%200%201%20.13-1.41a1.01%201.01%200%200%201%201.41.13C7.83%2014.43%209.23%2016%2012%2016c.27%200%20.5-.03.74-.05c-.03-1.2-.01-2.21%200-2.69h-1.81c-.65%200-1.18-.56-1.18-1.26c.02-.25.32-4.18%201.25-7H4zm16%200V5h-7.4c-.86%202.19-1.23%205.73-1.33%206.76h1.81c.64%200%201.17.56%201.17%201.24c0%20.04-.04%201.15-.01%202.6c1.3-.49%201.98-1.25%201.99-1.26a.998.998%200%201%201%201.54%201.27c-.06.07-1.22%201.44-3.45%202.07c.06.82.14%201.61.26%202.32z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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