sb logo
sb from Circle Flags by HatScripts · Circle · MIT Free for personal and commercial use.
- Name
- sb
- Set
- Circle Flags
- Style
- Circle
- Viewbox
- 512×512
- License
- MIT
The same logo in other sets
Use the sb logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs5"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs5)"><path fill="#496e2d" d="M512 512V23.6L256 255.9L23.6 512z"/><path fill="#0052b4" d="M0 0h488.4L256 256L0 488.4z"/><path fill="#ffda44" d="M488.4 0L0 488.4V512h23.6L512 23.6V0z"/><path fill="#eee" d="m107.8 89l5.5 17h18l-14.6 10.5l5.5 17L108 123l-14.5 10.6l5.5-17L84.4 106h17.8zm91.3 0l5.5 17h18L208 116.4l5.6 17L199 123l-14.5 10.6l5.6-17l-14.5-10.6h18zm-91.3 89l5.5 17h18l-14.6 10.5l5.5 17l-14.4-10.5l-14.5 10.5l5.5-17L84.4 195h17.8zm91.3 0l5.5 17h18L208 205.5l5.6 17l-14.5-10.5l-14.5 10.5l5.6-17l-14.5-10.5h18zm-45.7-44.5l5.6 17h17.8L162.4 161l5.5 17l-14.5-10.5L139 178l5.5-17l-14.5-10.5h18z"/></g></svg>
React
import type { SVGProps } from "react";
export function CircleFlagsSb(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs5"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs5)"><path fill="#496e2d" d="M512 512V23.6L256 255.9L23.6 512z"/><path fill="#0052b4" d="M0 0h488.4L256 256L0 488.4z"/><path fill="#ffda44" d="M488.4 0L0 488.4V512h23.6L512 23.6V0z"/><path fill="#eee" d="m107.8 89l5.5 17h18l-14.6 10.5l5.5 17L108 123l-14.5 10.6l5.5-17L84.4 106h17.8zm91.3 0l5.5 17h18L208 116.4l5.6 17L199 123l-14.5 10.6l5.6-17l-14.5-10.6h18zm-91.3 89l5.5 17h18l-14.6 10.5l5.5 17l-14.4-10.5l-14.5 10.5l5.5-17L84.4 195h17.8zm91.3 0l5.5 17h18L208 205.5l5.6 17l-14.5-10.5l-14.5 10.5l5.6-17l-14.5-10.5h18zm-45.7-44.5l5.6 17h17.8L162.4 161l5.5 17l-14.5-10.5L139 178l5.5-17l-14.5-10.5h18z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs5"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs5)"><path fill="#496e2d" d="M512 512V23.6L256 255.9L23.6 512z"/><path fill="#0052b4" d="M0 0h488.4L256 256L0 488.4z"/><path fill="#ffda44" d="M488.4 0L0 488.4V512h23.6L512 23.6V0z"/><path fill="#eee" d="m107.8 89l5.5 17h18l-14.6 10.5l5.5 17L108 123l-14.5 10.6l5.5-17L84.4 106h17.8zm91.3 0l5.5 17h18L208 116.4l5.6 17L199 123l-14.5 10.6l5.6-17l-14.5-10.6h18zm-91.3 89l5.5 17h18l-14.6 10.5l5.5 17l-14.4-10.5l-14.5 10.5l5.5-17L84.4 195h17.8zm91.3 0l5.5 17h18L208 205.5l5.6 17l-14.5-10.5l-14.5 10.5l5.6-17l-14.5-10.5h18zm-45.7-44.5l5.6 17h17.8L162.4 161l5.5 17l-14.5-10.5L139 178l5.5-17l-14.5-10.5h18z"/></g></svg> </template>
CSS
.icon-sb {
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%22SVGqdEcMdXs5%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(%23SVGqdEcMdXs5)%22%3E%3Cpath%20fill%3D%22%23496e2d%22%20d%3D%22M512%20512V23.6L256%20255.9L23.6%20512z%22%2F%3E%3Cpath%20fill%3D%22%230052b4%22%20d%3D%22M0%200h488.4L256%20256L0%20488.4z%22%2F%3E%3Cpath%20fill%3D%22%23ffda44%22%20d%3D%22M488.4%200L0%20488.4V512h23.6L512%2023.6V0z%22%2F%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22m107.8%2089l5.5%2017h18l-14.6%2010.5l5.5%2017L108%20123l-14.5%2010.6l5.5-17L84.4%20106h17.8zm91.3%200l5.5%2017h18L208%20116.4l5.6%2017L199%20123l-14.5%2010.6l5.6-17l-14.5-10.6h18zm-91.3%2089l5.5%2017h18l-14.6%2010.5l5.5%2017l-14.4-10.5l-14.5%2010.5l5.5-17L84.4%20195h17.8zm91.3%200l5.5%2017h18L208%20205.5l5.6%2017l-14.5-10.5l-14.5%2010.5l5.6-17l-14.5-10.5h18zm-45.7-44.5l5.6%2017h17.8L162.4%20161l5.5%2017l-14.5-10.5L139%20178l5.5-17l-14.5-10.5h18z%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%22SVGqdEcMdXs5%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(%23SVGqdEcMdXs5)%22%3E%3Cpath%20fill%3D%22%23496e2d%22%20d%3D%22M512%20512V23.6L256%20255.9L23.6%20512z%22%2F%3E%3Cpath%20fill%3D%22%230052b4%22%20d%3D%22M0%200h488.4L256%20256L0%20488.4z%22%2F%3E%3Cpath%20fill%3D%22%23ffda44%22%20d%3D%22M488.4%200L0%20488.4V512h23.6L512%2023.6V0z%22%2F%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22m107.8%2089l5.5%2017h18l-14.6%2010.5l5.5%2017L108%20123l-14.5%2010.6l5.5-17L84.4%20106h17.8zm91.3%200l5.5%2017h18L208%20116.4l5.6%2017L199%20123l-14.5%2010.6l5.6-17l-14.5-10.6h18zm-91.3%2089l5.5%2017h18l-14.6%2010.5l5.5%2017l-14.4-10.5l-14.5%2010.5l5.5-17L84.4%20195h17.8zm91.3%200l5.5%2017h18L208%20205.5l5.6%2017l-14.5-10.5l-14.5%2010.5l5.6-17l-14.5-10.5h18zm-45.7-44.5l5.6%2017h17.8L162.4%20161l5.5%2017l-14.5-10.5L139%20178l5.5-17l-14.5-10.5h18z%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/sb.svg?color=%231a73e8&size=48