pinterest p logo

pinterest-p from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
pinterest-p
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

The same logo in other sets

Use the pinterest p logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.75.406C10.337.406 4 4.681 4 11.6c0 4.4 2.475 6.9 3.975 6.9c.619 0 .975-1.725.975-2.212c0-.581-1.481-1.819-1.481-4.238c0-5.025 3.825-8.588 8.775-8.588c4.256 0 7.406 2.419 7.406 6.863c0 3.319-1.331 9.544-5.644 9.544c-1.556 0-2.888-1.125-2.888-2.737c0-2.363 1.65-4.65 1.65-7.088c0-4.137-5.869-3.387-5.869 1.613c0 1.05.131 2.212.6 3.169c-.863 3.713-2.625 9.244-2.625 13.069c0 1.181.169 2.344.281 3.525c.212.238.106.213.431.094c3.15-4.313 3.038-5.156 4.463-10.8c.769 1.463 2.756 2.25 4.331 2.25c6.637 0 9.619-6.469 9.619-12.3c0-6.206-5.363-10.256-11.25-10.256z"/></svg>

React

import type { SVGProps } from "react";

export function CibPinterestP(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.75.406C10.337.406 4 4.681 4 11.6c0 4.4 2.475 6.9 3.975 6.9c.619 0 .975-1.725.975-2.212c0-.581-1.481-1.819-1.481-4.238c0-5.025 3.825-8.588 8.775-8.588c4.256 0 7.406 2.419 7.406 6.863c0 3.319-1.331 9.544-5.644 9.544c-1.556 0-2.888-1.125-2.888-2.737c0-2.363 1.65-4.65 1.65-7.088c0-4.137-5.869-3.387-5.869 1.613c0 1.05.131 2.212.6 3.169c-.863 3.713-2.625 9.244-2.625 13.069c0 1.181.169 2.344.281 3.525c.212.238.106.213.431.094c3.15-4.313 3.038-5.156 4.463-10.8c.769 1.463 2.756 2.25 4.331 2.25c6.637 0 9.619-6.469 9.619-12.3c0-6.206-5.363-10.256-11.25-10.256z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.75.406C10.337.406 4 4.681 4 11.6c0 4.4 2.475 6.9 3.975 6.9c.619 0 .975-1.725.975-2.212c0-.581-1.481-1.819-1.481-4.238c0-5.025 3.825-8.588 8.775-8.588c4.256 0 7.406 2.419 7.406 6.863c0 3.319-1.331 9.544-5.644 9.544c-1.556 0-2.888-1.125-2.888-2.737c0-2.363 1.65-4.65 1.65-7.088c0-4.137-5.869-3.387-5.869 1.613c0 1.05.131 2.212.6 3.169c-.863 3.713-2.625 9.244-2.625 13.069c0 1.181.169 2.344.281 3.525c.212.238.106.213.431.094c3.15-4.313 3.038-5.156 4.463-10.8c.769 1.463 2.756 2.25 4.331 2.25c6.637 0 9.619-6.469 9.619-12.3c0-6.206-5.363-10.256-11.25-10.256z"/></svg>
</template>

CSS

.icon-pinterest-p {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.75.406C10.337.406%204%204.681%204%2011.6c0%204.4%202.475%206.9%203.975%206.9c.619%200%20.975-1.725.975-2.212c0-.581-1.481-1.819-1.481-4.238c0-5.025%203.825-8.588%208.775-8.588c4.256%200%207.406%202.419%207.406%206.863c0%203.319-1.331%209.544-5.644%209.544c-1.556%200-2.888-1.125-2.888-2.737c0-2.363%201.65-4.65%201.65-7.088c0-4.137-5.869-3.387-5.869%201.613c0%201.05.131%202.212.6%203.169c-.863%203.713-2.625%209.244-2.625%2013.069c0%201.181.169%202.344.281%203.525c.212.238.106.213.431.094c3.15-4.313%203.038-5.156%204.463-10.8c.769%201.463%202.756%202.25%204.331%202.25c6.637%200%209.619-6.469%209.619-12.3c0-6.206-5.363-10.256-11.25-10.256z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.75.406C10.337.406%204%204.681%204%2011.6c0%204.4%202.475%206.9%203.975%206.9c.619%200%20.975-1.725.975-2.212c0-.581-1.481-1.819-1.481-4.238c0-5.025%203.825-8.588%208.775-8.588c4.256%200%207.406%202.419%207.406%206.863c0%203.319-1.331%209.544-5.644%209.544c-1.556%200-2.888-1.125-2.888-2.737c0-2.363%201.65-4.65%201.65-7.088c0-4.137-5.869-3.387-5.869%201.613c0%201.05.131%202.212.6%203.169c-.863%203.713-2.625%209.244-2.625%2013.069c0%201.181.169%202.344.281%203.525c.212.238.106.213.431.094c3.15-4.313%203.038-5.156%204.463-10.8c.769%201.463%202.756%202.25%204.331%202.25c6.637%200%209.619-6.469%209.619-12.3c0-6.206-5.363-10.256-11.25-10.256z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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