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

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

Use the qiwi logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.064 0C5.17 0 .391 4.778.391 10.673S5.17 21.346 11.065 21.346c1.567 0 3.118-.293 5.398-.31c2.033 0 4.267.714 6.718 2.886c.248.217.574-.062.357-.326c-2.405-3.056-4.64-3.63-6.873-4.126c-2.73-.606-4.126-2.126-5.104-3.817c-.186-.341-.28-.279-.295.156c-.018.639.03 1.278.14 1.908h-.326a7.066 7.066 0 0 1-7.06-7.06A7.065 7.065 0 0 1 11.08 3.6a7.064 7.064 0 0 1 7.013 7.88c-.528-.093-1.537-.108-2.25-.046c-.264.031-.233.155-.031.187c2.327.434 3.925 1.877 4.297 4.499c.015.062.093.077.124.03a10.74 10.74 0 0 0 1.505-5.476C21.738 4.778 16.96 0 11.064 0m7.644 15.077a.31.31 0 0 0-.306.157c-.124.218-.03.636.202 1.009s.45.558.606.558s.294-.186.232-.667c-.03-.264-.186-.868-.59-1.024c-.047-.021-.101-.023-.144-.033m-2.214 1.787c-.217 0-.388.076-.497.216c-.279.341-.155.962.28 1.335c.186.17.466.263.73.263a.82.82 0 0 0 .635-.278c.249-.342.11-.808-.372-1.211c-.248-.217-.527-.325-.776-.325"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsQiwi(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="M11.064 0C5.17 0 .391 4.778.391 10.673S5.17 21.346 11.065 21.346c1.567 0 3.118-.293 5.398-.31c2.033 0 4.267.714 6.718 2.886c.248.217.574-.062.357-.326c-2.405-3.056-4.64-3.63-6.873-4.126c-2.73-.606-4.126-2.126-5.104-3.817c-.186-.341-.28-.279-.295.156c-.018.639.03 1.278.14 1.908h-.326a7.066 7.066 0 0 1-7.06-7.06A7.065 7.065 0 0 1 11.08 3.6a7.064 7.064 0 0 1 7.013 7.88c-.528-.093-1.537-.108-2.25-.046c-.264.031-.233.155-.031.187c2.327.434 3.925 1.877 4.297 4.499c.015.062.093.077.124.03a10.74 10.74 0 0 0 1.505-5.476C21.738 4.778 16.96 0 11.064 0m7.644 15.077a.31.31 0 0 0-.306.157c-.124.218-.03.636.202 1.009s.45.558.606.558s.294-.186.232-.667c-.03-.264-.186-.868-.59-1.024c-.047-.021-.101-.023-.144-.033m-2.214 1.787c-.217 0-.388.076-.497.216c-.279.341-.155.962.28 1.335c.186.17.466.263.73.263a.82.82 0 0 0 .635-.278c.249-.342.11-.808-.372-1.211c-.248-.217-.527-.325-.776-.325"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.064 0C5.17 0 .391 4.778.391 10.673S5.17 21.346 11.065 21.346c1.567 0 3.118-.293 5.398-.31c2.033 0 4.267.714 6.718 2.886c.248.217.574-.062.357-.326c-2.405-3.056-4.64-3.63-6.873-4.126c-2.73-.606-4.126-2.126-5.104-3.817c-.186-.341-.28-.279-.295.156c-.018.639.03 1.278.14 1.908h-.326a7.066 7.066 0 0 1-7.06-7.06A7.065 7.065 0 0 1 11.08 3.6a7.064 7.064 0 0 1 7.013 7.88c-.528-.093-1.537-.108-2.25-.046c-.264.031-.233.155-.031.187c2.327.434 3.925 1.877 4.297 4.499c.015.062.093.077.124.03a10.74 10.74 0 0 0 1.505-5.476C21.738 4.778 16.96 0 11.064 0m7.644 15.077a.31.31 0 0 0-.306.157c-.124.218-.03.636.202 1.009s.45.558.606.558s.294-.186.232-.667c-.03-.264-.186-.868-.59-1.024c-.047-.021-.101-.023-.144-.033m-2.214 1.787c-.217 0-.388.076-.497.216c-.279.341-.155.962.28 1.335c.186.17.466.263.73.263a.82.82 0 0 0 .635-.278c.249-.342.11-.808-.372-1.211c-.248-.217-.527-.325-.776-.325"/></svg>
</template>

CSS

.icon-qiwi {
  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%22M11.064%200C5.17%200%20.391%204.778.391%2010.673S5.17%2021.346%2011.065%2021.346c1.567%200%203.118-.293%205.398-.31c2.033%200%204.267.714%206.718%202.886c.248.217.574-.062.357-.326c-2.405-3.056-4.64-3.63-6.873-4.126c-2.73-.606-4.126-2.126-5.104-3.817c-.186-.341-.28-.279-.295.156c-.018.639.03%201.278.14%201.908h-.326a7.066%207.066%200%200%201-7.06-7.06A7.065%207.065%200%200%201%2011.08%203.6a7.064%207.064%200%200%201%207.013%207.88c-.528-.093-1.537-.108-2.25-.046c-.264.031-.233.155-.031.187c2.327.434%203.925%201.877%204.297%204.499c.015.062.093.077.124.03a10.74%2010.74%200%200%200%201.505-5.476C21.738%204.778%2016.96%200%2011.064%200m7.644%2015.077a.31.31%200%200%200-.306.157c-.124.218-.03.636.202%201.009s.45.558.606.558s.294-.186.232-.667c-.03-.264-.186-.868-.59-1.024c-.047-.021-.101-.023-.144-.033m-2.214%201.787c-.217%200-.388.076-.497.216c-.279.341-.155.962.28%201.335c.186.17.466.263.73.263a.82.82%200%200%200%20.635-.278c.249-.342.11-.808-.372-1.211c-.248-.217-.527-.325-.776-.325%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%22M11.064%200C5.17%200%20.391%204.778.391%2010.673S5.17%2021.346%2011.065%2021.346c1.567%200%203.118-.293%205.398-.31c2.033%200%204.267.714%206.718%202.886c.248.217.574-.062.357-.326c-2.405-3.056-4.64-3.63-6.873-4.126c-2.73-.606-4.126-2.126-5.104-3.817c-.186-.341-.28-.279-.295.156c-.018.639.03%201.278.14%201.908h-.326a7.066%207.066%200%200%201-7.06-7.06A7.065%207.065%200%200%201%2011.08%203.6a7.064%207.064%200%200%201%207.013%207.88c-.528-.093-1.537-.108-2.25-.046c-.264.031-.233.155-.031.187c2.327.434%203.925%201.877%204.297%204.499c.015.062.093.077.124.03a10.74%2010.74%200%200%200%201.505-5.476C21.738%204.778%2016.96%200%2011.064%200m7.644%2015.077a.31.31%200%200%200-.306.157c-.124.218-.03.636.202%201.009s.45.558.606.558s.294-.186.232-.667c-.03-.264-.186-.868-.59-1.024c-.047-.021-.101-.023-.144-.033m-2.214%201.787c-.217%200-.388.076-.497.216c-.279.341-.155.962.28%201.335c.186.17.466.263.73.263a.82.82%200%200%200%20.635-.278c.249-.342.11-.808-.372-1.211c-.248-.217-.527-.325-.776-.325%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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