flag for israel emoji

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

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

More flags icons from Emoji One (Colored)

Use the flag for israel emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f9f9f9" d="M52.1 10c-5.4-5-12.5-8-20.4-8s-15 3-20.4 8zM11.3 54c5.4 5 12.5 8 20.4 8s15-3 20.4-8zM1.7 32c0 4.3.9 8.3 2.5 12h55c1.6-3.7 2.5-7.7 2.5-12s-.9-8.3-2.5-12h-55c-1.6 3.7-2.5 7.7-2.5 12"/><path fill="#428bc1" d="M11.4 54h40.7c3-2.8 5.5-6.2 7.1-10h-55c1.7 3.8 4.2 7.2 7.2 10m40.7-44H11.4c-3 2.8-5.5 6.2-7.1 10h55c-1.7-3.8-4.2-7.2-7.2-10M40.7 27h-6l-3-5l-3 5h-6l3 5l-3 5h6l3 5l3-5h6l-3-5zm-9-2.1L33 27h-2.5zm-6.3 3.6h2.5l-1.2 2.1zm0 7l1.2-2.1l1.2 2.1zm6.3 3.6L30.5 37H33zm2.2-3.6h-4.2L27.5 32l2.1-3.5h4.2L36 32zm4.2 0h-2.5l1.2-2.1zm-1.2-5l-1.2-2.1h2.5z"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneFlagForIsrael(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="M52.1 10c-5.4-5-12.5-8-20.4-8s-15 3-20.4 8zM11.3 54c5.4 5 12.5 8 20.4 8s15-3 20.4-8zM1.7 32c0 4.3.9 8.3 2.5 12h55c1.6-3.7 2.5-7.7 2.5-12s-.9-8.3-2.5-12h-55c-1.6 3.7-2.5 7.7-2.5 12"/><path fill="#428bc1" d="M11.4 54h40.7c3-2.8 5.5-6.2 7.1-10h-55c1.7 3.8 4.2 7.2 7.2 10m40.7-44H11.4c-3 2.8-5.5 6.2-7.1 10h55c-1.7-3.8-4.2-7.2-7.2-10M40.7 27h-6l-3-5l-3 5h-6l3 5l-3 5h6l3 5l3-5h6l-3-5zm-9-2.1L33 27h-2.5zm-6.3 3.6h2.5l-1.2 2.1zm0 7l1.2-2.1l1.2 2.1zm6.3 3.6L30.5 37H33zm2.2-3.6h-4.2L27.5 32l2.1-3.5h4.2L36 32zm4.2 0h-2.5l1.2-2.1zm-1.2-5l-1.2-2.1h2.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f9f9f9" d="M52.1 10c-5.4-5-12.5-8-20.4-8s-15 3-20.4 8zM11.3 54c5.4 5 12.5 8 20.4 8s15-3 20.4-8zM1.7 32c0 4.3.9 8.3 2.5 12h55c1.6-3.7 2.5-7.7 2.5-12s-.9-8.3-2.5-12h-55c-1.6 3.7-2.5 7.7-2.5 12"/><path fill="#428bc1" d="M11.4 54h40.7c3-2.8 5.5-6.2 7.1-10h-55c1.7 3.8 4.2 7.2 7.2 10m40.7-44H11.4c-3 2.8-5.5 6.2-7.1 10h55c-1.7-3.8-4.2-7.2-7.2-10M40.7 27h-6l-3-5l-3 5h-6l3 5l-3 5h6l3 5l3-5h6l-3-5zm-9-2.1L33 27h-2.5zm-6.3 3.6h2.5l-1.2 2.1zm0 7l1.2-2.1l1.2 2.1zm6.3 3.6L30.5 37H33zm2.2-3.6h-4.2L27.5 32l2.1-3.5h4.2L36 32zm4.2 0h-2.5l1.2-2.1zm-1.2-5l-1.2-2.1h2.5z"/></svg>
</template>

CSS

.icon-flag-for-israel {
  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%22M52.1%2010c-5.4-5-12.5-8-20.4-8s-15%203-20.4%208zM11.3%2054c5.4%205%2012.5%208%2020.4%208s15-3%2020.4-8zM1.7%2032c0%204.3.9%208.3%202.5%2012h55c1.6-3.7%202.5-7.7%202.5-12s-.9-8.3-2.5-12h-55c-1.6%203.7-2.5%207.7-2.5%2012%22%2F%3E%3Cpath%20fill%3D%22%23428bc1%22%20d%3D%22M11.4%2054h40.7c3-2.8%205.5-6.2%207.1-10h-55c1.7%203.8%204.2%207.2%207.2%2010m40.7-44H11.4c-3%202.8-5.5%206.2-7.1%2010h55c-1.7-3.8-4.2-7.2-7.2-10M40.7%2027h-6l-3-5l-3%205h-6l3%205l-3%205h6l3%205l3-5h6l-3-5zm-9-2.1L33%2027h-2.5zm-6.3%203.6h2.5l-1.2%202.1zm0%207l1.2-2.1l1.2%202.1zm6.3%203.6L30.5%2037H33zm2.2-3.6h-4.2L27.5%2032l2.1-3.5h4.2L36%2032zm4.2%200h-2.5l1.2-2.1zm-1.2-5l-1.2-2.1h2.5z%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23f9f9f9%22%20d%3D%22M52.1%2010c-5.4-5-12.5-8-20.4-8s-15%203-20.4%208zM11.3%2054c5.4%205%2012.5%208%2020.4%208s15-3%2020.4-8zM1.7%2032c0%204.3.9%208.3%202.5%2012h55c1.6-3.7%202.5-7.7%202.5-12s-.9-8.3-2.5-12h-55c-1.6%203.7-2.5%207.7-2.5%2012%22%2F%3E%3Cpath%20fill%3D%22%23428bc1%22%20d%3D%22M11.4%2054h40.7c3-2.8%205.5-6.2%207.1-10h-55c1.7%203.8%204.2%207.2%207.2%2010m40.7-44H11.4c-3%202.8-5.5%206.2-7.1%2010h55c-1.7-3.8-4.2-7.2-7.2-10M40.7%2027h-6l-3-5l-3%205h-6l3%205l-3%205h6l3%205l3-5h6l-3-5zm-9-2.1L33%2027h-2.5zm-6.3%203.6h2.5l-1.2%202.1zm0%207l1.2-2.1l1.2%202.1zm6.3%203.6L30.5%2037H33zm2.2-3.6h-4.2L27.5%2032l2.1-3.5h4.2L36%2032zm4.2%200h-2.5l1.2-2.1zm-1.2-5l-1.2-2.1h2.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/flag-for-israel.svg?color=%231a73e8&size=48