flag for algeria emoji

flag-for-algeria from Emoji One (Colored) by Emoji One · Default · Flags · CC-BY-4.0 Attribution required.

Name
flag-for-algeria
Set
Emoji One (Colored)
Style
Default
Category
Flags
Viewbox
64×64
License
CC BY 4.0
Aliases
flag-for-flag-algeria

More flags icons from Emoji One (Colored)

Use the flag for algeria emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f9f9f9" d="M62 32C62 15.4 48.6 2 32 2v60c16.6 0 30-13.4 30-30"/><path fill="#699635" d="M2 32c0 16.6 13.4 30 30 30V2C15.4 2 2 15.4 2 32"/><g fill="#ed4c5c"><path d="m40.7 39l-.1-5.4L46 32l-5.4-1.6l.1-5.4l-3.3 4.3l-5.4-1.6l3.3 4.3l-3.3 4.3l5.4-1.6z"/><path d="M37.2 44c-6.6 0-11.9-5.4-11.9-12s5.3-12 11.9-12c2.5 0 4.8.8 6.8 2.1C41.3 19 37.3 17 32.8 17C24.6 17 18 23.7 18 32s6.6 15 14.8 15c4.5 0 8.5-2 11.2-5.1c-1.9 1.3-4.2 2.1-6.8 2.1"/></g></svg>

React

import type { SVGProps } from "react";

export function EmojioneFlagForAlgeria(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f9f9f9" d="M62 32C62 15.4 48.6 2 32 2v60c16.6 0 30-13.4 30-30"/><path fill="#699635" d="M2 32c0 16.6 13.4 30 30 30V2C15.4 2 2 15.4 2 32"/><g fill="#ed4c5c"><path d="m40.7 39l-.1-5.4L46 32l-5.4-1.6l.1-5.4l-3.3 4.3l-5.4-1.6l3.3 4.3l-3.3 4.3l5.4-1.6z"/><path d="M37.2 44c-6.6 0-11.9-5.4-11.9-12s5.3-12 11.9-12c2.5 0 4.8.8 6.8 2.1C41.3 19 37.3 17 32.8 17C24.6 17 18 23.7 18 32s6.6 15 14.8 15c4.5 0 8.5-2 11.2-5.1c-1.9 1.3-4.2 2.1-6.8 2.1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f9f9f9" d="M62 32C62 15.4 48.6 2 32 2v60c16.6 0 30-13.4 30-30"/><path fill="#699635" d="M2 32c0 16.6 13.4 30 30 30V2C15.4 2 2 15.4 2 32"/><g fill="#ed4c5c"><path d="m40.7 39l-.1-5.4L46 32l-5.4-1.6l.1-5.4l-3.3 4.3l-5.4-1.6l3.3 4.3l-3.3 4.3l5.4-1.6z"/><path d="M37.2 44c-6.6 0-11.9-5.4-11.9-12s5.3-12 11.9-12c2.5 0 4.8.8 6.8 2.1C41.3 19 37.3 17 32.8 17C24.6 17 18 23.7 18 32s6.6 15 14.8 15c4.5 0 8.5-2 11.2-5.1c-1.9 1.3-4.2 2.1-6.8 2.1"/></g></svg>
</template>

CSS

.icon-flag-for-algeria {
  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%23f9f9f9%22%20d%3D%22M62%2032C62%2015.4%2048.6%202%2032%202v60c16.6%200%2030-13.4%2030-30%22%2F%3E%3Cpath%20fill%3D%22%23699635%22%20d%3D%22M2%2032c0%2016.6%2013.4%2030%2030%2030V2C15.4%202%202%2015.4%202%2032%22%2F%3E%3Cg%20fill%3D%22%23ed4c5c%22%3E%3Cpath%20d%3D%22m40.7%2039l-.1-5.4L46%2032l-5.4-1.6l.1-5.4l-3.3%204.3l-5.4-1.6l3.3%204.3l-3.3%204.3l5.4-1.6z%22%2F%3E%3Cpath%20d%3D%22M37.2%2044c-6.6%200-11.9-5.4-11.9-12s5.3-12%2011.9-12c2.5%200%204.8.8%206.8%202.1C41.3%2019%2037.3%2017%2032.8%2017C24.6%2017%2018%2023.7%2018%2032s6.6%2015%2014.8%2015c4.5%200%208.5-2%2011.2-5.1c-1.9%201.3-4.2%202.1-6.8%202.1%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%23f9f9f9%22%20d%3D%22M62%2032C62%2015.4%2048.6%202%2032%202v60c16.6%200%2030-13.4%2030-30%22%2F%3E%3Cpath%20fill%3D%22%23699635%22%20d%3D%22M2%2032c0%2016.6%2013.4%2030%2030%2030V2C15.4%202%202%2015.4%202%2032%22%2F%3E%3Cg%20fill%3D%22%23ed4c5c%22%3E%3Cpath%20d%3D%22m40.7%2039l-.1-5.4L46%2032l-5.4-1.6l.1-5.4l-3.3%204.3l-5.4-1.6l3.3%204.3l-3.3%204.3l5.4-1.6z%22%2F%3E%3Cpath%20d%3D%22M37.2%2044c-6.6%200-11.9-5.4-11.9-12s5.3-12%2011.9-12c2.5%200%204.8.8%206.8%202.1C41.3%2019%2037.3%2017%2032.8%2017C24.6%2017%2018%2023.7%2018%2032s6.6%2015%2014.8%2015c4.5%200%208.5-2%2011.2-5.1c-1.9%201.3-4.2%202.1-6.8%202.1%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-algeria.svg?color=%231a73e8&size=48