social pinterest icon

social-pinterest-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
social-pinterest-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the social pinterest icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm135.8 359.8C355.5 428 307.3 448 256 448c-16.2 0-32.1-2-47.4-5.9 2.8-6.3 5.2-12.8 7-19.3 2.8-10 15.8-61.6 15.8-61.6 7.8 14.8 30.5 27.9 54.7 27.9 72 0 120.9-65.6 120.9-153.5 0-66.4-56.3-128.3-141.8-128.3-106.4 0-160.1 76.3-160.1 139.9 0 38.5 14.6 72.8 45.9 85.6 5.1 2.1 9.7.1 11.2-5.6 1-3.9 3.5-13.9 4.6-18 1.5-5.6.9-7.6-3.2-12.5-9-10.7-14.8-24.4-14.8-43.9 0-56.6 42.3-107.3 110.3-107.3 60.1 0 93.2 36.7 93.2 85.8 0 64.6-28.6 119.1-71 119.1-23.4 0-41-19.4-35.4-43.1 6.7-28.4 19.8-59 19.8-79.5 0-18.3-9.8-33.6-30.2-33.6-24 0-43.2 24.8-43.2 58 0 21.1 7.2 35.4 7.2 35.4S175 391.5 170.7 409.7c-1.3 5.5-2.2 11.1-2.9 16.8-17.3-9-33.3-20.6-47.4-34.8C84 355.5 64 307.3 64 256s20-99.5 56.2-135.8C156.5 84 204.7 64 256 64s99.5 20 135.8 56.2C428 156.5 448 204.7 448 256s-20 99.5-56.2 135.8z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonSocialPinterestOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm135.8 359.8C355.5 428 307.3 448 256 448c-16.2 0-32.1-2-47.4-5.9 2.8-6.3 5.2-12.8 7-19.3 2.8-10 15.8-61.6 15.8-61.6 7.8 14.8 30.5 27.9 54.7 27.9 72 0 120.9-65.6 120.9-153.5 0-66.4-56.3-128.3-141.8-128.3-106.4 0-160.1 76.3-160.1 139.9 0 38.5 14.6 72.8 45.9 85.6 5.1 2.1 9.7.1 11.2-5.6 1-3.9 3.5-13.9 4.6-18 1.5-5.6.9-7.6-3.2-12.5-9-10.7-14.8-24.4-14.8-43.9 0-56.6 42.3-107.3 110.3-107.3 60.1 0 93.2 36.7 93.2 85.8 0 64.6-28.6 119.1-71 119.1-23.4 0-41-19.4-35.4-43.1 6.7-28.4 19.8-59 19.8-79.5 0-18.3-9.8-33.6-30.2-33.6-24 0-43.2 24.8-43.2 58 0 21.1 7.2 35.4 7.2 35.4S175 391.5 170.7 409.7c-1.3 5.5-2.2 11.1-2.9 16.8-17.3-9-33.3-20.6-47.4-34.8C84 355.5 64 307.3 64 256s20-99.5 56.2-135.8C156.5 84 204.7 64 256 64s99.5 20 135.8 56.2C428 156.5 448 204.7 448 256s-20 99.5-56.2 135.8z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm135.8 359.8C355.5 428 307.3 448 256 448c-16.2 0-32.1-2-47.4-5.9 2.8-6.3 5.2-12.8 7-19.3 2.8-10 15.8-61.6 15.8-61.6 7.8 14.8 30.5 27.9 54.7 27.9 72 0 120.9-65.6 120.9-153.5 0-66.4-56.3-128.3-141.8-128.3-106.4 0-160.1 76.3-160.1 139.9 0 38.5 14.6 72.8 45.9 85.6 5.1 2.1 9.7.1 11.2-5.6 1-3.9 3.5-13.9 4.6-18 1.5-5.6.9-7.6-3.2-12.5-9-10.7-14.8-24.4-14.8-43.9 0-56.6 42.3-107.3 110.3-107.3 60.1 0 93.2 36.7 93.2 85.8 0 64.6-28.6 119.1-71 119.1-23.4 0-41-19.4-35.4-43.1 6.7-28.4 19.8-59 19.8-79.5 0-18.3-9.8-33.6-30.2-33.6-24 0-43.2 24.8-43.2 58 0 21.1 7.2 35.4 7.2 35.4S175 391.5 170.7 409.7c-1.3 5.5-2.2 11.1-2.9 16.8-17.3-9-33.3-20.6-47.4-34.8C84 355.5 64 307.3 64 256s20-99.5 56.2-135.8C156.5 84 204.7 64 256 64s99.5 20 135.8 56.2C428 156.5 448 204.7 448 256s-20 99.5-56.2 135.8z" fill="currentColor"/></svg>
</template>

