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

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

Use the popos 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.372 0 0 5.373 0 12c0 6.628 5.372 12 12 12c6.627 0 12-5.372 12-12c0-6.627-5.373-12-12-12M9.64 2.918c1.091-.026 1.548.229 2.182.635a4.46 4.46 0 0 1 1.902 2.764c.254 1.141.178 2.029-.127 2.664v.05c-.609 1.294-1.622 2.335-3.043 2.842l1.217 3.172c.228.583.432 1.192.254 1.75c-.177.558-.989.736-1.572.127c-1.116-1.192-4.871-8.702-5.15-9.26s-.584-1.016-.584-1.574c.026-.837 1.318-1.7 1.953-2.131c.634-.431 1.877-1.014 2.968-1.039m-.996 2.311c-.789.022-.358 1.669-.197 2.129c.178.507.661 1.572 1.193 2.105c.127.127.254.229.407.254c.152.027.457-.127.584-.33a.93.93 0 0 0 .15-.559a3.2 3.2 0 0 0-.049-1.216c-.228-.787-.711-1.548-1.346-2.055c-.127-.102-.279-.229-.457-.279a.9.9 0 0 0-.285-.049m8.414 2.027a2.28 2.28 0 0 1 1.588.636c.305.279.33.582.229.963c-.102.38-.457 1.194-.736 1.777l-.709 1.344c-1.37 2.435-1.649 2.689-2.03 2.537c-.456-.178-.304-2.614.127-5.582c.127-.812.329-1.217.557-1.42c.171-.152.6-.248.975-.254zm-1.859 8.332c.554.011.789.7.656 1.232a.86.86 0 0 1-.379.559c-.203.127-.685.127-.965-.102c-.278-.228-.33-.609-.254-.914c.076-.304.331-.635.686-.736a.8.8 0 0 1 .256-.039m-8.604 2.805h10.809c.52 0 .938.419.938.939v.074c0 .52-.418.94-.938.94H6.595a.936.936 0 0 1-.937-.94v-.074c0-.52.417-.939.937-.939"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsPopos(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.372 0 0 5.373 0 12c0 6.628 5.372 12 12 12c6.627 0 12-5.372 12-12c0-6.627-5.373-12-12-12M9.64 2.918c1.091-.026 1.548.229 2.182.635a4.46 4.46 0 0 1 1.902 2.764c.254 1.141.178 2.029-.127 2.664v.05c-.609 1.294-1.622 2.335-3.043 2.842l1.217 3.172c.228.583.432 1.192.254 1.75c-.177.558-.989.736-1.572.127c-1.116-1.192-4.871-8.702-5.15-9.26s-.584-1.016-.584-1.574c.026-.837 1.318-1.7 1.953-2.131c.634-.431 1.877-1.014 2.968-1.039m-.996 2.311c-.789.022-.358 1.669-.197 2.129c.178.507.661 1.572 1.193 2.105c.127.127.254.229.407.254c.152.027.457-.127.584-.33a.93.93 0 0 0 .15-.559a3.2 3.2 0 0 0-.049-1.216c-.228-.787-.711-1.548-1.346-2.055c-.127-.102-.279-.229-.457-.279a.9.9 0 0 0-.285-.049m8.414 2.027a2.28 2.28 0 0 1 1.588.636c.305.279.33.582.229.963c-.102.38-.457 1.194-.736 1.777l-.709 1.344c-1.37 2.435-1.649 2.689-2.03 2.537c-.456-.178-.304-2.614.127-5.582c.127-.812.329-1.217.557-1.42c.171-.152.6-.248.975-.254zm-1.859 8.332c.554.011.789.7.656 1.232a.86.86 0 0 1-.379.559c-.203.127-.685.127-.965-.102c-.278-.228-.33-.609-.254-.914c.076-.304.331-.635.686-.736a.8.8 0 0 1 .256-.039m-8.604 2.805h10.809c.52 0 .938.419.938.939v.074c0 .52-.418.94-.938.94H6.595a.936.936 0 0 1-.937-.94v-.074c0-.52.417-.939.937-.939"/></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.372 0 0 5.373 0 12c0 6.628 5.372 12 12 12c6.627 0 12-5.372 12-12c0-6.627-5.373-12-12-12M9.64 2.918c1.091-.026 1.548.229 2.182.635a4.46 4.46 0 0 1 1.902 2.764c.254 1.141.178 2.029-.127 2.664v.05c-.609 1.294-1.622 2.335-3.043 2.842l1.217 3.172c.228.583.432 1.192.254 1.75c-.177.558-.989.736-1.572.127c-1.116-1.192-4.871-8.702-5.15-9.26s-.584-1.016-.584-1.574c.026-.837 1.318-1.7 1.953-2.131c.634-.431 1.877-1.014 2.968-1.039m-.996 2.311c-.789.022-.358 1.669-.197 2.129c.178.507.661 1.572 1.193 2.105c.127.127.254.229.407.254c.152.027.457-.127.584-.33a.93.93 0 0 0 .15-.559a3.2 3.2 0 0 0-.049-1.216c-.228-.787-.711-1.548-1.346-2.055c-.127-.102-.279-.229-.457-.279a.9.9 0 0 0-.285-.049m8.414 2.027a2.28 2.28 0 0 1 1.588.636c.305.279.33.582.229.963c-.102.38-.457 1.194-.736 1.777l-.709 1.344c-1.37 2.435-1.649 2.689-2.03 2.537c-.456-.178-.304-2.614.127-5.582c.127-.812.329-1.217.557-1.42c.171-.152.6-.248.975-.254zm-1.859 8.332c.554.011.789.7.656 1.232a.86.86 0 0 1-.379.559c-.203.127-.685.127-.965-.102c-.278-.228-.33-.609-.254-.914c.076-.304.331-.635.686-.736a.8.8 0 0 1 .256-.039m-8.604 2.805h10.809c.52 0 .938.419.938.939v.074c0 .52-.418.94-.938.94H6.595a.936.936 0 0 1-.937-.94v-.074c0-.52.417-.939.937-.939"/></svg>
</template>

