flag icon
flag-outline from Solar by 480 Design · Outline · UI · CC-BY-4.0 Attribution required.
- Name
- flag-outline
- Set
- Solar
- Style
- Outline
- Category
- UI
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
flagAkar Iconsflag-filledAnt Design IconsflagBootstrap IconsflagBoxIcons v2flagBoxIcons v2 SolidflagCarbonflagCodiconsflagElement Plusflag-fillEva IconsflagFramework7 IconsflagFont Awesome 6 RegularflagFont Awesome 6 SolidflagFont Awesome RegularflagFont Awesome SolidflagFeather Iconsflag-outlineFlowbite Iconsflag-16-filledFluent UI System Iconsflag-16Fluent UI System Color Iconsflagcss.ggflagHeroIconsflagHumbleiconsflagIconParkflagIconPark OutlineflagIconPark Solid
More ui icons from Solar
accessibility-boldadd-boldadd-circle-boldadd-square-boldaugmented-reality-boldballoon-boldbattery-charge-boldbattery-charge-minimalistic-boldbattery-full-boldbattery-full-minimalistic-boldbattery-half-boldbattery-half-minimalistic-boldbattery-low-boldbattery-low-minimalistic-boldblocks-boldbody-boldbolt-boldbolt-circle-boldbox-boldbox-minimalistic-boldbroom-boldcat-boldcheck-circle-boldcheck-square-bold
Use the flag icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5 1.25C5.41421 1.25 5.75 1.58579 5.75 2V3.08515L7.32358 2.77043C9.11678 2.41179 10.9756 2.58245 12.6735 3.26161L12.8771 3.34307C14.2919 3.90898 15.849 4.01466 17.3273 3.64509C18.5579 3.33744 19.75 4.2682 19.75 5.53669V12.9037C19.75 13.8922 19.0773 14.7538 18.1183 14.9935L17.9039 15.0471C15.9814 15.5277 13.9563 15.3903 12.1164 14.6543C10.6886 14.0832 9.12562 13.9397 7.61776 14.2413L5.75 14.6149V22C5.75 22.4142 5.41421 22.75 5 22.75C4.58579 22.75 4.25 22.4142 4.25 22V2C4.25 1.58579 4.58579 1.25 5 1.25ZM5.75 13.0851L7.32358 12.7704C9.11678 12.4118 10.9756 12.5825 12.6735 13.2616C14.2206 13.8805 15.9235 13.996 17.5401 13.5919L17.7545 13.5383C18.0457 13.4655 18.25 13.2039 18.25 12.9037V5.53669C18.25 5.24405 17.975 5.02933 17.6911 5.10031C15.9069 5.54635 14.0276 5.4188 12.32 4.73578L12.1164 4.65433C10.6886 4.08323 9.12562 3.93973 7.61776 4.2413L5.75 4.61485V13.0851Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarFlagOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M5 1.25C5.41421 1.25 5.75 1.58579 5.75 2V3.08515L7.32358 2.77043C9.11678 2.41179 10.9756 2.58245 12.6735 3.26161L12.8771 3.34307C14.2919 3.90898 15.849 4.01466 17.3273 3.64509C18.5579 3.33744 19.75 4.2682 19.75 5.53669V12.9037C19.75 13.8922 19.0773 14.7538 18.1183 14.9935L17.9039 15.0471C15.9814 15.5277 13.9563 15.3903 12.1164 14.6543C10.6886 14.0832 9.12562 13.9397 7.61776 14.2413L5.75 14.6149V22C5.75 22.4142 5.41421 22.75 5 22.75C4.58579 22.75 4.25 22.4142 4.25 22V2C4.25 1.58579 4.58579 1.25 5 1.25ZM5.75 13.0851L7.32358 12.7704C9.11678 12.4118 10.9756 12.5825 12.6735 13.2616C14.2206 13.8805 15.9235 13.996 17.5401 13.5919L17.7545 13.5383C18.0457 13.4655 18.25 13.2039 18.25 12.9037V5.53669C18.25 5.24405 17.975 5.02933 17.6911 5.10031C15.9069 5.54635 14.0276 5.4188 12.32 4.73578L12.1164 4.65433C10.6886 4.08323 9.12562 3.93973 7.61776 4.2413L5.75 4.61485V13.0851Z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5 1.25C5.41421 1.25 5.75 1.58579 5.75 2V3.08515L7.32358 2.77043C9.11678 2.41179 10.9756 2.58245 12.6735 3.26161L12.8771 3.34307C14.2919 3.90898 15.849 4.01466 17.3273 3.64509C18.5579 3.33744 19.75 4.2682 19.75 5.53669V12.9037C19.75 13.8922 19.0773 14.7538 18.1183 14.9935L17.9039 15.0471C15.9814 15.5277 13.9563 15.3903 12.1164 14.6543C10.6886 14.0832 9.12562 13.9397 7.61776 14.2413L5.75 14.6149V22C5.75 22.4142 5.41421 22.75 5 22.75C4.58579 22.75 4.25 22.4142 4.25 22V2C4.25 1.58579 4.58579 1.25 5 1.25ZM5.75 13.0851L7.32358 12.7704C9.11678 12.4118 10.9756 12.5825 12.6735 13.2616C14.2206 13.8805 15.9235 13.996 17.5401 13.5919L17.7545 13.5383C18.0457 13.4655 18.25 13.2039 18.25 12.9037V5.53669C18.25 5.24405 17.975 5.02933 17.6911 5.10031C15.9069 5.54635 14.0276 5.4188 12.32 4.73578L12.1164 4.65433C10.6886 4.08323 9.12562 3.93973 7.61776 4.2413L5.75 4.61485V13.0851Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-flag-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5%201.25C5.41421%201.25%205.75%201.58579%205.75%202V3.08515L7.32358%202.77043C9.11678%202.41179%2010.9756%202.58245%2012.6735%203.26161L12.8771%203.34307C14.2919%203.90898%2015.849%204.01466%2017.3273%203.64509C18.5579%203.33744%2019.75%204.2682%2019.75%205.53669V12.9037C19.75%2013.8922%2019.0773%2014.7538%2018.1183%2014.9935L17.9039%2015.0471C15.9814%2015.5277%2013.9563%2015.3903%2012.1164%2014.6543C10.6886%2014.0832%209.12562%2013.9397%207.61776%2014.2413L5.75%2014.6149V22C5.75%2022.4142%205.41421%2022.75%205%2022.75C4.58579%2022.75%204.25%2022.4142%204.25%2022V2C4.25%201.58579%204.58579%201.25%205%201.25ZM5.75%2013.0851L7.32358%2012.7704C9.11678%2012.4118%2010.9756%2012.5825%2012.6735%2013.2616C14.2206%2013.8805%2015.9235%2013.996%2017.5401%2013.5919L17.7545%2013.5383C18.0457%2013.4655%2018.25%2013.2039%2018.25%2012.9037V5.53669C18.25%205.24405%2017.975%205.02933%2017.6911%205.10031C15.9069%205.54635%2014.0276%205.4188%2012.32%204.73578L12.1164%204.65433C10.6886%204.08323%209.12562%203.93973%207.61776%204.2413L5.75%204.61485V13.0851Z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5%201.25C5.41421%201.25%205.75%201.58579%205.75%202V3.08515L7.32358%202.77043C9.11678%202.41179%2010.9756%202.58245%2012.6735%203.26161L12.8771%203.34307C14.2919%203.90898%2015.849%204.01466%2017.3273%203.64509C18.5579%203.33744%2019.75%204.2682%2019.75%205.53669V12.9037C19.75%2013.8922%2019.0773%2014.7538%2018.1183%2014.9935L17.9039%2015.0471C15.9814%2015.5277%2013.9563%2015.3903%2012.1164%2014.6543C10.6886%2014.0832%209.12562%2013.9397%207.61776%2014.2413L5.75%2014.6149V22C5.75%2022.4142%205.41421%2022.75%205%2022.75C4.58579%2022.75%204.25%2022.4142%204.25%2022V2C4.25%201.58579%204.58579%201.25%205%201.25ZM5.75%2013.0851L7.32358%2012.7704C9.11678%2012.4118%2010.9756%2012.5825%2012.6735%2013.2616C14.2206%2013.8805%2015.9235%2013.996%2017.5401%2013.5919L17.7545%2013.5383C18.0457%2013.4655%2018.25%2013.2039%2018.25%2012.9037V5.53669C18.25%205.24405%2017.975%205.02933%2017.6911%205.10031C15.9069%205.54635%2014.0276%205.4188%2012.32%204.73578L12.1164%204.65433C10.6886%204.08323%209.12562%203.93973%207.61776%204.2413L5.75%204.61485V13.0851Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/flag-outline.svg?color=%231a73e8&size=48