mullvad from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
mullvad
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the mullvad logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.371 0 0 5.362 0 12c0 6.629 5.381 12 12 12s12-5.371 12-12S18.629 0 12 0m1.651 3.363c1.908-.02 4.059 1.28 4.701 2.951c.381 1 .267 2.086-.057 3.086c-.266.819-1.238 2-.876 2.886c-.143-.038-3.124-1.048-3.98-1.505c-1.344-.838-2.544-1.867-3.448-2.657l-.03-.029l-3.047-1.447a1 1 0 0 1-.104-.058c.419.029 2.085.23 2.828.058c-.143-.39-.105-.896.095-1.372c.286-.657.83-1.095 1.343-1.095c.105 0 .2.019.296.057A3.4 3.4 0 0 1 12.39 3.6a3.5 3.5 0 0 1 1.26-.237zm-2.499.97c-.457 0-.962.42-1.228 1.02c-.2.447-.229.933-.086 1.304a.8.8 0 0 0 .41.457a.7.7 0 0 0 .285.058c.457 0 .962-.42 1.22-1.02c.161-.362.209-.742.152-1.076a.91.91 0 0 0-.467-.676a.6.6 0 0 0-.286-.067m0 .286c.057 0 .115.01.172.038c.152.067.266.238.304.467c.048.276.01.6-.133.905c-.21.485-.619.838-.962.838a.4.4 0 0 1-.162-.029a.48.48 0 0 1-.257-.295c-.114-.286-.085-.705.076-1.086c.21-.495.62-.838.962-.838M3.01 6.362L2.943 7.79l.133.037l.943-1.123l-.648 1.104c1.01-.2 2.658-.247 4.42-.114l1.837.895c.915.8 2.124 1.839 3.486 2.686l3.553 1.4l.438.638h-.372l.781.943l-.714-.114c.01.066.714.876.714.876l-.562.076c.02.067.572.753.572.753l-.42-.03c.03.106.677 1.153.677 1.163s-.229-.057-.381-.105c.543 1.21 1.324 1.448 1.362 1.943c-2.667 3.419-9.667 3.952-12.771.124c-.067-.314.619-.838 1.057-1.429c.21-.286.4-.59.533-.905c.19-.58-.21-.533-.476-1.028c-.047-.086-.086-.2-.047-.305c.057-.19.38-.324.438-.286c1.314.877 3.762.59 5.266-1.142c0 0 .458.114.696.18l-.686-.457l-.048-.028c-.028.019-.067.038-.095.057c-3.124 2.38-5.152 1.352-5.152 1.352a3 3 0 0 0-.438-.39c-2.124-1.495-3.639-3.505-4.324-4.81l-.257 1.381l.057-1.838l-.914 1.276l.676-1.371c-.505-.067-.79-.572-.676-.981c.094-.426.63-.738 1.096-.527z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsMullvad(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" d="M12 0C5.371 0 0 5.362 0 12c0 6.629 5.381 12 12 12s12-5.371 12-12S18.629 0 12 0m1.651 3.363c1.908-.02 4.059 1.28 4.701 2.951c.381 1 .267 2.086-.057 3.086c-.266.819-1.238 2-.876 2.886c-.143-.038-3.124-1.048-3.98-1.505c-1.344-.838-2.544-1.867-3.448-2.657l-.03-.029l-3.047-1.447a1 1 0 0 1-.104-.058c.419.029 2.085.23 2.828.058c-.143-.39-.105-.896.095-1.372c.286-.657.83-1.095 1.343-1.095c.105 0 .2.019.296.057A3.4 3.4 0 0 1 12.39 3.6a3.5 3.5 0 0 1 1.26-.237zm-2.499.97c-.457 0-.962.42-1.228 1.02c-.2.447-.229.933-.086 1.304a.8.8 0 0 0 .41.457a.7.7 0 0 0 .285.058c.457 0 .962-.42 1.22-1.02c.161-.362.209-.742.152-1.076a.91.91 0 0 0-.467-.676a.6.6 0 0 0-.286-.067m0 .286c.057 0 .115.01.172.038c.152.067.266.238.304.467c.048.276.01.6-.133.905c-.21.485-.619.838-.962.838a.4.4 0 0 1-.162-.029a.48.48 0 0 1-.257-.295c-.114-.286-.085-.705.076-1.086c.21-.495.62-.838.962-.838M3.01 6.362L2.943 7.79l.133.037l.943-1.123l-.648 1.104c1.01-.2 2.658-.247 4.42-.114l1.837.895c.915.8 2.124 1.839 3.486 2.686l3.553 1.4l.438.638h-.372l.781.943l-.714-.114c.01.066.714.876.714.876l-.562.076c.02.067.572.753.572.753l-.42-.03c.03.106.677 1.153.677 1.163s-.229-.057-.381-.105c.543 1.21 1.324 1.448 1.362 1.943c-2.667 3.419-9.667 3.952-12.771.124c-.067-.314.619-.838 1.057-1.429c.21-.286.4-.59.533-.905c.19-.58-.21-.533-.476-1.028c-.047-.086-.086-.2-.047-.305c.057-.19.38-.324.438-.286c1.314.877 3.762.59 5.266-1.142c0 0 .458.114.696.18l-.686-.457l-.048-.028c-.028.019-.067.038-.095.057c-3.124 2.38-5.152 1.352-5.152 1.352a3 3 0 0 0-.438-.39c-2.124-1.495-3.639-3.505-4.324-4.81l-.257 1.381l.057-1.838l-.914 1.276l.676-1.371c-.505-.067-.79-.572-.676-.981c.094-.426.63-.738 1.096-.527z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.371 0 0 5.362 0 12c0 6.629 5.381 12 12 12s12-5.371 12-12S18.629 0 12 0m1.651 3.363c1.908-.02 4.059 1.28 4.701 2.951c.381 1 .267 2.086-.057 3.086c-.266.819-1.238 2-.876 2.886c-.143-.038-3.124-1.048-3.98-1.505c-1.344-.838-2.544-1.867-3.448-2.657l-.03-.029l-3.047-1.447a1 1 0 0 1-.104-.058c.419.029 2.085.23 2.828.058c-.143-.39-.105-.896.095-1.372c.286-.657.83-1.095 1.343-1.095c.105 0 .2.019.296.057A3.4 3.4 0 0 1 12.39 3.6a3.5 3.5 0 0 1 1.26-.237zm-2.499.97c-.457 0-.962.42-1.228 1.02c-.2.447-.229.933-.086 1.304a.8.8 0 0 0 .41.457a.7.7 0 0 0 .285.058c.457 0 .962-.42 1.22-1.02c.161-.362.209-.742.152-1.076a.91.91 0 0 0-.467-.676a.6.6 0 0 0-.286-.067m0 .286c.057 0 .115.01.172.038c.152.067.266.238.304.467c.048.276.01.6-.133.905c-.21.485-.619.838-.962.838a.4.4 0 0 1-.162-.029a.48.48 0 0 1-.257-.295c-.114-.286-.085-.705.076-1.086c.21-.495.62-.838.962-.838M3.01 6.362L2.943 7.79l.133.037l.943-1.123l-.648 1.104c1.01-.2 2.658-.247 4.42-.114l1.837.895c.915.8 2.124 1.839 3.486 2.686l3.553 1.4l.438.638h-.372l.781.943l-.714-.114c.01.066.714.876.714.876l-.562.076c.02.067.572.753.572.753l-.42-.03c.03.106.677 1.153.677 1.163s-.229-.057-.381-.105c.543 1.21 1.324 1.448 1.362 1.943c-2.667 3.419-9.667 3.952-12.771.124c-.067-.314.619-.838 1.057-1.429c.21-.286.4-.59.533-.905c.19-.58-.21-.533-.476-1.028c-.047-.086-.086-.2-.047-.305c.057-.19.38-.324.438-.286c1.314.877 3.762.59 5.266-1.142c0 0 .458.114.696.18l-.686-.457l-.048-.028c-.028.019-.067.038-.095.057c-3.124 2.38-5.152 1.352-5.152 1.352a3 3 0 0 0-.438-.39c-2.124-1.495-3.639-3.505-4.324-4.81l-.257 1.381l.057-1.838l-.914 1.276l.676-1.371c-.505-.067-.79-.572-.676-.981c.094-.426.63-.738 1.096-.527z"/></svg>
</template>

CSS

.icon-mullvad {
  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%20d%3D%22M12%200C5.371%200%200%205.362%200%2012c0%206.629%205.381%2012%2012%2012s12-5.371%2012-12S18.629%200%2012%200m1.651%203.363c1.908-.02%204.059%201.28%204.701%202.951c.381%201%20.267%202.086-.057%203.086c-.266.819-1.238%202-.876%202.886c-.143-.038-3.124-1.048-3.98-1.505c-1.344-.838-2.544-1.867-3.448-2.657l-.03-.029l-3.047-1.447a1%201%200%200%201-.104-.058c.419.029%202.085.23%202.828.058c-.143-.39-.105-.896.095-1.372c.286-.657.83-1.095%201.343-1.095c.105%200%20.2.019.296.057A3.4%203.4%200%200%201%2012.39%203.6a3.5%203.5%200%200%201%201.26-.237zm-2.499.97c-.457%200-.962.42-1.228%201.02c-.2.447-.229.933-.086%201.304a.8.8%200%200%200%20.41.457a.7.7%200%200%200%20.285.058c.457%200%20.962-.42%201.22-1.02c.161-.362.209-.742.152-1.076a.91.91%200%200%200-.467-.676a.6.6%200%200%200-.286-.067m0%20.286c.057%200%20.115.01.172.038c.152.067.266.238.304.467c.048.276.01.6-.133.905c-.21.485-.619.838-.962.838a.4.4%200%200%201-.162-.029a.48.48%200%200%201-.257-.295c-.114-.286-.085-.705.076-1.086c.21-.495.62-.838.962-.838M3.01%206.362L2.943%207.79l.133.037l.943-1.123l-.648%201.104c1.01-.2%202.658-.247%204.42-.114l1.837.895c.915.8%202.124%201.839%203.486%202.686l3.553%201.4l.438.638h-.372l.781.943l-.714-.114c.01.066.714.876.714.876l-.562.076c.02.067.572.753.572.753l-.42-.03c.03.106.677%201.153.677%201.163s-.229-.057-.381-.105c.543%201.21%201.324%201.448%201.362%201.943c-2.667%203.419-9.667%203.952-12.771.124c-.067-.314.619-.838%201.057-1.429c.21-.286.4-.59.533-.905c.19-.58-.21-.533-.476-1.028c-.047-.086-.086-.2-.047-.305c.057-.19.38-.324.438-.286c1.314.877%203.762.59%205.266-1.142c0%200%20.458.114.696.18l-.686-.457l-.048-.028c-.028.019-.067.038-.095.057c-3.124%202.38-5.152%201.352-5.152%201.352a3%203%200%200%200-.438-.39c-2.124-1.495-3.639-3.505-4.324-4.81l-.257%201.381l.057-1.838l-.914%201.276l.676-1.371c-.505-.067-.79-.572-.676-.981c.094-.426.63-.738%201.096-.527z%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%20d%3D%22M12%200C5.371%200%200%205.362%200%2012c0%206.629%205.381%2012%2012%2012s12-5.371%2012-12S18.629%200%2012%200m1.651%203.363c1.908-.02%204.059%201.28%204.701%202.951c.381%201%20.267%202.086-.057%203.086c-.266.819-1.238%202-.876%202.886c-.143-.038-3.124-1.048-3.98-1.505c-1.344-.838-2.544-1.867-3.448-2.657l-.03-.029l-3.047-1.447a1%201%200%200%201-.104-.058c.419.029%202.085.23%202.828.058c-.143-.39-.105-.896.095-1.372c.286-.657.83-1.095%201.343-1.095c.105%200%20.2.019.296.057A3.4%203.4%200%200%201%2012.39%203.6a3.5%203.5%200%200%201%201.26-.237zm-2.499.97c-.457%200-.962.42-1.228%201.02c-.2.447-.229.933-.086%201.304a.8.8%200%200%200%20.41.457a.7.7%200%200%200%20.285.058c.457%200%20.962-.42%201.22-1.02c.161-.362.209-.742.152-1.076a.91.91%200%200%200-.467-.676a.6.6%200%200%200-.286-.067m0%20.286c.057%200%20.115.01.172.038c.152.067.266.238.304.467c.048.276.01.6-.133.905c-.21.485-.619.838-.962.838a.4.4%200%200%201-.162-.029a.48.48%200%200%201-.257-.295c-.114-.286-.085-.705.076-1.086c.21-.495.62-.838.962-.838M3.01%206.362L2.943%207.79l.133.037l.943-1.123l-.648%201.104c1.01-.2%202.658-.247%204.42-.114l1.837.895c.915.8%202.124%201.839%203.486%202.686l3.553%201.4l.438.638h-.372l.781.943l-.714-.114c.01.066.714.876.714.876l-.562.076c.02.067.572.753.572.753l-.42-.03c.03.106.677%201.153.677%201.163s-.229-.057-.381-.105c.543%201.21%201.324%201.448%201.362%201.943c-2.667%203.419-9.667%203.952-12.771.124c-.067-.314.619-.838%201.057-1.429c.21-.286.4-.59.533-.905c.19-.58-.21-.533-.476-1.028c-.047-.086-.086-.2-.047-.305c.057-.19.38-.324.438-.286c1.314.877%203.762.59%205.266-1.142c0%200%20.458.114.696.18l-.686-.457l-.048-.028c-.028.019-.067.038-.095.057c-3.124%202.38-5.152%201.352-5.152%201.352a3%203%200%200%200-.438-.39c-2.124-1.495-3.639-3.505-4.324-4.81l-.257%201.381l.057-1.838l-.914%201.276l.676-1.371c-.505-.067-.79-.572-.676-.981c.094-.426.63-.738%201.096-.527z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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