plurk logo
plurk from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- plurk
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M17.203 2.542A13.4 13.4 0 0 0 6.698 7.485q-.194.233-.38.474h.005q.468-.399.958-.594l.078-.031a2.16 2.16 0 0 1 1.198-.12c1.922.385 2.922 3.479 2.234 6.911s-2.802 5.901-4.719 5.521c-1.349-.271-2.24-1.875-2.417-3.99v-.01v.073a9 9 0 0 0 0 .531v.177c.005.198.021.396.031.589c.01.089.016.182.026.271a13.4 13.4 0 0 0 1.281 4.589a.39.39 0 0 1-.104.484l-.37.302c-.38.313-.531.823-.385 1.292q.001.014.01.021q.031.1.078.193l.068-.052l.302-.234c.37-.281.792.276.422.557l-.323.245l-.052.036l1.568 1.932a1.22 1.22 0 0 0 1.703.177l.344-.281a.39.39 0 0 1 .5 0a13.37 13.37 0 0 0 8.703 2.906a13.36 13.36 0 0 0 7.427-2.474a.4.4 0 0 1 .505.036l.219.208a1.216 1.216 0 0 0 1.573.078l-.005-.005l-.281-.266c-.313-.318.141-.797.479-.505l.297.276l1.682-1.766a1.21 1.21 0 0 0-.047-1.708l-.349-.333a.4.4 0 0 1-.073-.479a13.42 13.42 0 0 0 1.474-8.896c.401-.37 1.135-1.099 1.422-1.724c.307-.667.391-1.359-.427-1.057c-.635.24-1.125.391-1.719.255c-1.885-4.792-6.458-8.255-11.797-8.531a8 8 0 0 0-.635-.021zM3.021 8.328a1.638 1.638 0 0 0-1.443 2.354a1.637 1.637 0 0 0-1.49 2.161a1.64 1.64 0 0 0 2.495.818c.234-.167.406-.385.526-.625c.25.453.615.833 1.036 1.099c-.005.266 0 .531.026.797c.135 1.641.823 2.88 1.865 3.089c1.484.297 3.12-1.615 3.651-4.266c.531-2.656-.24-5.047-1.724-5.344c-.583-.115-1.182.109-1.734.578c-.599.51-1.135 1.318-1.521 2.307c-.01-.005-.026-.005-.036-.01c-.188-.052-.286-.177-.417-.203c.979-1.063.208-2.781-1.234-2.755M6.839 9.99c.068 0 .141.005.208.021c.969.188 1.474 1.745 1.13 3.474c-.349 1.729-1.411 2.974-2.38 2.781c-.656-.13-1.099-.896-1.208-1.911c.245.094.495.151.75.161c.703.031 1.161-.203 1.521-.682c.458-.62.109-2.339-.5-2.563c-.474-.172-.755.036-1.177.068c.214-.396.464-.724.74-.958c.292-.245.604-.391.917-.396z"/></svg>
React
import type { SVGProps } from "react";
export function CibPlurk(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.203 2.542A13.4 13.4 0 0 0 6.698 7.485q-.194.233-.38.474h.005q.468-.399.958-.594l.078-.031a2.16 2.16 0 0 1 1.198-.12c1.922.385 2.922 3.479 2.234 6.911s-2.802 5.901-4.719 5.521c-1.349-.271-2.24-1.875-2.417-3.99v-.01v.073a9 9 0 0 0 0 .531v.177c.005.198.021.396.031.589c.01.089.016.182.026.271a13.4 13.4 0 0 0 1.281 4.589a.39.39 0 0 1-.104.484l-.37.302c-.38.313-.531.823-.385 1.292q.001.014.01.021q.031.1.078.193l.068-.052l.302-.234c.37-.281.792.276.422.557l-.323.245l-.052.036l1.568 1.932a1.22 1.22 0 0 0 1.703.177l.344-.281a.39.39 0 0 1 .5 0a13.37 13.37 0 0 0 8.703 2.906a13.36 13.36 0 0 0 7.427-2.474a.4.4 0 0 1 .505.036l.219.208a1.216 1.216 0 0 0 1.573.078l-.005-.005l-.281-.266c-.313-.318.141-.797.479-.505l.297.276l1.682-1.766a1.21 1.21 0 0 0-.047-1.708l-.349-.333a.4.4 0 0 1-.073-.479a13.42 13.42 0 0 0 1.474-8.896c.401-.37 1.135-1.099 1.422-1.724c.307-.667.391-1.359-.427-1.057c-.635.24-1.125.391-1.719.255c-1.885-4.792-6.458-8.255-11.797-8.531a8 8 0 0 0-.635-.021zM3.021 8.328a1.638 1.638 0 0 0-1.443 2.354a1.637 1.637 0 0 0-1.49 2.161a1.64 1.64 0 0 0 2.495.818c.234-.167.406-.385.526-.625c.25.453.615.833 1.036 1.099c-.005.266 0 .531.026.797c.135 1.641.823 2.88 1.865 3.089c1.484.297 3.12-1.615 3.651-4.266c.531-2.656-.24-5.047-1.724-5.344c-.583-.115-1.182.109-1.734.578c-.599.51-1.135 1.318-1.521 2.307c-.01-.005-.026-.005-.036-.01c-.188-.052-.286-.177-.417-.203c.979-1.063.208-2.781-1.234-2.755M6.839 9.99c.068 0 .141.005.208.021c.969.188 1.474 1.745 1.13 3.474c-.349 1.729-1.411 2.974-2.38 2.781c-.656-.13-1.099-.896-1.208-1.911c.245.094.495.151.75.161c.703.031 1.161-.203 1.521-.682c.458-.62.109-2.339-.5-2.563c-.474-.172-.755.036-1.177.068c.214-.396.464-.724.74-.958c.292-.245.604-.391.917-.396z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.203 2.542A13.4 13.4 0 0 0 6.698 7.485q-.194.233-.38.474h.005q.468-.399.958-.594l.078-.031a2.16 2.16 0 0 1 1.198-.12c1.922.385 2.922 3.479 2.234 6.911s-2.802 5.901-4.719 5.521c-1.349-.271-2.24-1.875-2.417-3.99v-.01v.073a9 9 0 0 0 0 .531v.177c.005.198.021.396.031.589c.01.089.016.182.026.271a13.4 13.4 0 0 0 1.281 4.589a.39.39 0 0 1-.104.484l-.37.302c-.38.313-.531.823-.385 1.292q.001.014.01.021q.031.1.078.193l.068-.052l.302-.234c.37-.281.792.276.422.557l-.323.245l-.052.036l1.568 1.932a1.22 1.22 0 0 0 1.703.177l.344-.281a.39.39 0 0 1 .5 0a13.37 13.37 0 0 0 8.703 2.906a13.36 13.36 0 0 0 7.427-2.474a.4.4 0 0 1 .505.036l.219.208a1.216 1.216 0 0 0 1.573.078l-.005-.005l-.281-.266c-.313-.318.141-.797.479-.505l.297.276l1.682-1.766a1.21 1.21 0 0 0-.047-1.708l-.349-.333a.4.4 0 0 1-.073-.479a13.42 13.42 0 0 0 1.474-8.896c.401-.37 1.135-1.099 1.422-1.724c.307-.667.391-1.359-.427-1.057c-.635.24-1.125.391-1.719.255c-1.885-4.792-6.458-8.255-11.797-8.531a8 8 0 0 0-.635-.021zM3.021 8.328a1.638 1.638 0 0 0-1.443 2.354a1.637 1.637 0 0 0-1.49 2.161a1.64 1.64 0 0 0 2.495.818c.234-.167.406-.385.526-.625c.25.453.615.833 1.036 1.099c-.005.266 0 .531.026.797c.135 1.641.823 2.88 1.865 3.089c1.484.297 3.12-1.615 3.651-4.266c.531-2.656-.24-5.047-1.724-5.344c-.583-.115-1.182.109-1.734.578c-.599.51-1.135 1.318-1.521 2.307c-.01-.005-.026-.005-.036-.01c-.188-.052-.286-.177-.417-.203c.979-1.063.208-2.781-1.234-2.755M6.839 9.99c.068 0 .141.005.208.021c.969.188 1.474 1.745 1.13 3.474c-.349 1.729-1.411 2.974-2.38 2.781c-.656-.13-1.099-.896-1.208-1.911c.245.094.495.151.75.161c.703.031 1.161-.203 1.521-.682c.458-.62.109-2.339-.5-2.563c-.474-.172-.755.036-1.177.068c.214-.396.464-.724.74-.958c.292-.245.604-.391.917-.396z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.203%202.542A13.4%2013.4%200%200%200%206.698%207.485q-.194.233-.38.474h.005q.468-.399.958-.594l.078-.031a2.16%202.16%200%200%201%201.198-.12c1.922.385%202.922%203.479%202.234%206.911s-2.802%205.901-4.719%205.521c-1.349-.271-2.24-1.875-2.417-3.99v-.01v.073a9%209%200%200%200%200%20.531v.177c.005.198.021.396.031.589c.01.089.016.182.026.271a13.4%2013.4%200%200%200%201.281%204.589a.39.39%200%200%201-.104.484l-.37.302c-.38.313-.531.823-.385%201.292q.001.014.01.021q.031.1.078.193l.068-.052l.302-.234c.37-.281.792.276.422.557l-.323.245l-.052.036l1.568%201.932a1.22%201.22%200%200%200%201.703.177l.344-.281a.39.39%200%200%201%20.5%200a13.37%2013.37%200%200%200%208.703%202.906a13.36%2013.36%200%200%200%207.427-2.474a.4.4%200%200%201%20.505.036l.219.208a1.216%201.216%200%200%200%201.573.078l-.005-.005l-.281-.266c-.313-.318.141-.797.479-.505l.297.276l1.682-1.766a1.21%201.21%200%200%200-.047-1.708l-.349-.333a.4.4%200%200%201-.073-.479a13.42%2013.42%200%200%200%201.474-8.896c.401-.37%201.135-1.099%201.422-1.724c.307-.667.391-1.359-.427-1.057c-.635.24-1.125.391-1.719.255c-1.885-4.792-6.458-8.255-11.797-8.531a8%208%200%200%200-.635-.021zM3.021%208.328a1.638%201.638%200%200%200-1.443%202.354a1.637%201.637%200%200%200-1.49%202.161a1.64%201.64%200%200%200%202.495.818c.234-.167.406-.385.526-.625c.25.453.615.833%201.036%201.099c-.005.266%200%20.531.026.797c.135%201.641.823%202.88%201.865%203.089c1.484.297%203.12-1.615%203.651-4.266c.531-2.656-.24-5.047-1.724-5.344c-.583-.115-1.182.109-1.734.578c-.599.51-1.135%201.318-1.521%202.307c-.01-.005-.026-.005-.036-.01c-.188-.052-.286-.177-.417-.203c.979-1.063.208-2.781-1.234-2.755M6.839%209.99c.068%200%20.141.005.208.021c.969.188%201.474%201.745%201.13%203.474c-.349%201.729-1.411%202.974-2.38%202.781c-.656-.13-1.099-.896-1.208-1.911c.245.094.495.151.75.161c.703.031%201.161-.203%201.521-.682c.458-.62.109-2.339-.5-2.563c-.474-.172-.755.036-1.177.068c.214-.396.464-.724.74-.958c.292-.245.604-.391.917-.396z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.203%202.542A13.4%2013.4%200%200%200%206.698%207.485q-.194.233-.38.474h.005q.468-.399.958-.594l.078-.031a2.16%202.16%200%200%201%201.198-.12c1.922.385%202.922%203.479%202.234%206.911s-2.802%205.901-4.719%205.521c-1.349-.271-2.24-1.875-2.417-3.99v-.01v.073a9%209%200%200%200%200%20.531v.177c.005.198.021.396.031.589c.01.089.016.182.026.271a13.4%2013.4%200%200%200%201.281%204.589a.39.39%200%200%201-.104.484l-.37.302c-.38.313-.531.823-.385%201.292q.001.014.01.021q.031.1.078.193l.068-.052l.302-.234c.37-.281.792.276.422.557l-.323.245l-.052.036l1.568%201.932a1.22%201.22%200%200%200%201.703.177l.344-.281a.39.39%200%200%201%20.5%200a13.37%2013.37%200%200%200%208.703%202.906a13.36%2013.36%200%200%200%207.427-2.474a.4.4%200%200%201%20.505.036l.219.208a1.216%201.216%200%200%200%201.573.078l-.005-.005l-.281-.266c-.313-.318.141-.797.479-.505l.297.276l1.682-1.766a1.21%201.21%200%200%200-.047-1.708l-.349-.333a.4.4%200%200%201-.073-.479a13.42%2013.42%200%200%200%201.474-8.896c.401-.37%201.135-1.099%201.422-1.724c.307-.667.391-1.359-.427-1.057c-.635.24-1.125.391-1.719.255c-1.885-4.792-6.458-8.255-11.797-8.531a8%208%200%200%200-.635-.021zM3.021%208.328a1.638%201.638%200%200%200-1.443%202.354a1.637%201.637%200%200%200-1.49%202.161a1.64%201.64%200%200%200%202.495.818c.234-.167.406-.385.526-.625c.25.453.615.833%201.036%201.099c-.005.266%200%20.531.026.797c.135%201.641.823%202.88%201.865%203.089c1.484.297%203.12-1.615%203.651-4.266c.531-2.656-.24-5.047-1.724-5.344c-.583-.115-1.182.109-1.734.578c-.599.51-1.135%201.318-1.521%202.307c-.01-.005-.026-.005-.036-.01c-.188-.052-.286-.177-.417-.203c.979-1.063.208-2.781-1.234-2.755M6.839%209.99c.068%200%20.141.005.208.021c.969.188%201.474%201.745%201.13%203.474c-.349%201.729-1.411%202.974-2.38%202.781c-.656-.13-1.099-.896-1.208-1.911c.245.094.495.151.75.161c.703.031%201.161-.203%201.521-.682c.458-.62.109-2.339-.5-2.563c-.474-.172-.755.036-1.177.068c.214-.396.464-.724.74-.958c.292-.245.604-.391.917-.396z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/plurk.svg?color=%231a73e8&size=48