pinterest from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
pinterest
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Related icons in Font Awesome Brands

Use the pinterest logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M568 320c0 137-111 248-248 248c-25.6 0-50.2-3.9-73.4-11.1c10.1-16.5 25.2-43.5 30.8-65c3-11.6 15.4-59 15.4-59c8.1 15.4 31.7 28.5 56.8 28.5c74.8 0 128.7-68.8 128.7-154.3c0-81.9-66.9-143.2-152.9-143.2c-107 0-163.9 71.8-163.9 150.1c0 36.4 19.4 81.7 50.3 96.1c4.7 2.2 7.2 1.2 8.3-3.3c.8-3.4 5-20.3 6.9-28.1c.6-2.5.3-4.7-1.7-7.1c-10.1-12.5-18.3-35.3-18.3-56.6c0-54.7 41.4-107.6 112-107.6c60.9 0 103.6 41.5 103.6 100.9c0 67.1-33.9 113.6-78 113.6c-24.3 0-42.6-20.1-36.7-44.8c7-29.5 20.5-61.3 20.5-82.6c0-19-10.2-34.9-31.4-34.9c-24.9 0-44.9 25.7-44.9 60.2c0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C137.4 514.9 72 425.1 72 320C72 183 183 72 320 72s248 111 248 248"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsPinterest(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M568 320c0 137-111 248-248 248c-25.6 0-50.2-3.9-73.4-11.1c10.1-16.5 25.2-43.5 30.8-65c3-11.6 15.4-59 15.4-59c8.1 15.4 31.7 28.5 56.8 28.5c74.8 0 128.7-68.8 128.7-154.3c0-81.9-66.9-143.2-152.9-143.2c-107 0-163.9 71.8-163.9 150.1c0 36.4 19.4 81.7 50.3 96.1c4.7 2.2 7.2 1.2 8.3-3.3c.8-3.4 5-20.3 6.9-28.1c.6-2.5.3-4.7-1.7-7.1c-10.1-12.5-18.3-35.3-18.3-56.6c0-54.7 41.4-107.6 112-107.6c60.9 0 103.6 41.5 103.6 100.9c0 67.1-33.9 113.6-78 113.6c-24.3 0-42.6-20.1-36.7-44.8c7-29.5 20.5-61.3 20.5-82.6c0-19-10.2-34.9-31.4-34.9c-24.9 0-44.9 25.7-44.9 60.2c0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C137.4 514.9 72 425.1 72 320C72 183 183 72 320 72s248 111 248 248"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M568 320c0 137-111 248-248 248c-25.6 0-50.2-3.9-73.4-11.1c10.1-16.5 25.2-43.5 30.8-65c3-11.6 15.4-59 15.4-59c8.1 15.4 31.7 28.5 56.8 28.5c74.8 0 128.7-68.8 128.7-154.3c0-81.9-66.9-143.2-152.9-143.2c-107 0-163.9 71.8-163.9 150.1c0 36.4 19.4 81.7 50.3 96.1c4.7 2.2 7.2 1.2 8.3-3.3c.8-3.4 5-20.3 6.9-28.1c.6-2.5.3-4.7-1.7-7.1c-10.1-12.5-18.3-35.3-18.3-56.6c0-54.7 41.4-107.6 112-107.6c60.9 0 103.6 41.5 103.6 100.9c0 67.1-33.9 113.6-78 113.6c-24.3 0-42.6-20.1-36.7-44.8c7-29.5 20.5-61.3 20.5-82.6c0-19-10.2-34.9-31.4-34.9c-24.9 0-44.9 25.7-44.9 60.2c0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C137.4 514.9 72 425.1 72 320C72 183 183 72 320 72s248 111 248 248"/></svg>
</template>

CSS

.icon-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M568%20320c0%20137-111%20248-248%20248c-25.6%200-50.2-3.9-73.4-11.1c10.1-16.5%2025.2-43.5%2030.8-65c3-11.6%2015.4-59%2015.4-59c8.1%2015.4%2031.7%2028.5%2056.8%2028.5c74.8%200%20128.7-68.8%20128.7-154.3c0-81.9-66.9-143.2-152.9-143.2c-107%200-163.9%2071.8-163.9%20150.1c0%2036.4%2019.4%2081.7%2050.3%2096.1c4.7%202.2%207.2%201.2%208.3-3.3c.8-3.4%205-20.3%206.9-28.1c.6-2.5.3-4.7-1.7-7.1c-10.1-12.5-18.3-35.3-18.3-56.6c0-54.7%2041.4-107.6%20112-107.6c60.9%200%20103.6%2041.5%20103.6%20100.9c0%2067.1-33.9%20113.6-78%20113.6c-24.3%200-42.6-20.1-36.7-44.8c7-29.5%2020.5-61.3%2020.5-82.6c0-19-10.2-34.9-31.4-34.9c-24.9%200-44.9%2025.7-44.9%2060.2c0%2022%207.4%2036.8%207.4%2036.8s-24.5%20103.8-29%20123.2c-5%2021.4-3%2051.6-.9%2071.2C137.4%20514.9%2072%20425.1%2072%20320C72%20183%20183%2072%20320%2072s248%20111%20248%20248%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M568%20320c0%20137-111%20248-248%20248c-25.6%200-50.2-3.9-73.4-11.1c10.1-16.5%2025.2-43.5%2030.8-65c3-11.6%2015.4-59%2015.4-59c8.1%2015.4%2031.7%2028.5%2056.8%2028.5c74.8%200%20128.7-68.8%20128.7-154.3c0-81.9-66.9-143.2-152.9-143.2c-107%200-163.9%2071.8-163.9%20150.1c0%2036.4%2019.4%2081.7%2050.3%2096.1c4.7%202.2%207.2%201.2%208.3-3.3c.8-3.4%205-20.3%206.9-28.1c.6-2.5.3-4.7-1.7-7.1c-10.1-12.5-18.3-35.3-18.3-56.6c0-54.7%2041.4-107.6%20112-107.6c60.9%200%20103.6%2041.5%20103.6%20100.9c0%2067.1-33.9%20113.6-78%20113.6c-24.3%200-42.6-20.1-36.7-44.8c7-29.5%2020.5-61.3%2020.5-82.6c0-19-10.2-34.9-31.4-34.9c-24.9%200-44.9%2025.7-44.9%2060.2c0%2022%207.4%2036.8%207.4%2036.8s-24.5%20103.8-29%20123.2c-5%2021.4-3%2051.6-.9%2071.2C137.4%20514.9%2072%20425.1%2072%20320C72%20183%20183%2072%20320%2072s248%20111%20248%20248%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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