pinterest logo icon

pinterest-logo from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
pinterest-logo
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the pinterest logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 112c0 22.57-7.9 43.2-22.23 58.11C188.39 184 170.25 192 152 192c-17.88 0-29.82-5.86-37.43-12l-10.78 45.82A8 8 0 0 1 96 232a8.2 8.2 0 0 1-1.84-.21a8 8 0 0 1-6-9.62l32-136a8 8 0 0 1 15.58 3.66l-16.9 71.8C122 166 131.3 176 152 176c27.53 0 56-23.94 56-64a72 72 0 1 0-134.37 36a8 8 0 0 1-13.85 8A88 88 0 1 1 224 112"/></svg>

React

import type { SVGProps } from "react";

export function PhPinterestLogo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 112c0 22.57-7.9 43.2-22.23 58.11C188.39 184 170.25 192 152 192c-17.88 0-29.82-5.86-37.43-12l-10.78 45.82A8 8 0 0 1 96 232a8.2 8.2 0 0 1-1.84-.21a8 8 0 0 1-6-9.62l32-136a8 8 0 0 1 15.58 3.66l-16.9 71.8C122 166 131.3 176 152 176c27.53 0 56-23.94 56-64a72 72 0 1 0-134.37 36a8 8 0 0 1-13.85 8A88 88 0 1 1 224 112"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 112c0 22.57-7.9 43.2-22.23 58.11C188.39 184 170.25 192 152 192c-17.88 0-29.82-5.86-37.43-12l-10.78 45.82A8 8 0 0 1 96 232a8.2 8.2 0 0 1-1.84-.21a8 8 0 0 1-6-9.62l32-136a8 8 0 0 1 15.58 3.66l-16.9 71.8C122 166 131.3 176 152 176c27.53 0 56-23.94 56-64a72 72 0 1 0-134.37 36a8 8 0 0 1-13.85 8A88 88 0 1 1 224 112"/></svg>
</template>

CSS

.icon-pinterest-logo {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%20112c0%2022.57-7.9%2043.2-22.23%2058.11C188.39%20184%20170.25%20192%20152%20192c-17.88%200-29.82-5.86-37.43-12l-10.78%2045.82A8%208%200%200%201%2096%20232a8.2%208.2%200%200%201-1.84-.21a8%208%200%200%201-6-9.62l32-136a8%208%200%200%201%2015.58%203.66l-16.9%2071.8C122%20166%20131.3%20176%20152%20176c27.53%200%2056-23.94%2056-64a72%2072%200%201%200-134.37%2036a8%208%200%200%201-13.85%208A88%2088%200%201%201%20224%20112%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%20112c0%2022.57-7.9%2043.2-22.23%2058.11C188.39%20184%20170.25%20192%20152%20192c-17.88%200-29.82-5.86-37.43-12l-10.78%2045.82A8%208%200%200%201%2096%20232a8.2%208.2%200%200%201-1.84-.21a8%208%200%200%201-6-9.62l32-136a8%208%200%200%201%2015.58%203.66l-16.9%2071.8C122%20166%20131.3%20176%20152%20176c27.53%200%2056-23.94%2056-64a72%2072%200%201%200-134.37%2036a8%208%200%200%201-13.85%208A88%2088%200%201%201%20224%20112%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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