pinterest-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
pinterest-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT
Aliases
brand-pinterest-solid

1 other variant in Myna UI Icons

The same icon in other sets

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="M2.25 12c0 5.385 4.365 9.75 9.75 9.75s9.75-4.365 9.75-9.75S17.385 2.25 12 2.25S2.25 6.615 2.25 12m4.999-3.331c1.049-1.557 2.99-2.576 5.78-2.18c1.608.23 2.78 1.039 3.517 2.135c.726 1.08 1.006 2.398.93 3.647c-.076 1.247-.51 2.489-1.295 3.412c-.8.94-1.96 1.54-3.388 1.435c-.84-.06-1.483-.41-1.943-.923c-.375 1.53-.762 3.138-1.08 4.48a.75.75 0 1 1-1.46-.347a645 645 0 0 1 1.6-6.587c-.095-1.002.037-1.995.198-2.562a2.2 2.2 0 0 1 .317-.7c.068-.09.186-.227.368-.318a.83.83 0 0 1 .834.05c.237.16.325.391.36.51c.039.137.05.275.05.395c0 .243-.045.53-.129.85c-.134.516-.297 1.157-.476 1.872c.073.5.218.929.437 1.234c.217.301.526.514 1.033.55c.9.066 1.612-.293 2.136-.91c.54-.635.88-1.55.94-2.531c.06-.979-.165-1.959-.677-2.72c-.5-.745-1.297-1.318-2.483-1.486c-2.281-.324-3.63.5-4.326 1.532c-.736 1.092-.792 2.474-.367 3.342a.75.75 0 0 1-1.346.66c-.683-1.393-.54-3.344.47-4.84"/></svg>

React

import type { SVGProps } from "react";

