brazil emoji
brazil from Streamline Emojis by Streamline · Default · Flags · CC-BY-4.0 Attribution required.
- Name
- brazil
- Set
- Streamline Emojis
- Style
- Default
- Category
- Flags
- Viewbox
- 48×48
- License
- CC BY 4.0
More flags icons from Streamline Emojis
Use the brazil emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#46b000" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M45 12.25h-6.32A45.9 45.9 0 0 1 24 9.88A45.7 45.7 0 0 0 9.37 7.5H3c-.58 0-1 .35-1 .79v26a.94.94 0 0 0 1 .79h6.37A46 46 0 0 1 24 37.46a45.6 45.6 0 0 0 14.65 2.38H45a.93.93 0 0 0 1-.79V13a.94.94 0 0 0-1-.75"/><path fill="#ffe500" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24 34.47s-3.55-2.77-7.59-6.11c-3.7-3.06-8-6.33-8-6.33S12 19.53 16.34 17S24 12.87 24 12.87s3.42 2.68 7.58 6c4.44 3.56 8 6.42 8 6.42s-3.8 2.71-8.05 5.19S24 34.47 24 34.47"/><path fill="#009fd9" d="M18.319 25.225a6.99 5.92 74.78 1 0 11.425-3.108a6.99 5.92 74.78 1 0-11.425 3.108"/><path fill="#fff" d="M18.22 21.38a8 8 0 0 0-.22 1.71v.59a21.1 21.1 0 0 1 7.57.77a15.6 15.6 0 0 1 4.13 1.85a7.6 7.6 0 0 0 .3-2.05s0 0 0-.05a14.8 14.8 0 0 0-4.4-2a21.3 21.3 0 0 0-7.38-.82m2.52 4.78a.58.54 0 1 0 1.16 0a.58.54 0 1 0-1.16 0m3.15 2.61a.44.41 0 1 0 .88 0a.44.41 0 1 0-.88 0m-.44-1.66a.44.41 0 1 0 .88 0a.44.41 0 1 0-.88 0m3.75-5.78a.44.41 0 1 0 .88 0a.44.41 0 1 0-.88 0"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M18.319 25.225a6.99 5.92 74.78 1 0 11.425-3.108a6.99 5.92 74.78 1 0-11.425 3.108"/><path fill="#45413c" d="M12.5 45.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/></svg>
React
import type { SVGProps } from "react";
export function StreamlineEmojisBrazil(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#46b000" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M45 12.25h-6.32A45.9 45.9 0 0 1 24 9.88A45.7 45.7 0 0 0 9.37 7.5H3c-.58 0-1 .35-1 .79v26a.94.94 0 0 0 1 .79h6.37A46 46 0 0 1 24 37.46a45.6 45.6 0 0 0 14.65 2.38H45a.93.93 0 0 0 1-.79V13a.94.94 0 0 0-1-.75"/><path fill="#ffe500" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M24 34.47s-3.55-2.77-7.59-6.11c-3.7-3.06-8-6.33-8-6.33S12 19.53 16.34 17S24 12.87 24 12.87s3.42 2.68 7.58 6c4.44 3.56 8 6.42 8 6.42s-3.8 2.71-8.05 5.19S24 34.47 24 34.47"/><path fill="#009fd9" d="M18.319 25.225a6.99 5.92 74.78 1 0 11.425-3.108a6.99 5.92 74.78 1 0-11.425 3.108"/><path fill="#fff" d="M18.22 21.38a8 8 0 0 0-.22 1.71v.59a21.1 21.1 0 0 1 7.57.77a15.6 15.6 0 0 1 4.13 1.85a7.6 7.6 0 0 0 .3-2.05s0 0 0-.05a14.8 14.8 0 0 0-4.4-2a21.3 21.3 0 0 0-7.38-.82m2.52 4.78a.58.54 0 1 0 1.16 0a.58.54 0 1 0-1.16 0m3.15 2.61a.44.41 0 1 0 .88 0a.44.41 0 1 0-.88 0m-.44-1.66a.44.41 0 1 0 .88 0a.44.41 0 1 0-.88 0m3.75-5.78a.44.41 0 1 0 .88 0a.44.41 0 1 0-.88 0"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M18.319 25.225a6.99 5.92 74.78 1 0 11.425-3.108a6.99 5.92 74.78 1 0-11.425 3.108"/><path fill="#45413c" d="M12.5 45.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#46b000" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M45 12.25h-6.32A45.9 45.9 0 0 1 24 9.88A45.7 45.7 0 0 0 9.37 7.5H3c-.58 0-1 .35-1 .79v26a.94.94 0 0 0 1 .79h6.37A46 46 0 0 1 24 37.46a45.6 45.6 0 0 0 14.65 2.38H45a.93.93 0 0 0 1-.79V13a.94.94 0 0 0-1-.75"/><path fill="#ffe500" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24 34.47s-3.55-2.77-7.59-6.11c-3.7-3.06-8-6.33-8-6.33S12 19.53 16.34 17S24 12.87 24 12.87s3.42 2.68 7.58 6c4.44 3.56 8 6.42 8 6.42s-3.8 2.71-8.05 5.19S24 34.47 24 34.47"/><path fill="#009fd9" d="M18.319 25.225a6.99 5.92 74.78 1 0 11.425-3.108a6.99 5.92 74.78 1 0-11.425 3.108"/><path fill="#fff" d="M18.22 21.38a8 8 0 0 0-.22 1.71v.59a21.1 21.1 0 0 1 7.57.77a15.6 15.6 0 0 1 4.13 1.85a7.6 7.6 0 0 0 .3-2.05s0 0 0-.05a14.8 14.8 0 0 0-4.4-2a21.3 21.3 0 0 0-7.38-.82m2.52 4.78a.58.54 0 1 0 1.16 0a.58.54 0 1 0-1.16 0m3.15 2.61a.44.41 0 1 0 .88 0a.44.41 0 1 0-.88 0m-.44-1.66a.44.41 0 1 0 .88 0a.44.41 0 1 0-.88 0m3.75-5.78a.44.41 0 1 0 .88 0a.44.41 0 1 0-.88 0"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M18.319 25.225a6.99 5.92 74.78 1 0 11.425-3.108a6.99 5.92 74.78 1 0-11.425 3.108"/><path fill="#45413c" d="M12.5 45.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/></svg> </template>
CSS
.icon-brazil {
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%2048%2048%22%3E%3Cpath%20fill%3D%22%2346b000%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M45%2012.25h-6.32A45.9%2045.9%200%200%201%2024%209.88A45.7%2045.7%200%200%200%209.37%207.5H3c-.58%200-1%20.35-1%20.79v26a.94.94%200%200%200%201%20.79h6.37A46%2046%200%200%201%2024%2037.46a45.6%2045.6%200%200%200%2014.65%202.38H45a.93.93%200%200%200%201-.79V13a.94.94%200%200%200-1-.75%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2034.47s-3.55-2.77-7.59-6.11c-3.7-3.06-8-6.33-8-6.33S12%2019.53%2016.34%2017S24%2012.87%2024%2012.87s3.42%202.68%207.58%206c4.44%203.56%208%206.42%208%206.42s-3.8%202.71-8.05%205.19S24%2034.47%2024%2034.47%22%2F%3E%3Cpath%20fill%3D%22%23009fd9%22%20d%3D%22M18.319%2025.225a6.99%205.92%2074.78%201%200%2011.425-3.108a6.99%205.92%2074.78%201%200-11.425%203.108%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.22%2021.38a8%208%200%200%200-.22%201.71v.59a21.1%2021.1%200%200%201%207.57.77a15.6%2015.6%200%200%201%204.13%201.85a7.6%207.6%200%200%200%20.3-2.05s0%200%200-.05a14.8%2014.8%200%200%200-4.4-2a21.3%2021.3%200%200%200-7.38-.82m2.52%204.78a.58.54%200%201%200%201.16%200a.58.54%200%201%200-1.16%200m3.15%202.61a.44.41%200%201%200%20.88%200a.44.41%200%201%200-.88%200m-.44-1.66a.44.41%200%201%200%20.88%200a.44.41%200%201%200-.88%200m3.75-5.78a.44.41%200%201%200%20.88%200a.44.41%200%201%200-.88%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18.319%2025.225a6.99%205.92%2074.78%201%200%2011.425-3.108a6.99%205.92%2074.78%201%200-11.425%203.108%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M12.5%2045.5a11.5%201.5%200%201%200%2023%200a11.5%201.5%200%201%200-23%200%22%20opacity%3D%22.15%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%2048%2048%22%3E%3Cpath%20fill%3D%22%2346b000%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M45%2012.25h-6.32A45.9%2045.9%200%200%201%2024%209.88A45.7%2045.7%200%200%200%209.37%207.5H3c-.58%200-1%20.35-1%20.79v26a.94.94%200%200%200%201%20.79h6.37A46%2046%200%200%201%2024%2037.46a45.6%2045.6%200%200%200%2014.65%202.38H45a.93.93%200%200%200%201-.79V13a.94.94%200%200%200-1-.75%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2034.47s-3.55-2.77-7.59-6.11c-3.7-3.06-8-6.33-8-6.33S12%2019.53%2016.34%2017S24%2012.87%2024%2012.87s3.42%202.68%207.58%206c4.44%203.56%208%206.42%208%206.42s-3.8%202.71-8.05%205.19S24%2034.47%2024%2034.47%22%2F%3E%3Cpath%20fill%3D%22%23009fd9%22%20d%3D%22M18.319%2025.225a6.99%205.92%2074.78%201%200%2011.425-3.108a6.99%205.92%2074.78%201%200-11.425%203.108%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.22%2021.38a8%208%200%200%200-.22%201.71v.59a21.1%2021.1%200%200%201%207.57.77a15.6%2015.6%200%200%201%204.13%201.85a7.6%207.6%200%200%200%20.3-2.05s0%200%200-.05a14.8%2014.8%200%200%200-4.4-2a21.3%2021.3%200%200%200-7.38-.82m2.52%204.78a.58.54%200%201%200%201.16%200a.58.54%200%201%200-1.16%200m3.15%202.61a.44.41%200%201%200%20.88%200a.44.41%200%201%200-.88%200m-.44-1.66a.44.41%200%201%200%20.88%200a.44.41%200%201%200-.88%200m3.75-5.78a.44.41%200%201%200%20.88%200a.44.41%200%201%200-.88%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18.319%2025.225a6.99%205.92%2074.78%201%200%2011.425-3.108a6.99%205.92%2074.78%201%200-11.425%203.108%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M12.5%2045.5a11.5%201.5%200%201%200%2023%200a11.5%201.5%200%201%200-23%200%22%20opacity%3D%22.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/brazil.svg?color=%231a73e8&size=48