la logo
la from Circle Flags by HatScripts · Circle · MIT Free for personal and commercial use.
- Name
- la
- Set
- Circle Flags
- Style
- Circle
- Viewbox
- 512×512
- License
- MIT
The same logo in other sets
Use the la logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs6"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs6)"><path fill="#d80027" d="M0 0h512v512H0Z"/><path fill="#ffda44" d="M192 112a16 16 0 0 0-8 2c-17 9-33 20-45 34c-8-22-24-26-24-26s-14 13-7 35c2 9 6 15 10 19q-12 21-18 45c-17-15-33-10-33-10s-6 17 11 34c6 6 13 9 18 11c0 17 3 33 7 48c-22-5-33 7-33 7s4 18 26 24c9 3 16 2 21 1c9 14 19 27 31 38c-22 6-26 23-26 23s13 14 35 7c9-2 15-6 19-10a159 159 0 0 0 160 0c4 4 10 8 19 10c22 7 35-7 35-7s-4-17-26-23c12-11 22-24 31-38c5 1 12 2 21-1c22-6 26-24 26-24s-11-12-33-7c4-15 7-31 7-48c5-2 12-5 18-11c17-17 11-34 11-34s-16-5-33 10q-6-24-18-45c4-4 8-10 10-19c7-22-7-35-7-35s-16 4-24 26c-12-14-28-25-45-34a16 16 0 0 0-8-2a16 16 0 0 0-13 9a16 16 0 0 0 7 21c13 7 24 16 34 26c-23 1-31 16-31 16s8 16 32 16c8 0 15-2 19-5c6 10 10 20 12 31c-20-11-35-2-35-2s-1 18 19 30c8 4 14 6 20 6c0 11-2 23-5 33l-1-1c-11-20-30-19-30-19s-9 15 3 36c4 7 9 12 14 14c-6 9-12 18-20 25c-1-23-17-31-17-31s-16 8-16 32c0 8 3 15 5 19a126 126 0 0 1-122 0c3-4 5-11 5-19c0-24-16-32-16-32s-16 8-17 31c-7-7-14-16-20-25c5-2 10-7 14-14c12-21 3-36 3-36s-19-1-30 19v1c-4-10-6-22-6-33c6 0 12-2 20-6c20-12 19-30 19-30s-15-9-35 2c2-11 6-21 12-31c4 3 11 5 19 5c24 0 32-16 32-16s-8-15-31-16c10-10 21-19 34-26a16 16 0 0 0 7-21a16 16 0 0 0-13-9"/></g></svg>
React
import type { SVGProps } from "react";
export function CircleFlagsLa(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs6"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs6)"><path fill="#d80027" d="M0 0h512v512H0Z"/><path fill="#ffda44" d="M192 112a16 16 0 0 0-8 2c-17 9-33 20-45 34c-8-22-24-26-24-26s-14 13-7 35c2 9 6 15 10 19q-12 21-18 45c-17-15-33-10-33-10s-6 17 11 34c6 6 13 9 18 11c0 17 3 33 7 48c-22-5-33 7-33 7s4 18 26 24c9 3 16 2 21 1c9 14 19 27 31 38c-22 6-26 23-26 23s13 14 35 7c9-2 15-6 19-10a159 159 0 0 0 160 0c4 4 10 8 19 10c22 7 35-7 35-7s-4-17-26-23c12-11 22-24 31-38c5 1 12 2 21-1c22-6 26-24 26-24s-11-12-33-7c4-15 7-31 7-48c5-2 12-5 18-11c17-17 11-34 11-34s-16-5-33 10q-6-24-18-45c4-4 8-10 10-19c7-22-7-35-7-35s-16 4-24 26c-12-14-28-25-45-34a16 16 0 0 0-8-2a16 16 0 0 0-13 9a16 16 0 0 0 7 21c13 7 24 16 34 26c-23 1-31 16-31 16s8 16 32 16c8 0 15-2 19-5c6 10 10 20 12 31c-20-11-35-2-35-2s-1 18 19 30c8 4 14 6 20 6c0 11-2 23-5 33l-1-1c-11-20-30-19-30-19s-9 15 3 36c4 7 9 12 14 14c-6 9-12 18-20 25c-1-23-17-31-17-31s-16 8-16 32c0 8 3 15 5 19a126 126 0 0 1-122 0c3-4 5-11 5-19c0-24-16-32-16-32s-16 8-17 31c-7-7-14-16-20-25c5-2 10-7 14-14c12-21 3-36 3-36s-19-1-30 19v1c-4-10-6-22-6-33c6 0 12-2 20-6c20-12 19-30 19-30s-15-9-35 2c2-11 6-21 12-31c4 3 11 5 19 5c24 0 32-16 32-16s-8-15-31-16c10-10 21-19 34-26a16 16 0 0 0 7-21a16 16 0 0 0-13-9"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs6"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs6)"><path fill="#d80027" d="M0 0h512v512H0Z"/><path fill="#ffda44" d="M192 112a16 16 0 0 0-8 2c-17 9-33 20-45 34c-8-22-24-26-24-26s-14 13-7 35c2 9 6 15 10 19q-12 21-18 45c-17-15-33-10-33-10s-6 17 11 34c6 6 13 9 18 11c0 17 3 33 7 48c-22-5-33 7-33 7s4 18 26 24c9 3 16 2 21 1c9 14 19 27 31 38c-22 6-26 23-26 23s13 14 35 7c9-2 15-6 19-10a159 159 0 0 0 160 0c4 4 10 8 19 10c22 7 35-7 35-7s-4-17-26-23c12-11 22-24 31-38c5 1 12 2 21-1c22-6 26-24 26-24s-11-12-33-7c4-15 7-31 7-48c5-2 12-5 18-11c17-17 11-34 11-34s-16-5-33 10q-6-24-18-45c4-4 8-10 10-19c7-22-7-35-7-35s-16 4-24 26c-12-14-28-25-45-34a16 16 0 0 0-8-2a16 16 0 0 0-13 9a16 16 0 0 0 7 21c13 7 24 16 34 26c-23 1-31 16-31 16s8 16 32 16c8 0 15-2 19-5c6 10 10 20 12 31c-20-11-35-2-35-2s-1 18 19 30c8 4 14 6 20 6c0 11-2 23-5 33l-1-1c-11-20-30-19-30-19s-9 15 3 36c4 7 9 12 14 14c-6 9-12 18-20 25c-1-23-17-31-17-31s-16 8-16 32c0 8 3 15 5 19a126 126 0 0 1-122 0c3-4 5-11 5-19c0-24-16-32-16-32s-16 8-17 31c-7-7-14-16-20-25c5-2 10-7 14-14c12-21 3-36 3-36s-19-1-30 19v1c-4-10-6-22-6-33c6 0 12-2 20-6c20-12 19-30 19-30s-15-9-35 2c2-11 6-21 12-31c4 3 11 5 19 5c24 0 32-16 32-16s-8-15-31-16c10-10 21-19 34-26a16 16 0 0 0 7-21a16 16 0 0 0-13-9"/></g></svg> </template>
CSS
.icon-la {
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%20512%20512%22%3E%3Cmask%20id%3D%22SVGqdEcMdXs6%22%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%22256%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23SVGqdEcMdXs6)%22%3E%3Cpath%20fill%3D%22%23d80027%22%20d%3D%22M0%200h512v512H0Z%22%2F%3E%3Cpath%20fill%3D%22%23ffda44%22%20d%3D%22M192%20112a16%2016%200%200%200-8%202c-17%209-33%2020-45%2034c-8-22-24-26-24-26s-14%2013-7%2035c2%209%206%2015%2010%2019q-12%2021-18%2045c-17-15-33-10-33-10s-6%2017%2011%2034c6%206%2013%209%2018%2011c0%2017%203%2033%207%2048c-22-5-33%207-33%207s4%2018%2026%2024c9%203%2016%202%2021%201c9%2014%2019%2027%2031%2038c-22%206-26%2023-26%2023s13%2014%2035%207c9-2%2015-6%2019-10a159%20159%200%200%200%20160%200c4%204%2010%208%2019%2010c22%207%2035-7%2035-7s-4-17-26-23c12-11%2022-24%2031-38c5%201%2012%202%2021-1c22-6%2026-24%2026-24s-11-12-33-7c4-15%207-31%207-48c5-2%2012-5%2018-11c17-17%2011-34%2011-34s-16-5-33%2010q-6-24-18-45c4-4%208-10%2010-19c7-22-7-35-7-35s-16%204-24%2026c-12-14-28-25-45-34a16%2016%200%200%200-8-2a16%2016%200%200%200-13%209a16%2016%200%200%200%207%2021c13%207%2024%2016%2034%2026c-23%201-31%2016-31%2016s8%2016%2032%2016c8%200%2015-2%2019-5c6%2010%2010%2020%2012%2031c-20-11-35-2-35-2s-1%2018%2019%2030c8%204%2014%206%2020%206c0%2011-2%2023-5%2033l-1-1c-11-20-30-19-30-19s-9%2015%203%2036c4%207%209%2012%2014%2014c-6%209-12%2018-20%2025c-1-23-17-31-17-31s-16%208-16%2032c0%208%203%2015%205%2019a126%20126%200%200%201-122%200c3-4%205-11%205-19c0-24-16-32-16-32s-16%208-17%2031c-7-7-14-16-20-25c5-2%2010-7%2014-14c12-21%203-36%203-36s-19-1-30%2019v1c-4-10-6-22-6-33c6%200%2012-2%2020-6c20-12%2019-30%2019-30s-15-9-35%202c2-11%206-21%2012-31c4%203%2011%205%2019%205c24%200%2032-16%2032-16s-8-15-31-16c10-10%2021-19%2034-26a16%2016%200%200%200%207-21a16%2016%200%200%200-13-9%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%20512%20512%22%3E%3Cmask%20id%3D%22SVGqdEcMdXs6%22%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%22256%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23SVGqdEcMdXs6)%22%3E%3Cpath%20fill%3D%22%23d80027%22%20d%3D%22M0%200h512v512H0Z%22%2F%3E%3Cpath%20fill%3D%22%23ffda44%22%20d%3D%22M192%20112a16%2016%200%200%200-8%202c-17%209-33%2020-45%2034c-8-22-24-26-24-26s-14%2013-7%2035c2%209%206%2015%2010%2019q-12%2021-18%2045c-17-15-33-10-33-10s-6%2017%2011%2034c6%206%2013%209%2018%2011c0%2017%203%2033%207%2048c-22-5-33%207-33%207s4%2018%2026%2024c9%203%2016%202%2021%201c9%2014%2019%2027%2031%2038c-22%206-26%2023-26%2023s13%2014%2035%207c9-2%2015-6%2019-10a159%20159%200%200%200%20160%200c4%204%2010%208%2019%2010c22%207%2035-7%2035-7s-4-17-26-23c12-11%2022-24%2031-38c5%201%2012%202%2021-1c22-6%2026-24%2026-24s-11-12-33-7c4-15%207-31%207-48c5-2%2012-5%2018-11c17-17%2011-34%2011-34s-16-5-33%2010q-6-24-18-45c4-4%208-10%2010-19c7-22-7-35-7-35s-16%204-24%2026c-12-14-28-25-45-34a16%2016%200%200%200-8-2a16%2016%200%200%200-13%209a16%2016%200%200%200%207%2021c13%207%2024%2016%2034%2026c-23%201-31%2016-31%2016s8%2016%2032%2016c8%200%2015-2%2019-5c6%2010%2010%2020%2012%2031c-20-11-35-2-35-2s-1%2018%2019%2030c8%204%2014%206%2020%206c0%2011-2%2023-5%2033l-1-1c-11-20-30-19-30-19s-9%2015%203%2036c4%207%209%2012%2014%2014c-6%209-12%2018-20%2025c-1-23-17-31-17-31s-16%208-16%2032c0%208%203%2015%205%2019a126%20126%200%200%201-122%200c3-4%205-11%205-19c0-24-16-32-16-32s-16%208-17%2031c-7-7-14-16-20-25c5-2%2010-7%2014-14c12-21%203-36%203-36s-19-1-30%2019v1c-4-10-6-22-6-33c6%200%2012-2%2020-6c20-12%2019-30%2019-30s-15-9-35%202c2-11%206-21%2012-31c4%203%2011%205%2019%205c24%200%2032-16%2032-16s-8-15-31-16c10-10%2021-19%2034-26a16%2016%200%200%200%207-21a16%2016%200%200%200-13-9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/circle-flags/la.svg?color=%231a73e8&size=48