logo pinterest icon

logo-pinterest from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
logo-pinterest
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
logo-pinterest-outline, social-pinterest

The same icon in other sets

Related icons in IonIcons

Use the logo pinterest icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256.05 32c-123.7 0-224 100.3-224 224c0 91.7 55.2 170.5 134.1 205.2c-.6-15.6-.1-34.4 3.9-51.4c4.3-18.2 28.8-122.1 28.8-122.1s-7.2-14.3-7.2-35.4c0-33.2 19.2-58 43.2-58c20.4 0 30.2 15.3 30.2 33.6c0 20.5-13.1 51.1-19.8 79.5c-5.6 23.8 11.9 43.1 35.4 43.1c42.4 0 71-54.5 71-119.1c0-49.1-33.1-85.8-93.2-85.8c-67.9 0-110.3 50.7-110.3 107.3c0 19.5 5.8 33.3 14.8 43.9c4.1 4.9 4.7 6.9 3.2 12.5c-1.1 4.1-3.5 14-4.6 18c-1.5 5.7-6.1 7.7-11.2 5.6c-31.3-12.8-45.9-47-45.9-85.6c0-63.6 53.7-139.9 160.1-139.9c85.5 0 141.8 61.9 141.8 128.3c0 87.9-48.9 153.5-120.9 153.5c-24.2 0-46.9-13.1-54.7-27.9c0 0-13 51.6-15.8 61.6c-4.7 17.3-14 34.5-22.5 48a225.1 225.1 0 0 0 63.5 9.2c123.7 0 224-100.3 224-224S379.75 32 256.05 32"/></svg>

React

import type { SVGProps } from "react";

export function IonLogoPinterest(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256.05 32c-123.7 0-224 100.3-224 224c0 91.7 55.2 170.5 134.1 205.2c-.6-15.6-.1-34.4 3.9-51.4c4.3-18.2 28.8-122.1 28.8-122.1s-7.2-14.3-7.2-35.4c0-33.2 19.2-58 43.2-58c20.4 0 30.2 15.3 30.2 33.6c0 20.5-13.1 51.1-19.8 79.5c-5.6 23.8 11.9 43.1 35.4 43.1c42.4 0 71-54.5 71-119.1c0-49.1-33.1-85.8-93.2-85.8c-67.9 0-110.3 50.7-110.3 107.3c0 19.5 5.8 33.3 14.8 43.9c4.1 4.9 4.7 6.9 3.2 12.5c-1.1 4.1-3.5 14-4.6 18c-1.5 5.7-6.1 7.7-11.2 5.6c-31.3-12.8-45.9-47-45.9-85.6c0-63.6 53.7-139.9 160.1-139.9c85.5 0 141.8 61.9 141.8 128.3c0 87.9-48.9 153.5-120.9 153.5c-24.2 0-46.9-13.1-54.7-27.9c0 0-13 51.6-15.8 61.6c-4.7 17.3-14 34.5-22.5 48a225.1 225.1 0 0 0 63.5 9.2c123.7 0 224-100.3 224-224S379.75 32 256.05 32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256.05 32c-123.7 0-224 100.3-224 224c0 91.7 55.2 170.5 134.1 205.2c-.6-15.6-.1-34.4 3.9-51.4c4.3-18.2 28.8-122.1 28.8-122.1s-7.2-14.3-7.2-35.4c0-33.2 19.2-58 43.2-58c20.4 0 30.2 15.3 30.2 33.6c0 20.5-13.1 51.1-19.8 79.5c-5.6 23.8 11.9 43.1 35.4 43.1c42.4 0 71-54.5 71-119.1c0-49.1-33.1-85.8-93.2-85.8c-67.9 0-110.3 50.7-110.3 107.3c0 19.5 5.8 33.3 14.8 43.9c4.1 4.9 4.7 6.9 3.2 12.5c-1.1 4.1-3.5 14-4.6 18c-1.5 5.7-6.1 7.7-11.2 5.6c-31.3-12.8-45.9-47-45.9-85.6c0-63.6 53.7-139.9 160.1-139.9c85.5 0 141.8 61.9 141.8 128.3c0 87.9-48.9 153.5-120.9 153.5c-24.2 0-46.9-13.1-54.7-27.9c0 0-13 51.6-15.8 61.6c-4.7 17.3-14 34.5-22.5 48a225.1 225.1 0 0 0 63.5 9.2c123.7 0 224-100.3 224-224S379.75 32 256.05 32"/></svg>
</template>

CSS

.icon-logo-pinterest {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256.05%2032c-123.7%200-224%20100.3-224%20224c0%2091.7%2055.2%20170.5%20134.1%20205.2c-.6-15.6-.1-34.4%203.9-51.4c4.3-18.2%2028.8-122.1%2028.8-122.1s-7.2-14.3-7.2-35.4c0-33.2%2019.2-58%2043.2-58c20.4%200%2030.2%2015.3%2030.2%2033.6c0%2020.5-13.1%2051.1-19.8%2079.5c-5.6%2023.8%2011.9%2043.1%2035.4%2043.1c42.4%200%2071-54.5%2071-119.1c0-49.1-33.1-85.8-93.2-85.8c-67.9%200-110.3%2050.7-110.3%20107.3c0%2019.5%205.8%2033.3%2014.8%2043.9c4.1%204.9%204.7%206.9%203.2%2012.5c-1.1%204.1-3.5%2014-4.6%2018c-1.5%205.7-6.1%207.7-11.2%205.6c-31.3-12.8-45.9-47-45.9-85.6c0-63.6%2053.7-139.9%20160.1-139.9c85.5%200%20141.8%2061.9%20141.8%20128.3c0%2087.9-48.9%20153.5-120.9%20153.5c-24.2%200-46.9-13.1-54.7-27.9c0%200-13%2051.6-15.8%2061.6c-4.7%2017.3-14%2034.5-22.5%2048a225.1%20225.1%200%200%200%2063.5%209.2c123.7%200%20224-100.3%20224-224S379.75%2032%20256.05%2032%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256.05%2032c-123.7%200-224%20100.3-224%20224c0%2091.7%2055.2%20170.5%20134.1%20205.2c-.6-15.6-.1-34.4%203.9-51.4c4.3-18.2%2028.8-122.1%2028.8-122.1s-7.2-14.3-7.2-35.4c0-33.2%2019.2-58%2043.2-58c20.4%200%2030.2%2015.3%2030.2%2033.6c0%2020.5-13.1%2051.1-19.8%2079.5c-5.6%2023.8%2011.9%2043.1%2035.4%2043.1c42.4%200%2071-54.5%2071-119.1c0-49.1-33.1-85.8-93.2-85.8c-67.9%200-110.3%2050.7-110.3%20107.3c0%2019.5%205.8%2033.3%2014.8%2043.9c4.1%204.9%204.7%206.9%203.2%2012.5c-1.1%204.1-3.5%2014-4.6%2018c-1.5%205.7-6.1%207.7-11.2%205.6c-31.3-12.8-45.9-47-45.9-85.6c0-63.6%2053.7-139.9%20160.1-139.9c85.5%200%20141.8%2061.9%20141.8%20128.3c0%2087.9-48.9%20153.5-120.9%20153.5c-24.2%200-46.9-13.1-54.7-27.9c0%200-13%2051.6-15.8%2061.6c-4.7%2017.3-14%2034.5-22.5%2048a225.1%20225.1%200%200%200%2063.5%209.2c123.7%200%20224-100.3%20224-224S379.75%2032%20256.05%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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