export function MynauiPinterestSolid(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="M2.25 12c0 5.385 4.365 9.75 9.75 9.75s9.75-4.365 9.75-9.75S17.385 2.25 12 2.25S2.25 6.615 2.25 12m4.999-3.331c1.049-1.557 2.99-2.576 5.78-2.18c1.608.23 2.78 1.039 3.517 2.135c.726 1.08 1.006 2.398.93 3.647c-.076 1.247-.51 2.489-1.295 3.412c-.8.94-1.96 1.54-3.388 1.435c-.84-.06-1.483-.41-1.943-.923c-.375 1.53-.762 3.138-1.08 4.48a.75.75 0 1 1-1.46-.347a645 645 0 0 1 1.6-6.587c-.095-1.002.037-1.995.198-2.562a2.2 2.2 0 0 1 .317-.7c.068-.09.186-.227.368-.318a.83.83 0 0 1 .834.05c.237.16.325.391.36.51c.039.137.05.275.05.395c0 .243-.045.53-.129.85c-.134.516-.297 1.157-.476 1.872c.073.5.218.929.437 1.234c.217.301.526.514 1.033.55c.9.066 1.612-.293 2.136-.91c.54-.635.88-1.55.94-2.531c.06-.979-.165-1.959-.677-2.72c-.5-.745-1.297-1.318-2.483-1.486c-2.281-.324-3.63.5-4.326 1.532c-.736 1.092-.792 2.474-.367 3.342a.75.75 0 0 1-1.346.66c-.683-1.393-.54-3.344.47-4.84"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.25 12c0 5.385 4.365 9.75 9.75 9.75s9.75-4.365 9.75-9.75S17.385 2.25 12 2.25S2.25 6.615 2.25 12m4.999-3.331c1.049-1.557 2.99-2.576 5.78-2.18c1.608.23 2.78 1.039 3.517 2.135c.726 1.08 1.006 2.398.93 3.647c-.076 1.247-.51 2.489-1.295 3.412c-.8.94-1.96 1.54-3.388 1.435c-.84-.06-1.483-.41-1.943-.923c-.375 1.53-.762 3.138-1.08 4.48a.75.75 0 1 1-1.46-.347a645 645 0 0 1 1.6-6.587c-.095-1.002.037-1.995.198-2.562a2.2 2.2 0 0 1 .317-.7c.068-.09.186-.227.368-.318a.83.83 0 0 1 .834.05c.237.16.325.391.36.51c.039.137.05.275.05.395c0 .243-.045.53-.129.85c-.134.516-.297 1.157-.476 1.872c.073.5.218.929.437 1.234c.217.301.526.514 1.033.55c.9.066 1.612-.293 2.136-.91c.54-.635.88-1.55.94-2.531c.06-.979-.165-1.959-.677-2.72c-.5-.745-1.297-1.318-2.483-1.486c-2.281-.324-3.63.5-4.326 1.532c-.736 1.092-.792 2.474-.367 3.342a.75.75 0 0 1-1.346.66c-.683-1.393-.54-3.344.47-4.84"/></svg>
</template>

CSS

.icon-pinterest-solid {
  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%22M2.25%2012c0%205.385%204.365%209.75%209.75%209.75s9.75-4.365%209.75-9.75S17.385%202.25%2012%202.25S2.25%206.615%202.25%2012m4.999-3.331c1.049-1.557%202.99-2.576%205.78-2.18c1.608.23%202.78%201.039%203.517%202.135c.726%201.08%201.006%202.398.93%203.647c-.076%201.247-.51%202.489-1.295%203.412c-.8.94-1.96%201.54-3.388%201.435c-.84-.06-1.483-.41-1.943-.923c-.375%201.53-.762%203.138-1.08%204.48a.75.75%200%201%201-1.46-.347a645%20645%200%200%201%201.6-6.587c-.095-1.002.037-1.995.198-2.562a2.2%202.2%200%200%201%20.317-.7c.068-.09.186-.227.368-.318a.83.83%200%200%201%20.834.05c.237.16.325.391.36.51c.039.137.05.275.05.395c0%20.243-.045.53-.129.85c-.134.516-.297%201.157-.476%201.872c.073.5.218.929.437%201.234c.217.301.526.514%201.033.55c.9.066%201.612-.293%202.136-.91c.54-.635.88-1.55.94-2.531c.06-.979-.165-1.959-.677-2.72c-.5-.745-1.297-1.318-2.483-1.486c-2.281-.324-3.63.5-4.326%201.532c-.736%201.092-.792%202.474-.367%203.342a.75.75%200%200%201-1.346.66c-.683-1.393-.54-3.344.47-4.84%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%22M2.25%2012c0%205.385%204.365%209.75%209.75%209.75s9.75-4.365%209.75-9.75S17.385%202.25%2012%202.25S2.25%206.615%202.25%2012m4.999-3.331c1.049-1.557%202.99-2.576%205.78-2.18c1.608.23%202.78%201.039%203.517%202.135c.726%201.08%201.006%202.398.93%203.647c-.076%201.247-.51%202.489-1.295%203.412c-.8.94-1.96%201.54-3.388%201.435c-.84-.06-1.483-.41-1.943-.923c-.375%201.53-.762%203.138-1.08%204.48a.75.75%200%201%201-1.46-.347a645%20645%200%200%201%201.6-6.587c-.095-1.002.037-1.995.198-2.562a2.2%202.2%200%200%201%20.317-.7c.068-.09.186-.227.368-.318a.83.83%200%200%201%20.834.05c.237.16.325.391.36.51c.039.137.05.275.05.395c0%20.243-.045.53-.129.85c-.134.516-.297%201.157-.476%201.872c.073.5.218.929.437%201.234c.217.301.526.514%201.033.55c.9.066%201.612-.293%202.136-.91c.54-.635.88-1.55.94-2.531c.06-.979-.165-1.959-.677-2.72c-.5-.745-1.297-1.318-2.483-1.486c-2.281-.324-3.63.5-4.326%201.532c-.736%201.092-.792%202.474-.367%203.342a.75.75%200%200%201-1.346.66c-.683-1.393-.54-3.344.47-4.84%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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