flag-alt-outline from Teenyicons by smhmd · Outline · MIT Free for personal and commercial use.

Name
flag-alt-outline
Set
Teenyicons
Style
Outline
Viewbox
15×15
License
MIT

1 other variant in Teenyicons

The same icon in other sets

Use the flag alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m12.5 6.5l.224.447a.5.5 0 0 0 .033-.876zm-10-6l.257-.429A.5.5 0 0 0 2 .5zm10.257 5.571l-10-6l-.514.858l10 6zM2 .5v11h1V.5zm.724 11.447l10-5l-.448-.894l-10 5zM3 15v-3.5H2V15z"/></svg>

React

import type { SVGProps } from "react";

export function TeenyiconsFlagAltOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m12.5 6.5l.224.447a.5.5 0 0 0 .033-.876zm-10-6l.257-.429A.5.5 0 0 0 2 .5zm10.257 5.571l-10-6l-.514.858l10 6zM2 .5v11h1V.5zm.724 11.447l10-5l-.448-.894l-10 5zM3 15v-3.5H2V15z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m12.5 6.5l.224.447a.5.5 0 0 0 .033-.876zm-10-6l.257-.429A.5.5 0 0 0 2 .5zm10.257 5.571l-10-6l-.514.858l10 6zM2 .5v11h1V.5zm.724 11.447l10-5l-.448-.894l-10 5zM3 15v-3.5H2V15z"/></svg>
</template>

CSS

.icon-flag-alt-outline {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.5%206.5l.224.447a.5.5%200%200%200%20.033-.876zm-10-6l.257-.429A.5.5%200%200%200%202%20.5zm10.257%205.571l-10-6l-.514.858l10%206zM2%20.5v11h1V.5zm.724%2011.447l10-5l-.448-.894l-10%205zM3%2015v-3.5H2V15z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.5%206.5l.224.447a.5.5%200%200%200%20.033-.876zm-10-6l.257-.429A.5.5%200%200%200%202%20.5zm10.257%205.571l-10-6l-.514.858l10%206zM2%20.5v11h1V.5zm.724%2011.447l10-5l-.448-.894l-10%205zM3%2015v-3.5H2V15z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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