flag for philippines emoji
flag-for-philippines from Emoji One (Colored) by Emoji One · Default · Flags · CC-BY-4.0 Attribution required.
- Name
- flag-for-philippines
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Flags
- Viewbox
- 64×64
- License
- CC BY 4.0
- Aliases
- flag-for-flag-philippines
More flags icons from Emoji One (Colored)
flag-englandflag-for-afghanistanflag-for-aland-islandsflag-for-albaniaflag-for-algeriaflag-for-american-samoaflag-for-andorraflag-for-angolaflag-for-anguillaflag-for-antarcticaflag-for-antigua-and-barbudaflag-for-argentinaflag-for-armeniaflag-for-arubaflag-for-ascension-islandflag-for-australiaflag-for-austriaflag-for-azerbaijanflag-for-bahamasflag-for-bahrainflag-for-bangladeshflag-for-barbadosflag-for-belarusflag-for-belgium
Use the flag for philippines emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ed4c5c" d="M33 32L11.3 53.7C16.7 58.8 24 62 32 62c16.6 0 30-13.4 30-30z"/><path fill="#428bc1" d="M62 32C62 15.4 48.6 2 32 2c-8 0-15.3 3.2-20.7 8.3L33 32z"/><path fill="#f9f9f9" d="M11.3 10.3C5.6 15.8 2 23.5 2 32s3.6 16.2 9.3 21.7L33 32z"/><g fill="#ffce31"><path d="m13 13.6l-.8 1.4l1.1 1.1l-1.5-.2l-.8 1.4l-.2-1.5l-1.5-.2l1.4-.8l-.2-1.5l1.1 1.1zm.2 34.4l-1.1 1.2l.8 1.3l-1.4-.6l-1.1 1.2l.2-1.6l-1.5-.6l1.6-.3l.2-1.6l.8 1.4zm17.3-16l-1.5.5V34l-1-1.2l-1.5.4l1-1.2l-1-1.2l1.5.4l1-1.2v1.5zm-6.8-1.5l-.6-.5l-6.5 1.4h.1l6.1-1.6l-.8-.5l-5.2 2l4.3-3.6l-.1-.9l-4.5 4.6h-.1l4.5-5l-.1-.7l-.7.1l-4 5.2v-.1l3.7-5.3l-.9.1l-2.7 4.9l1-5.6l-.6-.6l-.6 6.5v.1l.2-6.8l-.5-.5l-.5.5l.2 6.8v-.1l-.5-6.4l-.6.6l1 5.6l-2.7-4.9l-.9-.1l3.7 5.3v.1l-4.1-5.4l-.7-.1l-.1.7l4.5 5h-.1l-4.5-4.6l-.1.9l4.3 3.6l-5.2-2l-.7.5l6.1 1.6h.1L8.3 30l-.6.4l.4.6l6.6.9h-.1l-6.3-.6l.5.7l5.6-.1L9.2 34l-.2.9l5.7-2.8h.1l-5.9 3.2l-.2.7l.7.2l5.7-3.6v.1l-5.2 3.7l.8.2l4.2-3.7l-2.9 4.9l.4.8l2.6-5.8l.1-.1l-2.5 6.3l.3.7l.7-.3l2.1-6.5v.1L14 39.2l.8-.4l.9-5.6l.9 5.6l.8.4l-1.7-6.2v-.1l2.1 6.5l.7.3l.3-.7l-2.5-6.3l.1.1l2.6 5.8l.4-.8l-2.8-4.9l4.2 3.7l.8-.2l-5.2-3.7v-.1l5.7 3.6l.7-.2l-.2-.7l-5.9-3.2h.1l5.7 2.8l-.3-.9l-5.3-1.9l5.6.1l.5-.7l-6.3.6h-.1l6.6-.9zm-7.2 1.6"/><circle cx="15.7" cy="32" r="4.5"/></g></svg>
React
import type { SVGProps } from "react";
export function EmojioneFlagForPhilippines(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ed4c5c" d="M33 32L11.3 53.7C16.7 58.8 24 62 32 62c16.6 0 30-13.4 30-30z"/><path fill="#428bc1" d="M62 32C62 15.4 48.6 2 32 2c-8 0-15.3 3.2-20.7 8.3L33 32z"/><path fill="#f9f9f9" d="M11.3 10.3C5.6 15.8 2 23.5 2 32s3.6 16.2 9.3 21.7L33 32z"/><g fill="#ffce31"><path d="m13 13.6l-.8 1.4l1.1 1.1l-1.5-.2l-.8 1.4l-.2-1.5l-1.5-.2l1.4-.8l-.2-1.5l1.1 1.1zm.2 34.4l-1.1 1.2l.8 1.3l-1.4-.6l-1.1 1.2l.2-1.6l-1.5-.6l1.6-.3l.2-1.6l.8 1.4zm17.3-16l-1.5.5V34l-1-1.2l-1.5.4l1-1.2l-1-1.2l1.5.4l1-1.2v1.5zm-6.8-1.5l-.6-.5l-6.5 1.4h.1l6.1-1.6l-.8-.5l-5.2 2l4.3-3.6l-.1-.9l-4.5 4.6h-.1l4.5-5l-.1-.7l-.7.1l-4 5.2v-.1l3.7-5.3l-.9.1l-2.7 4.9l1-5.6l-.6-.6l-.6 6.5v.1l.2-6.8l-.5-.5l-.5.5l.2 6.8v-.1l-.5-6.4l-.6.6l1 5.6l-2.7-4.9l-.9-.1l3.7 5.3v.1l-4.1-5.4l-.7-.1l-.1.7l4.5 5h-.1l-4.5-4.6l-.1.9l4.3 3.6l-5.2-2l-.7.5l6.1 1.6h.1L8.3 30l-.6.4l.4.6l6.6.9h-.1l-6.3-.6l.5.7l5.6-.1L9.2 34l-.2.9l5.7-2.8h.1l-5.9 3.2l-.2.7l.7.2l5.7-3.6v.1l-5.2 3.7l.8.2l4.2-3.7l-2.9 4.9l.4.8l2.6-5.8l.1-.1l-2.5 6.3l.3.7l.7-.3l2.1-6.5v.1L14 39.2l.8-.4l.9-5.6l.9 5.6l.8.4l-1.7-6.2v-.1l2.1 6.5l.7.3l.3-.7l-2.5-6.3l.1.1l2.6 5.8l.4-.8l-2.8-4.9l4.2 3.7l.8-.2l-5.2-3.7v-.1l5.7 3.6l.7-.2l-.2-.7l-5.9-3.2h.1l5.7 2.8l-.3-.9l-5.3-1.9l5.6.1l.5-.7l-6.3.6h-.1l6.6-.9zm-7.2 1.6"/><circle cx="15.7" cy="32" r="4.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ed4c5c" d="M33 32L11.3 53.7C16.7 58.8 24 62 32 62c16.6 0 30-13.4 30-30z"/><path fill="#428bc1" d="M62 32C62 15.4 48.6 2 32 2c-8 0-15.3 3.2-20.7 8.3L33 32z"/><path fill="#f9f9f9" d="M11.3 10.3C5.6 15.8 2 23.5 2 32s3.6 16.2 9.3 21.7L33 32z"/><g fill="#ffce31"><path d="m13 13.6l-.8 1.4l1.1 1.1l-1.5-.2l-.8 1.4l-.2-1.5l-1.5-.2l1.4-.8l-.2-1.5l1.1 1.1zm.2 34.4l-1.1 1.2l.8 1.3l-1.4-.6l-1.1 1.2l.2-1.6l-1.5-.6l1.6-.3l.2-1.6l.8 1.4zm17.3-16l-1.5.5V34l-1-1.2l-1.5.4l1-1.2l-1-1.2l1.5.4l1-1.2v1.5zm-6.8-1.5l-.6-.5l-6.5 1.4h.1l6.1-1.6l-.8-.5l-5.2 2l4.3-3.6l-.1-.9l-4.5 4.6h-.1l4.5-5l-.1-.7l-.7.1l-4 5.2v-.1l3.7-5.3l-.9.1l-2.7 4.9l1-5.6l-.6-.6l-.6 6.5v.1l.2-6.8l-.5-.5l-.5.5l.2 6.8v-.1l-.5-6.4l-.6.6l1 5.6l-2.7-4.9l-.9-.1l3.7 5.3v.1l-4.1-5.4l-.7-.1l-.1.7l4.5 5h-.1l-4.5-4.6l-.1.9l4.3 3.6l-5.2-2l-.7.5l6.1 1.6h.1L8.3 30l-.6.4l.4.6l6.6.9h-.1l-6.3-.6l.5.7l5.6-.1L9.2 34l-.2.9l5.7-2.8h.1l-5.9 3.2l-.2.7l.7.2l5.7-3.6v.1l-5.2 3.7l.8.2l4.2-3.7l-2.9 4.9l.4.8l2.6-5.8l.1-.1l-2.5 6.3l.3.7l.7-.3l2.1-6.5v.1L14 39.2l.8-.4l.9-5.6l.9 5.6l.8.4l-1.7-6.2v-.1l2.1 6.5l.7.3l.3-.7l-2.5-6.3l.1.1l2.6 5.8l.4-.8l-2.8-4.9l4.2 3.7l.8-.2l-5.2-3.7v-.1l5.7 3.6l.7-.2l-.2-.7l-5.9-3.2h.1l5.7 2.8l-.3-.9l-5.3-1.9l5.6.1l.5-.7l-6.3.6h-.1l6.6-.9zm-7.2 1.6"/><circle cx="15.7" cy="32" r="4.5"/></g></svg> </template>
CSS
.icon-flag-for-philippines {
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%2064%2064%22%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22M33%2032L11.3%2053.7C16.7%2058.8%2024%2062%2032%2062c16.6%200%2030-13.4%2030-30z%22%2F%3E%3Cpath%20fill%3D%22%23428bc1%22%20d%3D%22M62%2032C62%2015.4%2048.6%202%2032%202c-8%200-15.3%203.2-20.7%208.3L33%2032z%22%2F%3E%3Cpath%20fill%3D%22%23f9f9f9%22%20d%3D%22M11.3%2010.3C5.6%2015.8%202%2023.5%202%2032s3.6%2016.2%209.3%2021.7L33%2032z%22%2F%3E%3Cg%20fill%3D%22%23ffce31%22%3E%3Cpath%20d%3D%22m13%2013.6l-.8%201.4l1.1%201.1l-1.5-.2l-.8%201.4l-.2-1.5l-1.5-.2l1.4-.8l-.2-1.5l1.1%201.1zm.2%2034.4l-1.1%201.2l.8%201.3l-1.4-.6l-1.1%201.2l.2-1.6l-1.5-.6l1.6-.3l.2-1.6l.8%201.4zm17.3-16l-1.5.5V34l-1-1.2l-1.5.4l1-1.2l-1-1.2l1.5.4l1-1.2v1.5zm-6.8-1.5l-.6-.5l-6.5%201.4h.1l6.1-1.6l-.8-.5l-5.2%202l4.3-3.6l-.1-.9l-4.5%204.6h-.1l4.5-5l-.1-.7l-.7.1l-4%205.2v-.1l3.7-5.3l-.9.1l-2.7%204.9l1-5.6l-.6-.6l-.6%206.5v.1l.2-6.8l-.5-.5l-.5.5l.2%206.8v-.1l-.5-6.4l-.6.6l1%205.6l-2.7-4.9l-.9-.1l3.7%205.3v.1l-4.1-5.4l-.7-.1l-.1.7l4.5%205h-.1l-4.5-4.6l-.1.9l4.3%203.6l-5.2-2l-.7.5l6.1%201.6h.1L8.3%2030l-.6.4l.4.6l6.6.9h-.1l-6.3-.6l.5.7l5.6-.1L9.2%2034l-.2.9l5.7-2.8h.1l-5.9%203.2l-.2.7l.7.2l5.7-3.6v.1l-5.2%203.7l.8.2l4.2-3.7l-2.9%204.9l.4.8l2.6-5.8l.1-.1l-2.5%206.3l.3.7l.7-.3l2.1-6.5v.1L14%2039.2l.8-.4l.9-5.6l.9%205.6l.8.4l-1.7-6.2v-.1l2.1%206.5l.7.3l.3-.7l-2.5-6.3l.1.1l2.6%205.8l.4-.8l-2.8-4.9l4.2%203.7l.8-.2l-5.2-3.7v-.1l5.7%203.6l.7-.2l-.2-.7l-5.9-3.2h.1l5.7%202.8l-.3-.9l-5.3-1.9l5.6.1l.5-.7l-6.3.6h-.1l6.6-.9zm-7.2%201.6%22%2F%3E%3Ccircle%20cx%3D%2215.7%22%20cy%3D%2232%22%20r%3D%224.5%22%2F%3E%3C%2Fg%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22M33%2032L11.3%2053.7C16.7%2058.8%2024%2062%2032%2062c16.6%200%2030-13.4%2030-30z%22%2F%3E%3Cpath%20fill%3D%22%23428bc1%22%20d%3D%22M62%2032C62%2015.4%2048.6%202%2032%202c-8%200-15.3%203.2-20.7%208.3L33%2032z%22%2F%3E%3Cpath%20fill%3D%22%23f9f9f9%22%20d%3D%22M11.3%2010.3C5.6%2015.8%202%2023.5%202%2032s3.6%2016.2%209.3%2021.7L33%2032z%22%2F%3E%3Cg%20fill%3D%22%23ffce31%22%3E%3Cpath%20d%3D%22m13%2013.6l-.8%201.4l1.1%201.1l-1.5-.2l-.8%201.4l-.2-1.5l-1.5-.2l1.4-.8l-.2-1.5l1.1%201.1zm.2%2034.4l-1.1%201.2l.8%201.3l-1.4-.6l-1.1%201.2l.2-1.6l-1.5-.6l1.6-.3l.2-1.6l.8%201.4zm17.3-16l-1.5.5V34l-1-1.2l-1.5.4l1-1.2l-1-1.2l1.5.4l1-1.2v1.5zm-6.8-1.5l-.6-.5l-6.5%201.4h.1l6.1-1.6l-.8-.5l-5.2%202l4.3-3.6l-.1-.9l-4.5%204.6h-.1l4.5-5l-.1-.7l-.7.1l-4%205.2v-.1l3.7-5.3l-.9.1l-2.7%204.9l1-5.6l-.6-.6l-.6%206.5v.1l.2-6.8l-.5-.5l-.5.5l.2%206.8v-.1l-.5-6.4l-.6.6l1%205.6l-2.7-4.9l-.9-.1l3.7%205.3v.1l-4.1-5.4l-.7-.1l-.1.7l4.5%205h-.1l-4.5-4.6l-.1.9l4.3%203.6l-5.2-2l-.7.5l6.1%201.6h.1L8.3%2030l-.6.4l.4.6l6.6.9h-.1l-6.3-.6l.5.7l5.6-.1L9.2%2034l-.2.9l5.7-2.8h.1l-5.9%203.2l-.2.7l.7.2l5.7-3.6v.1l-5.2%203.7l.8.2l4.2-3.7l-2.9%204.9l.4.8l2.6-5.8l.1-.1l-2.5%206.3l.3.7l.7-.3l2.1-6.5v.1L14%2039.2l.8-.4l.9-5.6l.9%205.6l.8.4l-1.7-6.2v-.1l2.1%206.5l.7.3l.3-.7l-2.5-6.3l.1.1l2.6%205.8l.4-.8l-2.8-4.9l4.2%203.7l.8-.2l-5.2-3.7v-.1l5.7%203.6l.7-.2l-.2-.7l-5.9-3.2h.1l5.7%202.8l-.3-.9l-5.3-1.9l5.6.1l.5-.7l-6.3.6h-.1l6.6-.9zm-7.2%201.6%22%2F%3E%3Ccircle%20cx%3D%2215.7%22%20cy%3D%2232%22%20r%3D%224.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/flag-for-philippines.svg?color=%231a73e8&size=48