google-play from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
google-play
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

The same icon in other sets

Use the google play icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.222 9.374c1.037-.61 1.037-2.137 0-2.748L11.528 5.04L8.32 8l3.207 2.96zm-3.595 2.116L7.583 8.68L1.03 14.73c.201 1.029 1.36 1.61 2.303 1.055zM1 13.396V2.603L6.846 8zM1.03 1.27l6.553 6.05l3.044-2.81L3.333.215C2.39-.341 1.231.24 1.03 1.27"/></svg>

React

import type { SVGProps } from "react";

export function BiGooglePlay(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.222 9.374c1.037-.61 1.037-2.137 0-2.748L11.528 5.04L8.32 8l3.207 2.96zm-3.595 2.116L7.583 8.68L1.03 14.73c.201 1.029 1.36 1.61 2.303 1.055zM1 13.396V2.603L6.846 8zM1.03 1.27l6.553 6.05l3.044-2.81L3.333.215C2.39-.341 1.231.24 1.03 1.27"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.222 9.374c1.037-.61 1.037-2.137 0-2.748L11.528 5.04L8.32 8l3.207 2.96zm-3.595 2.116L7.583 8.68L1.03 14.73c.201 1.029 1.36 1.61 2.303 1.055zM1 13.396V2.603L6.846 8zM1.03 1.27l6.553 6.05l3.044-2.81L3.333.215C2.39-.341 1.231.24 1.03 1.27"/></svg>
</template>

CSS

.icon-google-play {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.222%209.374c1.037-.61%201.037-2.137%200-2.748L11.528%205.04L8.32%208l3.207%202.96zm-3.595%202.116L7.583%208.68L1.03%2014.73c.201%201.029%201.36%201.61%202.303%201.055zM1%2013.396V2.603L6.846%208zM1.03%201.27l6.553%206.05l3.044-2.81L3.333.215C2.39-.341%201.231.24%201.03%201.27%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.222%209.374c1.037-.61%201.037-2.137%200-2.748L11.528%205.04L8.32%208l3.207%202.96zm-3.595%202.116L7.583%208.68L1.03%2014.73c.201%201.029%201.36%201.61%202.303%201.055zM1%2013.396V2.603L6.846%208zM1.03%201.27l6.553%206.05l3.044-2.81L3.333.215C2.39-.341%201.231.24%201.03%201.27%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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