pinterest icon

pinterest-fill from Remix Icon by Remix Design · Fill · Logos · Apache-2.0 Free for personal and commercial use.

Name
pinterest-fill
Set
Remix Icon
Style
Fill
Category
Logos
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More logos icons from Remix Icon

Use the pinterest icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.372 2.094a10.003 10.003 0 0 0-5.369 19.074a7.8 7.8 0 0 1 .162-2.292c.185-.839 1.296-5.463 1.296-5.463a3.7 3.7 0 0 1-.324-1.577c0-1.485.857-2.593 1.923-2.593a1.334 1.334 0 0 1 1.342 1.508c0 .9-.578 2.262-.88 3.54a1.544 1.544 0 0 0 1.575 1.923c1.897 0 3.17-2.431 3.17-5.301c0-2.201-1.457-3.847-4.143-3.847a4.746 4.746 0 0 0-4.93 4.793a2.96 2.96 0 0 0 .648 1.97a.48.48 0 0 1 .162.554c-.046.184-.162.623-.208.785a.354.354 0 0 1-.51.253c-1.384-.554-2.036-2.077-2.036-3.816c0-2.847 2.384-6.255 7.154-6.255c3.796 0 6.319 2.777 6.319 5.747c0 3.909-2.176 6.848-5.393 6.848a2.86 2.86 0 0 1-2.454-1.246s-.579 2.316-.692 2.754a8 8 0 0 1-1.019 2.131c.923.28 1.882.42 2.846.416a9.99 9.99 0 0 0 9.996-10.002a10 10 0 0 0-8.635-9.904"/></svg>

React

import type { SVGProps } from "react";

export function RiPinterestFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.372 2.094a10.003 10.003 0 0 0-5.369 19.074a7.8 7.8 0 0 1 .162-2.292c.185-.839 1.296-5.463 1.296-5.463a3.7 3.7 0 0 1-.324-1.577c0-1.485.857-2.593 1.923-2.593a1.334 1.334 0 0 1 1.342 1.508c0 .9-.578 2.262-.88 3.54a1.544 1.544 0 0 0 1.575 1.923c1.897 0 3.17-2.431 3.17-5.301c0-2.201-1.457-3.847-4.143-3.847a4.746 4.746 0 0 0-4.93 4.793a2.96 2.96 0 0 0 .648 1.97a.48.48 0 0 1 .162.554c-.046.184-.162.623-.208.785a.354.354 0 0 1-.51.253c-1.384-.554-2.036-2.077-2.036-3.816c0-2.847 2.384-6.255 7.154-6.255c3.796 0 6.319 2.777 6.319 5.747c0 3.909-2.176 6.848-5.393 6.848a2.86 2.86 0 0 1-2.454-1.246s-.579 2.316-.692 2.754a8 8 0 0 1-1.019 2.131c.923.28 1.882.42 2.846.416a9.99 9.99 0 0 0 9.996-10.002a10 10 0 0 0-8.635-9.904"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.372 2.094a10.003 10.003 0 0 0-5.369 19.074a7.8 7.8 0 0 1 .162-2.292c.185-.839 1.296-5.463 1.296-5.463a3.7 3.7 0 0 1-.324-1.577c0-1.485.857-2.593 1.923-2.593a1.334 1.334 0 0 1 1.342 1.508c0 .9-.578 2.262-.88 3.54a1.544 1.544 0 0 0 1.575 1.923c1.897 0 3.17-2.431 3.17-5.301c0-2.201-1.457-3.847-4.143-3.847a4.746 4.746 0 0 0-4.93 4.793a2.96 2.96 0 0 0 .648 1.97a.48.48 0 0 1 .162.554c-.046.184-.162.623-.208.785a.354.354 0 0 1-.51.253c-1.384-.554-2.036-2.077-2.036-3.816c0-2.847 2.384-6.255 7.154-6.255c3.796 0 6.319 2.777 6.319 5.747c0 3.909-2.176 6.848-5.393 6.848a2.86 2.86 0 0 1-2.454-1.246s-.579 2.316-.692 2.754a8 8 0 0 1-1.019 2.131c.923.28 1.882.42 2.846.416a9.99 9.99 0 0 0 9.996-10.002a10 10 0 0 0-8.635-9.904"/></svg>
</template>

CSS

.icon-pinterest-fill {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.372%202.094a10.003%2010.003%200%200%200-5.369%2019.074a7.8%207.8%200%200%201%20.162-2.292c.185-.839%201.296-5.463%201.296-5.463a3.7%203.7%200%200%201-.324-1.577c0-1.485.857-2.593%201.923-2.593a1.334%201.334%200%200%201%201.342%201.508c0%20.9-.578%202.262-.88%203.54a1.544%201.544%200%200%200%201.575%201.923c1.897%200%203.17-2.431%203.17-5.301c0-2.201-1.457-3.847-4.143-3.847a4.746%204.746%200%200%200-4.93%204.793a2.96%202.96%200%200%200%20.648%201.97a.48.48%200%200%201%20.162.554c-.046.184-.162.623-.208.785a.354.354%200%200%201-.51.253c-1.384-.554-2.036-2.077-2.036-3.816c0-2.847%202.384-6.255%207.154-6.255c3.796%200%206.319%202.777%206.319%205.747c0%203.909-2.176%206.848-5.393%206.848a2.86%202.86%200%200%201-2.454-1.246s-.579%202.316-.692%202.754a8%208%200%200%201-1.019%202.131c.923.28%201.882.42%202.846.416a9.99%209.99%200%200%200%209.996-10.002a10%2010%200%200%200-8.635-9.904%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.372%202.094a10.003%2010.003%200%200%200-5.369%2019.074a7.8%207.8%200%200%201%20.162-2.292c.185-.839%201.296-5.463%201.296-5.463a3.7%203.7%200%200%201-.324-1.577c0-1.485.857-2.593%201.923-2.593a1.334%201.334%200%200%201%201.342%201.508c0%20.9-.578%202.262-.88%203.54a1.544%201.544%200%200%200%201.575%201.923c1.897%200%203.17-2.431%203.17-5.301c0-2.201-1.457-3.847-4.143-3.847a4.746%204.746%200%200%200-4.93%204.793a2.96%202.96%200%200%200%20.648%201.97a.48.48%200%200%201%20.162.554c-.046.184-.162.623-.208.785a.354.354%200%200%201-.51.253c-1.384-.554-2.036-2.077-2.036-3.816c0-2.847%202.384-6.255%207.154-6.255c3.796%200%206.319%202.777%206.319%205.747c0%203.909-2.176%206.848-5.393%206.848a2.86%202.86%200%200%201-2.454-1.246s-.579%202.316-.692%202.754a8%208%200%200%201-1.019%202.131c.923.28%201.882.42%202.846.416a9.99%209.99%200%200%200%209.996-10.002a10%2010%200%200%200-8.635-9.904%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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