pinterest logo

pinterest from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
pinterest
Set
SVG Logos
Style
Color
Viewbox
256×256
License
CC0

The same logo in other sets

Use the pinterest logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#cb1f27" d="M0 128.002c0 52.414 31.518 97.442 76.619 117.239c-.36-8.938-.064-19.668 2.228-29.393c2.461-10.391 16.47-69.748 16.47-69.748s-4.089-8.173-4.089-20.252c0-18.969 10.994-33.136 24.686-33.136c11.643 0 17.268 8.745 17.268 19.217c0 11.704-7.465 29.211-11.304 45.426c-3.207 13.578 6.808 24.653 20.203 24.653c24.252 0 40.586-31.149 40.586-68.055c0-28.054-18.895-49.052-53.262-49.052c-38.828 0-63.017 28.956-63.017 61.3c0 11.152 3.288 19.016 8.438 25.106c2.368 2.797 2.697 3.922 1.84 7.134c-.614 2.355-2.024 8.025-2.608 10.272c-.852 3.242-3.479 4.401-6.409 3.204c-17.884-7.301-26.213-26.886-26.213-48.902c0-36.361 30.666-79.961 91.482-79.961c48.87 0 81.035 35.364 81.035 73.325c0 50.213-27.916 87.726-69.066 87.726c-13.819 0-26.818-7.47-31.271-15.955c0 0-7.431 29.492-9.005 35.187c-2.714 9.869-8.026 19.733-12.883 27.421a127.9 127.9 0 0 0 36.277 5.249c70.684 0 127.996-57.309 127.996-128.005C256.001 57.309 198.689 0 128.005 0C57.314 0 0 57.309 0 128.002"/></svg>

React

import type { SVGProps } from "react";