CSS

.icon-popos {
  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.372%200%200%205.373%200%2012c0%206.628%205.372%2012%2012%2012c6.627%200%2012-5.372%2012-12c0-6.627-5.373-12-12-12M9.64%202.918c1.091-.026%201.548.229%202.182.635a4.46%204.46%200%200%201%201.902%202.764c.254%201.141.178%202.029-.127%202.664v.05c-.609%201.294-1.622%202.335-3.043%202.842l1.217%203.172c.228.583.432%201.192.254%201.75c-.177.558-.989.736-1.572.127c-1.116-1.192-4.871-8.702-5.15-9.26s-.584-1.016-.584-1.574c.026-.837%201.318-1.7%201.953-2.131c.634-.431%201.877-1.014%202.968-1.039m-.996%202.311c-.789.022-.358%201.669-.197%202.129c.178.507.661%201.572%201.193%202.105c.127.127.254.229.407.254c.152.027.457-.127.584-.33a.93.93%200%200%200%20.15-.559a3.2%203.2%200%200%200-.049-1.216c-.228-.787-.711-1.548-1.346-2.055c-.127-.102-.279-.229-.457-.279a.9.9%200%200%200-.285-.049m8.414%202.027a2.28%202.28%200%200%201%201.588.636c.305.279.33.582.229.963c-.102.38-.457%201.194-.736%201.777l-.709%201.344c-1.37%202.435-1.649%202.689-2.03%202.537c-.456-.178-.304-2.614.127-5.582c.127-.812.329-1.217.557-1.42c.171-.152.6-.248.975-.254zm-1.859%208.332c.554.011.789.7.656%201.232a.86.86%200%200%201-.379.559c-.203.127-.685.127-.965-.102c-.278-.228-.33-.609-.254-.914c.076-.304.331-.635.686-.736a.8.8%200%200%201%20.256-.039m-8.604%202.805h10.809c.52%200%20.938.419.938.939v.074c0%20.52-.418.94-.938.94H6.595a.936.936%200%200%201-.937-.94v-.074c0-.52.417-.939.937-.939%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.372%200%200%205.373%200%2012c0%206.628%205.372%2012%2012%2012c6.627%200%2012-5.372%2012-12c0-6.627-5.373-12-12-12M9.64%202.918c1.091-.026%201.548.229%202.182.635a4.46%204.46%200%200%201%201.902%202.764c.254%201.141.178%202.029-.127%202.664v.05c-.609%201.294-1.622%202.335-3.043%202.842l1.217%203.172c.228.583.432%201.192.254%201.75c-.177.558-.989.736-1.572.127c-1.116-1.192-4.871-8.702-5.15-9.26s-.584-1.016-.584-1.574c.026-.837%201.318-1.7%201.953-2.131c.634-.431%201.877-1.014%202.968-1.039m-.996%202.311c-.789.022-.358%201.669-.197%202.129c.178.507.661%201.572%201.193%202.105c.127.127.254.229.407.254c.152.027.457-.127.584-.33a.93.93%200%200%200%20.15-.559a3.2%203.2%200%200%200-.049-1.216c-.228-.787-.711-1.548-1.346-2.055c-.127-.102-.279-.229-.457-.279a.9.9%200%200%200-.285-.049m8.414%202.027a2.28%202.28%200%200%201%201.588.636c.305.279.33.582.229.963c-.102.38-.457%201.194-.736%201.777l-.709%201.344c-1.37%202.435-1.649%202.689-2.03%202.537c-.456-.178-.304-2.614.127-5.582c.127-.812.329-1.217.557-1.42c.171-.152.6-.248.975-.254zm-1.859%208.332c.554.011.789.7.656%201.232a.86.86%200%200%201-.379.559c-.203.127-.685.127-.965-.102c-.278-.228-.33-.609-.254-.914c.076-.304.331-.635.686-.736a.8.8%200%200%201%20.256-.039m-8.604%202.805h10.809c.52%200%20.938.419.938.939v.074c0%20.52-.418.94-.938.94H6.595a.936.936%200%200%201-.937-.94v-.074c0-.52.417-.939.937-.939%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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