pinterest from Material Design Icons by Pictogrammers · Filled · Brand / Logo · Apache-2.0 Free for personal and commercial use.

Name
pinterest
Set
Material Design Icons
Style
Filled
Category
Brand / Logo
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More brand / logo icons from Material Design Icons

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="M9.04 21.54c.96.29 1.93.46 2.96.46a10 10 0 0 0 10-10A10 10 0 0 0 12 2A10 10 0 0 0 2 12c0 4.25 2.67 7.9 6.44 9.34c-.09-.78-.18-2.07 0-2.96l1.15-4.94s-.29-.58-.29-1.5c0-1.38.86-2.41 1.84-2.41c.86 0 1.26.63 1.26 1.44c0 .86-.57 2.09-.86 3.27c-.17.98.52 1.84 1.52 1.84c1.78 0 3.16-1.9 3.16-4.58c0-2.4-1.72-4.04-4.19-4.04c-2.82 0-4.48 2.1-4.48 4.31c0 .86.28 1.73.74 2.3c.09.06.09.14.06.29l-.29 1.09c0 .17-.11.23-.28.11c-1.28-.56-2.02-2.38-2.02-3.85c0-3.16 2.24-6.03 6.56-6.03c3.44 0 6.12 2.47 6.12 5.75c0 3.44-2.13 6.2-5.18 6.2c-.97 0-1.92-.52-2.26-1.13l-.67 2.37c-.23.86-.86 2.01-1.29 2.7z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPinterest(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="M9.04 21.54c.96.29 1.93.46 2.96.46a10 10 0 0 0 10-10A10 10 0 0 0 12 2A10 10 0 0 0 2 12c0 4.25 2.67 7.9 6.44 9.34c-.09-.78-.18-2.07 0-2.96l1.15-4.94s-.29-.58-.29-1.5c0-1.38.86-2.41 1.84-2.41c.86 0 1.26.63 1.26 1.44c0 .86-.57 2.09-.86 3.27c-.17.98.52 1.84 1.52 1.84c1.78 0 3.16-1.9 3.16-4.58c0-2.4-1.72-4.04-4.19-4.04c-2.82 0-4.48 2.1-4.48 4.31c0 .86.28 1.73.74 2.3c.09.06.09.14.06.29l-.29 1.09c0 .17-.11.23-.28.11c-1.28-.56-2.02-2.38-2.02-3.85c0-3.16 2.24-6.03 6.56-6.03c3.44 0 6.12 2.47 6.12 5.75c0 3.44-2.13 6.2-5.18 6.2c-.97 0-1.92-.52-2.26-1.13l-.67 2.37c-.23.86-.86 2.01-1.29 2.7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.04 21.54c.96.29 1.93.46 2.96.46a10 10 0 0 0 10-10A10 10 0 0 0 12 2A10 10 0 0 0 2 12c0 4.25 2.67 7.9 6.44 9.34c-.09-.78-.18-2.07 0-2.96l1.15-4.94s-.29-.58-.29-1.5c0-1.38.86-2.41 1.84-2.41c.86 0 1.26.63 1.26 1.44c0 .86-.57 2.09-.86 3.27c-.17.98.52 1.84 1.52 1.84c1.78 0 3.16-1.9 3.16-4.58c0-2.4-1.72-4.04-4.19-4.04c-2.82 0-4.48 2.1-4.48 4.31c0 .86.28 1.73.74 2.3c.09.06.09.14.06.29l-.29 1.09c0 .17-.11.23-.28.11c-1.28-.56-2.02-2.38-2.02-3.85c0-3.16 2.24-6.03 6.56-6.03c3.44 0 6.12 2.47 6.12 5.75c0 3.44-2.13 6.2-5.18 6.2c-.97 0-1.92-.52-2.26-1.13l-.67 2.37c-.23.86-.86 2.01-1.29 2.7z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.04%2021.54c.96.29%201.93.46%202.96.46a10%2010%200%200%200%2010-10A10%2010%200%200%200%2012%202A10%2010%200%200%200%202%2012c0%204.25%202.67%207.9%206.44%209.34c-.09-.78-.18-2.07%200-2.96l1.15-4.94s-.29-.58-.29-1.5c0-1.38.86-2.41%201.84-2.41c.86%200%201.26.63%201.26%201.44c0%20.86-.57%202.09-.86%203.27c-.17.98.52%201.84%201.52%201.84c1.78%200%203.16-1.9%203.16-4.58c0-2.4-1.72-4.04-4.19-4.04c-2.82%200-4.48%202.1-4.48%204.31c0%20.86.28%201.73.74%202.3c.09.06.09.14.06.29l-.29%201.09c0%20.17-.11.23-.28.11c-1.28-.56-2.02-2.38-2.02-3.85c0-3.16%202.24-6.03%206.56-6.03c3.44%200%206.12%202.47%206.12%205.75c0%203.44-2.13%206.2-5.18%206.2c-.97%200-1.92-.52-2.26-1.13l-.67%202.37c-.23.86-.86%202.01-1.29%202.7z%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%22M9.04%2021.54c.96.29%201.93.46%202.96.46a10%2010%200%200%200%2010-10A10%2010%200%200%200%2012%202A10%2010%200%200%200%202%2012c0%204.25%202.67%207.9%206.44%209.34c-.09-.78-.18-2.07%200-2.96l1.15-4.94s-.29-.58-.29-1.5c0-1.38.86-2.41%201.84-2.41c.86%200%201.26.63%201.26%201.44c0%20.86-.57%202.09-.86%203.27c-.17.98.52%201.84%201.52%201.84c1.78%200%203.16-1.9%203.16-4.58c0-2.4-1.72-4.04-4.19-4.04c-2.82%200-4.48%202.1-4.48%204.31c0%20.86.28%201.73.74%202.3c.09.06.09.14.06.29l-.29%201.09c0%20.17-.11.23-.28.11c-1.28-.56-2.02-2.38-2.02-3.85c0-3.16%202.24-6.03%206.56-6.03c3.44%200%206.12%202.47%206.12%205.75c0%203.44-2.13%206.2-5.18%206.2c-.97%200-1.92-.52-2.26-1.13l-.67%202.37c-.23.86-.86%202.01-1.29%202.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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