export function LogosPinterest(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#cb1f27" d="M0 128.002c0 52.414 31.518 97.442 76.619 117.239c-.36-8.938-.064-19.668 2.228-29.393c2.461-10.391 16.47-69.748 16.47-69.748s-4.089-8.173-4.089-20.252c0-18.969 10.994-33.136 24.686-33.136c11.643 0 17.268 8.745 17.268 19.217c0 11.704-7.465 29.211-11.304 45.426c-3.207 13.578 6.808 24.653 20.203 24.653c24.252 0 40.586-31.149 40.586-68.055c0-28.054-18.895-49.052-53.262-49.052c-38.828 0-63.017 28.956-63.017 61.3c0 11.152 3.288 19.016 8.438 25.106c2.368 2.797 2.697 3.922 1.84 7.134c-.614 2.355-2.024 8.025-2.608 10.272c-.852 3.242-3.479 4.401-6.409 3.204c-17.884-7.301-26.213-26.886-26.213-48.902c0-36.361 30.666-79.961 91.482-79.961c48.87 0 81.035 35.364 81.035 73.325c0 50.213-27.916 87.726-69.066 87.726c-13.819 0-26.818-7.47-31.271-15.955c0 0-7.431 29.492-9.005 35.187c-2.714 9.869-8.026 19.733-12.883 27.421a127.9 127.9 0 0 0 36.277 5.249c70.684 0 127.996-57.309 127.996-128.005C256.001 57.309 198.689 0 128.005 0C57.314 0 0 57.309 0 128.002"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#cb1f27" d="M0 128.002c0 52.414 31.518 97.442 76.619 117.239c-.36-8.938-.064-19.668 2.228-29.393c2.461-10.391 16.47-69.748 16.47-69.748s-4.089-8.173-4.089-20.252c0-18.969 10.994-33.136 24.686-33.136c11.643 0 17.268 8.745 17.268 19.217c0 11.704-7.465 29.211-11.304 45.426c-3.207 13.578 6.808 24.653 20.203 24.653c24.252 0 40.586-31.149 40.586-68.055c0-28.054-18.895-49.052-53.262-49.052c-38.828 0-63.017 28.956-63.017 61.3c0 11.152 3.288 19.016 8.438 25.106c2.368 2.797 2.697 3.922 1.84 7.134c-.614 2.355-2.024 8.025-2.608 10.272c-.852 3.242-3.479 4.401-6.409 3.204c-17.884-7.301-26.213-26.886-26.213-48.902c0-36.361 30.666-79.961 91.482-79.961c48.87 0 81.035 35.364 81.035 73.325c0 50.213-27.916 87.726-69.066 87.726c-13.819 0-26.818-7.47-31.271-15.955c0 0-7.431 29.492-9.005 35.187c-2.714 9.869-8.026 19.733-12.883 27.421a127.9 127.9 0 0 0 36.277 5.249c70.684 0 127.996-57.309 127.996-128.005C256.001 57.309 198.689 0 128.005 0C57.314 0 0 57.309 0 128.002"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22%23cb1f27%22%20d%3D%22M0%20128.002c0%2052.414%2031.518%2097.442%2076.619%20117.239c-.36-8.938-.064-19.668%202.228-29.393c2.461-10.391%2016.47-69.748%2016.47-69.748s-4.089-8.173-4.089-20.252c0-18.969%2010.994-33.136%2024.686-33.136c11.643%200%2017.268%208.745%2017.268%2019.217c0%2011.704-7.465%2029.211-11.304%2045.426c-3.207%2013.578%206.808%2024.653%2020.203%2024.653c24.252%200%2040.586-31.149%2040.586-68.055c0-28.054-18.895-49.052-53.262-49.052c-38.828%200-63.017%2028.956-63.017%2061.3c0%2011.152%203.288%2019.016%208.438%2025.106c2.368%202.797%202.697%203.922%201.84%207.134c-.614%202.355-2.024%208.025-2.608%2010.272c-.852%203.242-3.479%204.401-6.409%203.204c-17.884-7.301-26.213-26.886-26.213-48.902c0-36.361%2030.666-79.961%2091.482-79.961c48.87%200%2081.035%2035.364%2081.035%2073.325c0%2050.213-27.916%2087.726-69.066%2087.726c-13.819%200-26.818-7.47-31.271-15.955c0%200-7.431%2029.492-9.005%2035.187c-2.714%209.869-8.026%2019.733-12.883%2027.421a127.9%20127.9%200%200%200%2036.277%205.249c70.684%200%20127.996-57.309%20127.996-128.005C256.001%2057.309%20198.689%200%20128.005%200C57.314%200%200%2057.309%200%20128.002%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%22%23cb1f27%22%20d%3D%22M0%20128.002c0%2052.414%2031.518%2097.442%2076.619%20117.239c-.36-8.938-.064-19.668%202.228-29.393c2.461-10.391%2016.47-69.748%2016.47-69.748s-4.089-8.173-4.089-20.252c0-18.969%2010.994-33.136%2024.686-33.136c11.643%200%2017.268%208.745%2017.268%2019.217c0%2011.704-7.465%2029.211-11.304%2045.426c-3.207%2013.578%206.808%2024.653%2020.203%2024.653c24.252%200%2040.586-31.149%2040.586-68.055c0-28.054-18.895-49.052-53.262-49.052c-38.828%200-63.017%2028.956-63.017%2061.3c0%2011.152%203.288%2019.016%208.438%2025.106c2.368%202.797%202.697%203.922%201.84%207.134c-.614%202.355-2.024%208.025-2.608%2010.272c-.852%203.242-3.479%204.401-6.409%203.204c-17.884-7.301-26.213-26.886-26.213-48.902c0-36.361%2030.666-79.961%2091.482-79.961c48.87%200%2081.035%2035.364%2081.035%2073.325c0%2050.213-27.916%2087.726-69.066%2087.726c-13.819%200-26.818-7.47-31.271-15.955c0%200-7.431%2029.492-9.005%2035.187c-2.714%209.869-8.026%2019.733-12.883%2027.421a127.9%20127.9%200%200%200%2036.277%205.249c70.684%200%20127.996-57.309%20127.996-128.005C256.001%2057.309%20198.689%200%20128.005%200C57.314%200%200%2057.309%200%20128.002%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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