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

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

The same logo in other sets

Use the plurk logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.902 1.906a10.07 10.07 0 0 0-7.88 3.707a10 10 0 0 0-.284.357l.004-.003q.35-.295.717-.445l.058-.023c.3-.112.602-.147.9-.088c1.44.289 2.19 2.609 1.676 5.183c-.515 2.574-2.1 4.427-3.54 4.139c-1.01-.202-1.679-1.405-1.813-2.992v-.005v.052a9 9 0 0 0 0 .4v.073l.002.059a11 11 0 0 0 .043.643a10 10 0 0 0 .961 3.443c.06.126.03.276-.078.363l-.277.226a.91.91 0 0 0-.29.97q0 .008.006.017a1 1 0 0 0 .06.142l.05-.04l.23-.173a.261.261 0 1 1 .315.416l-.245.186l-.037.028l1.177 1.448a.91.91 0 0 0 1.275.131l.258-.21a.3.3 0 0 1 .374 0a10.05 10.05 0 0 0 6.528 2.181a10.04 10.04 0 0 0 5.572-1.855a.3.3 0 0 1 .38.025l.163.156a.91.91 0 0 0 1.179.059l-.004-.004l-.21-.197a.262.262 0 0 1 .358-.382l.225.21l1.26-1.326a.91.91 0 0 0-.033-1.282l-.263-.25a.3.3 0 0 1-.054-.36a10.06 10.06 0 0 0 1.103-6.671c.3-.278.853-.824 1.069-1.292c.231-.502.29-1.02-.323-.792c-.476.177-.842.29-1.286.19c-1.417-3.593-4.847-6.193-8.851-6.4a10 10 0 0 0-.473-.014zM2.265 6.246a1.228 1.228 0 0 0-1.083 1.765a1.23 1.23 0 1 0 .755 2.236a1.24 1.24 0 0 0 .394-.47c.187.342.46.627.779.823a6 6 0 0 0 .017.6c.102 1.228.62 2.16 1.4 2.316c1.114.223 2.34-1.21 2.738-3.2c.4-1.99-.18-3.784-1.295-4.007c-.434-.087-.885.08-1.298.432c-.45.383-.854.988-1.14 1.73q-.015-.002-.03-.007c-.14-.04-.214-.131-.311-.152a1.23 1.23 0 0 0-.926-2.065zm2.862 1.245q.08 0 .16.015c.726.143 1.104 1.312.844 2.608c-.26 1.298-1.058 2.23-1.783 2.085c-.493-.098-.824-.67-.905-1.433c.18.07.37.113.56.122c.526.024.87-.154 1.14-.513c.345-.465.083-1.753-.375-1.92c-.356-.13-.567.027-.884.05a2.5 2.5 0 0 1 .557-.72c.22-.185.453-.292.686-.295z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsPlurk(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.902 1.906a10.07 10.07 0 0 0-7.88 3.707a10 10 0 0 0-.284.357l.004-.003q.35-.295.717-.445l.058-.023c.3-.112.602-.147.9-.088c1.44.289 2.19 2.609 1.676 5.183c-.515 2.574-2.1 4.427-3.54 4.139c-1.01-.202-1.679-1.405-1.813-2.992v-.005v.052a9 9 0 0 0 0 .4v.073l.002.059a11 11 0 0 0 .043.643a10 10 0 0 0 .961 3.443c.06.126.03.276-.078.363l-.277.226a.91.91 0 0 0-.29.97q0 .008.006.017a1 1 0 0 0 .06.142l.05-.04l.23-.173a.261.261 0 1 1 .315.416l-.245.186l-.037.028l1.177 1.448a.91.91 0 0 0 1.275.131l.258-.21a.3.3 0 0 1 .374 0a10.05 10.05 0 0 0 6.528 2.181a10.04 10.04 0 0 0 5.572-1.855a.3.3 0 0 1 .38.025l.163.156a.91.91 0 0 0 1.179.059l-.004-.004l-.21-.197a.262.262 0 0 1 .358-.382l.225.21l1.26-1.326a.91.91 0 0 0-.033-1.282l-.263-.25a.3.3 0 0 1-.054-.36a10.06 10.06 0 0 0 1.103-6.671c.3-.278.853-.824 1.069-1.292c.231-.502.29-1.02-.323-.792c-.476.177-.842.29-1.286.19c-1.417-3.593-4.847-6.193-8.851-6.4a10 10 0 0 0-.473-.014zM2.265 6.246a1.228 1.228 0 0 0-1.083 1.765a1.23 1.23 0 1 0 .755 2.236a1.24 1.24 0 0 0 .394-.47c.187.342.46.627.779.823a6 6 0 0 0 .017.6c.102 1.228.62 2.16 1.4 2.316c1.114.223 2.34-1.21 2.738-3.2c.4-1.99-.18-3.784-1.295-4.007c-.434-.087-.885.08-1.298.432c-.45.383-.854.988-1.14 1.73q-.015-.002-.03-.007c-.14-.04-.214-.131-.311-.152a1.23 1.23 0 0 0-.926-2.065zm2.862 1.245q.08 0 .16.015c.726.143 1.104 1.312.844 2.608c-.26 1.298-1.058 2.23-1.783 2.085c-.493-.098-.824-.67-.905-1.433c.18.07.37.113.56.122c.526.024.87-.154 1.14-.513c.345-.465.083-1.753-.375-1.92c-.356-.13-.567.027-.884.05a2.5 2.5 0 0 1 .557-.72c.22-.185.453-.292.686-.295z"/></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.902 1.906a10.07 10.07 0 0 0-7.88 3.707a10 10 0 0 0-.284.357l.004-.003q.35-.295.717-.445l.058-.023c.3-.112.602-.147.9-.088c1.44.289 2.19 2.609 1.676 5.183c-.515 2.574-2.1 4.427-3.54 4.139c-1.01-.202-1.679-1.405-1.813-2.992v-.005v.052a9 9 0 0 0 0 .4v.073l.002.059a11 11 0 0 0 .043.643a10 10 0 0 0 .961 3.443c.06.126.03.276-.078.363l-.277.226a.91.91 0 0 0-.29.97q0 .008.006.017a1 1 0 0 0 .06.142l.05-.04l.23-.173a.261.261 0 1 1 .315.416l-.245.186l-.037.028l1.177 1.448a.91.91 0 0 0 1.275.131l.258-.21a.3.3 0 0 1 .374 0a10.05 10.05 0 0 0 6.528 2.181a10.04 10.04 0 0 0 5.572-1.855a.3.3 0 0 1 .38.025l.163.156a.91.91 0 0 0 1.179.059l-.004-.004l-.21-.197a.262.262 0 0 1 .358-.382l.225.21l1.26-1.326a.91.91 0 0 0-.033-1.282l-.263-.25a.3.3 0 0 1-.054-.36a10.06 10.06 0 0 0 1.103-6.671c.3-.278.853-.824 1.069-1.292c.231-.502.29-1.02-.323-.792c-.476.177-.842.29-1.286.19c-1.417-3.593-4.847-6.193-8.851-6.4a10 10 0 0 0-.473-.014zM2.265 6.246a1.228 1.228 0 0 0-1.083 1.765a1.23 1.23 0 1 0 .755 2.236a1.24 1.24 0 0 0 .394-.47c.187.342.46.627.779.823a6 6 0 0 0 .017.6c.102 1.228.62 2.16 1.4 2.316c1.114.223 2.34-1.21 2.738-3.2c.4-1.99-.18-3.784-1.295-4.007c-.434-.087-.885.08-1.298.432c-.45.383-.854.988-1.14 1.73q-.015-.002-.03-.007c-.14-.04-.214-.131-.311-.152a1.23 1.23 0 0 0-.926-2.065zm2.862 1.245q.08 0 .16.015c.726.143 1.104 1.312.844 2.608c-.26 1.298-1.058 2.23-1.783 2.085c-.493-.098-.824-.67-.905-1.433c.18.07.37.113.56.122c.526.024.87-.154 1.14-.513c.345-.465.083-1.753-.375-1.92c-.356-.13-.567.027-.884.05a2.5 2.5 0 0 1 .557-.72c.22-.185.453-.292.686-.295z"/></svg>
</template>

CSS

.icon-plurk {
  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.902%201.906a10.07%2010.07%200%200%200-7.88%203.707a10%2010%200%200%200-.284.357l.004-.003q.35-.295.717-.445l.058-.023c.3-.112.602-.147.9-.088c1.44.289%202.19%202.609%201.676%205.183c-.515%202.574-2.1%204.427-3.54%204.139c-1.01-.202-1.679-1.405-1.813-2.992v-.005v.052a9%209%200%200%200%200%20.4v.073l.002.059a11%2011%200%200%200%20.043.643a10%2010%200%200%200%20.961%203.443c.06.126.03.276-.078.363l-.277.226a.91.91%200%200%200-.29.97q0%20.008.006.017a1%201%200%200%200%20.06.142l.05-.04l.23-.173a.261.261%200%201%201%20.315.416l-.245.186l-.037.028l1.177%201.448a.91.91%200%200%200%201.275.131l.258-.21a.3.3%200%200%201%20.374%200a10.05%2010.05%200%200%200%206.528%202.181a10.04%2010.04%200%200%200%205.572-1.855a.3.3%200%200%201%20.38.025l.163.156a.91.91%200%200%200%201.179.059l-.004-.004l-.21-.197a.262.262%200%200%201%20.358-.382l.225.21l1.26-1.326a.91.91%200%200%200-.033-1.282l-.263-.25a.3.3%200%200%201-.054-.36a10.06%2010.06%200%200%200%201.103-6.671c.3-.278.853-.824%201.069-1.292c.231-.502.29-1.02-.323-.792c-.476.177-.842.29-1.286.19c-1.417-3.593-4.847-6.193-8.851-6.4a10%2010%200%200%200-.473-.014zM2.265%206.246a1.228%201.228%200%200%200-1.083%201.765a1.23%201.23%200%201%200%20.755%202.236a1.24%201.24%200%200%200%20.394-.47c.187.342.46.627.779.823a6%206%200%200%200%20.017.6c.102%201.228.62%202.16%201.4%202.316c1.114.223%202.34-1.21%202.738-3.2c.4-1.99-.18-3.784-1.295-4.007c-.434-.087-.885.08-1.298.432c-.45.383-.854.988-1.14%201.73q-.015-.002-.03-.007c-.14-.04-.214-.131-.311-.152a1.23%201.23%200%200%200-.926-2.065zm2.862%201.245q.08%200%20.16.015c.726.143%201.104%201.312.844%202.608c-.26%201.298-1.058%202.23-1.783%202.085c-.493-.098-.824-.67-.905-1.433c.18.07.37.113.56.122c.526.024.87-.154%201.14-.513c.345-.465.083-1.753-.375-1.92c-.356-.13-.567.027-.884.05a2.5%202.5%200%200%201%20.557-.72c.22-.185.453-.292.686-.295z%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.902%201.906a10.07%2010.07%200%200%200-7.88%203.707a10%2010%200%200%200-.284.357l.004-.003q.35-.295.717-.445l.058-.023c.3-.112.602-.147.9-.088c1.44.289%202.19%202.609%201.676%205.183c-.515%202.574-2.1%204.427-3.54%204.139c-1.01-.202-1.679-1.405-1.813-2.992v-.005v.052a9%209%200%200%200%200%20.4v.073l.002.059a11%2011%200%200%200%20.043.643a10%2010%200%200%200%20.961%203.443c.06.126.03.276-.078.363l-.277.226a.91.91%200%200%200-.29.97q0%20.008.006.017a1%201%200%200%200%20.06.142l.05-.04l.23-.173a.261.261%200%201%201%20.315.416l-.245.186l-.037.028l1.177%201.448a.91.91%200%200%200%201.275.131l.258-.21a.3.3%200%200%201%20.374%200a10.05%2010.05%200%200%200%206.528%202.181a10.04%2010.04%200%200%200%205.572-1.855a.3.3%200%200%201%20.38.025l.163.156a.91.91%200%200%200%201.179.059l-.004-.004l-.21-.197a.262.262%200%200%201%20.358-.382l.225.21l1.26-1.326a.91.91%200%200%200-.033-1.282l-.263-.25a.3.3%200%200%201-.054-.36a10.06%2010.06%200%200%200%201.103-6.671c.3-.278.853-.824%201.069-1.292c.231-.502.29-1.02-.323-.792c-.476.177-.842.29-1.286.19c-1.417-3.593-4.847-6.193-8.851-6.4a10%2010%200%200%200-.473-.014zM2.265%206.246a1.228%201.228%200%200%200-1.083%201.765a1.23%201.23%200%201%200%20.755%202.236a1.24%201.24%200%200%200%20.394-.47c.187.342.46.627.779.823a6%206%200%200%200%20.017.6c.102%201.228.62%202.16%201.4%202.316c1.114.223%202.34-1.21%202.738-3.2c.4-1.99-.18-3.784-1.295-4.007c-.434-.087-.885.08-1.298.432c-.45.383-.854.988-1.14%201.73q-.015-.002-.03-.007c-.14-.04-.214-.131-.311-.152a1.23%201.23%200%200%200-.926-2.065zm2.862%201.245q.08%200%20.16.015c.726.143%201.104%201.312.844%202.608c-.26%201.298-1.058%202.23-1.783%202.085c-.493-.098-.824-.67-.905-1.433c.18.07.37.113.56.122c.526.024.87-.154%201.14-.513c.345-.465.083-1.753-.375-1.92c-.356-.13-.567.027-.884.05a2.5%202.5%200%200%201%20.557-.72c.22-.185.453-.292.686-.295z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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