CSS

.icon-social-pinterest-outline {
  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%20d%3D%22M256%2032C132.3%2032%2032%20132.3%2032%20256s100.3%20224%20224%20224%20224-100.3%20224-224S379.7%2032%20256%2032zm135.8%20359.8C355.5%20428%20307.3%20448%20256%20448c-16.2%200-32.1-2-47.4-5.9%202.8-6.3%205.2-12.8%207-19.3%202.8-10%2015.8-61.6%2015.8-61.6%207.8%2014.8%2030.5%2027.9%2054.7%2027.9%2072%200%20120.9-65.6%20120.9-153.5%200-66.4-56.3-128.3-141.8-128.3-106.4%200-160.1%2076.3-160.1%20139.9%200%2038.5%2014.6%2072.8%2045.9%2085.6%205.1%202.1%209.7.1%2011.2-5.6%201-3.9%203.5-13.9%204.6-18%201.5-5.6.9-7.6-3.2-12.5-9-10.7-14.8-24.4-14.8-43.9%200-56.6%2042.3-107.3%20110.3-107.3%2060.1%200%2093.2%2036.7%2093.2%2085.8%200%2064.6-28.6%20119.1-71%20119.1-23.4%200-41-19.4-35.4-43.1%206.7-28.4%2019.8-59%2019.8-79.5%200-18.3-9.8-33.6-30.2-33.6-24%200-43.2%2024.8-43.2%2058%200%2021.1%207.2%2035.4%207.2%2035.4S175%20391.5%20170.7%20409.7c-1.3%205.5-2.2%2011.1-2.9%2016.8-17.3-9-33.3-20.6-47.4-34.8C84%20355.5%2064%20307.3%2064%20256s20-99.5%2056.2-135.8C156.5%2084%20204.7%2064%20256%2064s99.5%2020%20135.8%2056.2C428%20156.5%20448%20204.7%20448%20256s-20%2099.5-56.2%20135.8z%22%20fill%3D%22currentColor%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%20d%3D%22M256%2032C132.3%2032%2032%20132.3%2032%20256s100.3%20224%20224%20224%20224-100.3%20224-224S379.7%2032%20256%2032zm135.8%20359.8C355.5%20428%20307.3%20448%20256%20448c-16.2%200-32.1-2-47.4-5.9%202.8-6.3%205.2-12.8%207-19.3%202.8-10%2015.8-61.6%2015.8-61.6%207.8%2014.8%2030.5%2027.9%2054.7%2027.9%2072%200%20120.9-65.6%20120.9-153.5%200-66.4-56.3-128.3-141.8-128.3-106.4%200-160.1%2076.3-160.1%20139.9%200%2038.5%2014.6%2072.8%2045.9%2085.6%205.1%202.1%209.7.1%2011.2-5.6%201-3.9%203.5-13.9%204.6-18%201.5-5.6.9-7.6-3.2-12.5-9-10.7-14.8-24.4-14.8-43.9%200-56.6%2042.3-107.3%20110.3-107.3%2060.1%200%2093.2%2036.7%2093.2%2085.8%200%2064.6-28.6%20119.1-71%20119.1-23.4%200-41-19.4-35.4-43.1%206.7-28.4%2019.8-59%2019.8-79.5%200-18.3-9.8-33.6-30.2-33.6-24%200-43.2%2024.8-43.2%2058%200%2021.1%207.2%2035.4%207.2%2035.4S175%20391.5%20170.7%20409.7c-1.3%205.5-2.2%2011.1-2.9%2016.8-17.3-9-33.3-20.6-47.4-34.8C84%20355.5%2064%20307.3%2064%20256s20-99.5%2056.2-135.8C156.5%2084%20204.7%2064%20256%2064s99.5%2020%20135.8%2056.2C428%20156.5%20448%20204.7%20448%20256s-20%2099.5-56.2%20135.8z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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