flag for white flag emoji

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

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

More flags icons from Emoji One (Colored)

Use the flag for white flag emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#d0d0d0" d="M48.2.7c-16.6-5.2-22.4 19.4-39 14.2c3 8.3 6 16.5 9 24.8c16.6 5.2 22.4-19.4 39-14.2c-3-8.3-6-16.5-9-24.8"/><path fill="#3e4347" d="M6.8 15.8L24.4 64h1L7.7 15.4l.6-.2L26 64h1L9.1 14.9z"/><path fill="#94989b" d="m8.3 15.2l-.6.2L25.4 64h.6z"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneFlagForWhiteFlag(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#d0d0d0" d="M48.2.7c-16.6-5.2-22.4 19.4-39 14.2c3 8.3 6 16.5 9 24.8c16.6 5.2 22.4-19.4 39-14.2c-3-8.3-6-16.5-9-24.8"/><path fill="#3e4347" d="M6.8 15.8L24.4 64h1L7.7 15.4l.6-.2L26 64h1L9.1 14.9z"/><path fill="#94989b" d="m8.3 15.2l-.6.2L25.4 64h.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#d0d0d0" d="M48.2.7c-16.6-5.2-22.4 19.4-39 14.2c3 8.3 6 16.5 9 24.8c16.6 5.2 22.4-19.4 39-14.2c-3-8.3-6-16.5-9-24.8"/><path fill="#3e4347" d="M6.8 15.8L24.4 64h1L7.7 15.4l.6-.2L26 64h1L9.1 14.9z"/><path fill="#94989b" d="m8.3 15.2l-.6.2L25.4 64h.6z"/></svg>
</template>

CSS

.icon-flag-for-white-flag {
  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%23d0d0d0%22%20d%3D%22M48.2.7c-16.6-5.2-22.4%2019.4-39%2014.2c3%208.3%206%2016.5%209%2024.8c16.6%205.2%2022.4-19.4%2039-14.2c-3-8.3-6-16.5-9-24.8%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M6.8%2015.8L24.4%2064h1L7.7%2015.4l.6-.2L26%2064h1L9.1%2014.9z%22%2F%3E%3Cpath%20fill%3D%22%2394989b%22%20d%3D%22m8.3%2015.2l-.6.2L25.4%2064h.6z%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%23d0d0d0%22%20d%3D%22M48.2.7c-16.6-5.2-22.4%2019.4-39%2014.2c3%208.3%206%2016.5%209%2024.8c16.6%205.2%2022.4-19.4%2039-14.2c-3-8.3-6-16.5-9-24.8%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M6.8%2015.8L24.4%2064h1L7.7%2015.4l.6-.2L26%2064h1L9.1%2014.9z%22%2F%3E%3Cpath%20fill%3D%22%2394989b%22%20d%3D%22m8.3%2015.2l-.6.2L25.4%2064h.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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