sv from Flagpack by Yummygum · Rounded · MIT Free for personal and commercial use.

Name
sv
Set
Flagpack
Style
Rounded
Viewbox
32×24
License
MIT

The same logo in other sets

Use the sv logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 24"><g fill="none"><path fill="#f7fcff" fill-rule="evenodd" d="M0 0v24h32V0z" clip-rule="evenodd"/><mask id="SVGcFaS5cXn1" width="32" height="24" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="#fff" fill-rule="evenodd" d="M0 0v24h32V0z" clip-rule="evenodd"/></mask><g mask="url(#SVGcFaS5cXn1)"><path fill="#3d58db" fill-rule="evenodd" d="M0 0v8h32V0zm0 16v8h32v-8z" clip-rule="evenodd"/><path stroke="#e8aa00" d="M19.425 11.858a3.642 3.642 0 1 1-7.283 0a3.642 3.642 0 0 1 7.283 0Z"/><path fill="#1e601b" fill-rule="evenodd" d="M13.81 9.662s-.952 1.568-.952 2.644s1.14 2.429 2.934 2.429c1.75 0 3.008-1.045 3.046-2.429s-.942-2.369-.942-2.369s.555 1.993.278 2.8c-.278.807-1.175 1.784-2.382 1.66s-2.353-1.61-2.353-2.09s.372-2.645.372-2.645" clip-rule="evenodd"/><path stroke="#188396" d="M14.16 12.328h3.208"/><path stroke="#e8aa00" d="M14.459 11.806h2.76m-.169.605h-2.457l1.24-2.056z"/></g></g></svg>

React

import type { SVGProps } from "react";

export function FlagpackSv(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 24"><g fill="none"><path fill="#f7fcff" fillRule="evenodd" d="M0 0v24h32V0z" clipRule="evenodd"/><mask id="SVGcFaS5cXn1" width="32" height="24" x="0" y="0" maskUnits="userSpaceOnUse" style="maskType:luminance"><path fill="#fff" fillRule="evenodd" d="M0 0v24h32V0z" clipRule="evenodd"/></mask><g mask="url(#SVGcFaS5cXn1)"><path fill="#3d58db" fillRule="evenodd" d="M0 0v8h32V0zm0 16v8h32v-8z" clipRule="evenodd"/><path stroke="#e8aa00" d="M19.425 11.858a3.642 3.642 0 1 1-7.283 0a3.642 3.642 0 0 1 7.283 0Z"/><path fill="#1e601b" fillRule="evenodd" d="M13.81 9.662s-.952 1.568-.952 2.644s1.14 2.429 2.934 2.429c1.75 0 3.008-1.045 3.046-2.429s-.942-2.369-.942-2.369s.555 1.993.278 2.8c-.278.807-1.175 1.784-2.382 1.66s-2.353-1.61-2.353-2.09s.372-2.645.372-2.645" clipRule="evenodd"/><path stroke="#188396" d="M14.16 12.328h3.208"/><path stroke="#e8aa00" d="M14.459 11.806h2.76m-.169.605h-2.457l1.24-2.056z"/></g></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 24"><g fill="none"><path fill="#f7fcff" fill-rule="evenodd" d="M0 0v24h32V0z" clip-rule="evenodd"/><mask id="SVGcFaS5cXn1" width="32" height="24" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="#fff" fill-rule="evenodd" d="M0 0v24h32V0z" clip-rule="evenodd"/></mask><g mask="url(#SVGcFaS5cXn1)"><path fill="#3d58db" fill-rule="evenodd" d="M0 0v8h32V0zm0 16v8h32v-8z" clip-rule="evenodd"/><path stroke="#e8aa00" d="M19.425 11.858a3.642 3.642 0 1 1-7.283 0a3.642 3.642 0 0 1 7.283 0Z"/><path fill="#1e601b" fill-rule="evenodd" d="M13.81 9.662s-.952 1.568-.952 2.644s1.14 2.429 2.934 2.429c1.75 0 3.008-1.045 3.046-2.429s-.942-2.369-.942-2.369s.555 1.993.278 2.8c-.278.807-1.175 1.784-2.382 1.66s-2.353-1.61-2.353-2.09s.372-2.645.372-2.645" clip-rule="evenodd"/><path stroke="#188396" d="M14.16 12.328h3.208"/><path stroke="#e8aa00" d="M14.459 11.806h2.76m-.169.605h-2.457l1.24-2.056z"/></g></g></svg>
</template>

CSS

.icon-sv {
  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%2032%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23f7fcff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200v24h32V0z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cmask%20id%3D%22SVGcFaS5cXn1%22%20width%3D%2232%22%20height%3D%2224%22%20x%3D%220%22%20y%3D%220%22%20maskUnits%3D%22userSpaceOnUse%22%20style%3D%22mask-type%3Aluminance%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200v24h32V0z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23SVGcFaS5cXn1)%22%3E%3Cpath%20fill%3D%22%233d58db%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200v8h32V0zm0%2016v8h32v-8z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23e8aa00%22%20d%3D%22M19.425%2011.858a3.642%203.642%200%201%201-7.283%200a3.642%203.642%200%200%201%207.283%200Z%22%2F%3E%3Cpath%20fill%3D%22%231e601b%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.81%209.662s-.952%201.568-.952%202.644s1.14%202.429%202.934%202.429c1.75%200%203.008-1.045%203.046-2.429s-.942-2.369-.942-2.369s.555%201.993.278%202.8c-.278.807-1.175%201.784-2.382%201.66s-2.353-1.61-2.353-2.09s.372-2.645.372-2.645%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23188396%22%20d%3D%22M14.16%2012.328h3.208%22%2F%3E%3Cpath%20stroke%3D%22%23e8aa00%22%20d%3D%22M14.459%2011.806h2.76m-.169.605h-2.457l1.24-2.056z%22%2F%3E%3C%2Fg%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%2032%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23f7fcff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200v24h32V0z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cmask%20id%3D%22SVGcFaS5cXn1%22%20width%3D%2232%22%20height%3D%2224%22%20x%3D%220%22%20y%3D%220%22%20maskUnits%3D%22userSpaceOnUse%22%20style%3D%22mask-type%3Aluminance%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200v24h32V0z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23SVGcFaS5cXn1)%22%3E%3Cpath%20fill%3D%22%233d58db%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200v8h32V0zm0%2016v8h32v-8z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23e8aa00%22%20d%3D%22M19.425%2011.858a3.642%203.642%200%201%201-7.283%200a3.642%203.642%200%200%201%207.283%200Z%22%2F%3E%3Cpath%20fill%3D%22%231e601b%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.81%209.662s-.952%201.568-.952%202.644s1.14%202.429%202.934%202.429c1.75%200%203.008-1.045%203.046-2.429s-.942-2.369-.942-2.369s.555%201.993.278%202.8c-.278.807-1.175%201.784-2.382%201.66s-2.353-1.61-2.353-2.09s.372-2.645.372-2.645%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23188396%22%20d%3D%22M14.16%2012.328h3.208%22%2F%3E%3Cpath%20stroke%3D%22%23e8aa00%22%20d%3D%22M14.459%2011.806h2.76m-.169.605h-2.457l1.24-2.056z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flagpack/sv.svg?color=%231a73e8&size=48