google play icon
google-play from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- google-play
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the google play icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.75 3c-.074-.008-.14.027-.219.031c-.066.004-.12-.011-.187 0h-.125q-.165.037-.313.125a1 1 0 0 0-.281.219C6.235 3.703 6 4.211 6 4.688v22.78c0 .493.219 1.087.75 1.376c.04.02.086.015.125.031a1.63 1.63 0 0 0 1.438-.125h.03L17.75 23l4.781-2.875s4.055-2.453 4.594-2.781c.457-.278.883-.805.875-1.438s-.445-1.101-.875-1.344c-.137-.078-1.34-.8-2.438-1.468c-1.05-.64-1.972-1.196-2.062-1.25a1 1 0 0 0-.094-.063L17.75 8.875s-8.7-5.277-9.219-5.594A2 2 0 0 0 7.75 3M8 6.094l9.438 9.843L8 25.782zm4.813 2.125a2264 2264 0 0 1 3.906 2.375l3.687 2.25l-1.593 1.656zm9.343 5.687c.383.235.735.442 1.5.906c.836.508 1.418.833 1.907 1.126c-.918.554-2.66 1.628-3.375 2.062l-1.97-2.063zm-3.343 3.5l1.593 1.657l-3.687 2.25s-2.192 1.316-3.938 2.375z"/></svg>
React
import type { SVGProps } from "react";
export function LaGooglePlay(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.75 3c-.074-.008-.14.027-.219.031c-.066.004-.12-.011-.187 0h-.125q-.165.037-.313.125a1 1 0 0 0-.281.219C6.235 3.703 6 4.211 6 4.688v22.78c0 .493.219 1.087.75 1.376c.04.02.086.015.125.031a1.63 1.63 0 0 0 1.438-.125h.03L17.75 23l4.781-2.875s4.055-2.453 4.594-2.781c.457-.278.883-.805.875-1.438s-.445-1.101-.875-1.344c-.137-.078-1.34-.8-2.438-1.468c-1.05-.64-1.972-1.196-2.062-1.25a1 1 0 0 0-.094-.063L17.75 8.875s-8.7-5.277-9.219-5.594A2 2 0 0 0 7.75 3M8 6.094l9.438 9.843L8 25.782zm4.813 2.125a2264 2264 0 0 1 3.906 2.375l3.687 2.25l-1.593 1.656zm9.343 5.687c.383.235.735.442 1.5.906c.836.508 1.418.833 1.907 1.126c-.918.554-2.66 1.628-3.375 2.062l-1.97-2.063zm-3.343 3.5l1.593 1.657l-3.687 2.25s-2.192 1.316-3.938 2.375z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.75 3c-.074-.008-.14.027-.219.031c-.066.004-.12-.011-.187 0h-.125q-.165.037-.313.125a1 1 0 0 0-.281.219C6.235 3.703 6 4.211 6 4.688v22.78c0 .493.219 1.087.75 1.376c.04.02.086.015.125.031a1.63 1.63 0 0 0 1.438-.125h.03L17.75 23l4.781-2.875s4.055-2.453 4.594-2.781c.457-.278.883-.805.875-1.438s-.445-1.101-.875-1.344c-.137-.078-1.34-.8-2.438-1.468c-1.05-.64-1.972-1.196-2.062-1.25a1 1 0 0 0-.094-.063L17.75 8.875s-8.7-5.277-9.219-5.594A2 2 0 0 0 7.75 3M8 6.094l9.438 9.843L8 25.782zm4.813 2.125a2264 2264 0 0 1 3.906 2.375l3.687 2.25l-1.593 1.656zm9.343 5.687c.383.235.735.442 1.5.906c.836.508 1.418.833 1.907 1.126c-.918.554-2.66 1.628-3.375 2.062l-1.97-2.063zm-3.343 3.5l1.593 1.657l-3.687 2.25s-2.192 1.316-3.938 2.375z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.75%203c-.074-.008-.14.027-.219.031c-.066.004-.12-.011-.187%200h-.125q-.165.037-.313.125a1%201%200%200%200-.281.219C6.235%203.703%206%204.211%206%204.688v22.78c0%20.493.219%201.087.75%201.376c.04.02.086.015.125.031a1.63%201.63%200%200%200%201.438-.125h.03L17.75%2023l4.781-2.875s4.055-2.453%204.594-2.781c.457-.278.883-.805.875-1.438s-.445-1.101-.875-1.344c-.137-.078-1.34-.8-2.438-1.468c-1.05-.64-1.972-1.196-2.062-1.25a1%201%200%200%200-.094-.063L17.75%208.875s-8.7-5.277-9.219-5.594A2%202%200%200%200%207.75%203M8%206.094l9.438%209.843L8%2025.782zm4.813%202.125a2264%202264%200%200%201%203.906%202.375l3.687%202.25l-1.593%201.656zm9.343%205.687c.383.235.735.442%201.5.906c.836.508%201.418.833%201.907%201.126c-.918.554-2.66%201.628-3.375%202.062l-1.97-2.063zm-3.343%203.5l1.593%201.657l-3.687%202.25s-2.192%201.316-3.938%202.375z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.75%203c-.074-.008-.14.027-.219.031c-.066.004-.12-.011-.187%200h-.125q-.165.037-.313.125a1%201%200%200%200-.281.219C6.235%203.703%206%204.211%206%204.688v22.78c0%20.493.219%201.087.75%201.376c.04.02.086.015.125.031a1.63%201.63%200%200%200%201.438-.125h.03L17.75%2023l4.781-2.875s4.055-2.453%204.594-2.781c.457-.278.883-.805.875-1.438s-.445-1.101-.875-1.344c-.137-.078-1.34-.8-2.438-1.468c-1.05-.64-1.972-1.196-2.062-1.25a1%201%200%200%200-.094-.063L17.75%208.875s-8.7-5.277-9.219-5.594A2%202%200%200%200%207.75%203M8%206.094l9.438%209.843L8%2025.782zm4.813%202.125a2264%202264%200%200%201%203.906%202.375l3.687%202.25l-1.593%201.656zm9.343%205.687c.383.235.735.442%201.5.906c.836.508%201.418.833%201.907%201.126c-.918.554-2.66%201.628-3.375%202.062l-1.97-2.063zm-3.343%203.5l1.593%201.657l-3.687%202.25s-2.192%201.316-3.938%202.375z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/google-play.svg?color=%231a73e8&size=48