pinterest icon
pinterest-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.
- Name
- pinterest-filled
- Set
- Ant Design Icons
- Style
- Filled
- Viewbox
- 1024×1024
- License
- MIT
1 other variant in Ant Design Icons
The same icon in other sets
pinterest-fillAkar IconspinterestBootstrap IconspinterestBoxicons BrandspinterestCoreUI BrandspinterestFont Awesome 6 BrandspinterestFont Awesome BrandspinterestHuge IconspinterestIconoirpinterestJam IconspinterestLine AwesomepinterestSVG LogospinterestMage IconspinterestMaterial Design Iconspinterest-fillMingCute IconpinterestMyna UI IconspinterestOpenMojipinterestPrime Iconspinterest-fillRemix IconpinterestSimple Iconspinterest-outlineTeenyicons
Use the pinterest icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-rule="evenodd" d="M512 64C264.974 64 64 264.974 64 512c0 192.526 122.082 357.042 292.882 420.282c-4.919-43.857-4.147-115.682 3.97-150.457c7.602-32.666 49.11-208.167 49.11-208.167S397.43 548.563 397.43 511.5c0-58.244 33.744-101.7 75.767-101.7c35.742 0 52.977 26.834 52.977 58.984c0 35.951-22.857 89.652-34.696 139.422c-9.873 41.702 20.907 75.703 62.012 75.703c74.431 0 131.644-78.49 131.644-191.77c0-100.266-72.03-170.38-174.906-170.38c-119.144 0-189.081 89.377-189.081 181.752c0 35.983 13.852 74.575 31.167 95.579c3.414 4.155 3.914 7.78 2.9 12c-3.174 13.223-10.228 41.669-11.63 47.499c-1.82 7.683-6.073 9.278-13.998 5.589c-52.314-24.354-85.012-100.813-85.012-162.246c0-132.093 95.965-253.428 276.718-253.428c145.286 0 258.18 103.504 258.18 241.88c0 144.334-91.02 260.482-217.316 260.482c-42.441 0-82.323-22.05-95.965-48.096c0 0-21.003 79.956-26.11 99.558c-8.813 33.9-46.539 104.13-65.477 136.03A446.2 446.2 0 0 0 512 960c247.035 0 448-200.965 448-448c0-247.026-200.965-448-448-448"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignPinterestFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fillRule="evenodd" d="M512 64C264.974 64 64 264.974 64 512c0 192.526 122.082 357.042 292.882 420.282c-4.919-43.857-4.147-115.682 3.97-150.457c7.602-32.666 49.11-208.167 49.11-208.167S397.43 548.563 397.43 511.5c0-58.244 33.744-101.7 75.767-101.7c35.742 0 52.977 26.834 52.977 58.984c0 35.951-22.857 89.652-34.696 139.422c-9.873 41.702 20.907 75.703 62.012 75.703c74.431 0 131.644-78.49 131.644-191.77c0-100.266-72.03-170.38-174.906-170.38c-119.144 0-189.081 89.377-189.081 181.752c0 35.983 13.852 74.575 31.167 95.579c3.414 4.155 3.914 7.78 2.9 12c-3.174 13.223-10.228 41.669-11.63 47.499c-1.82 7.683-6.073 9.278-13.998 5.589c-52.314-24.354-85.012-100.813-85.012-162.246c0-132.093 95.965-253.428 276.718-253.428c145.286 0 258.18 103.504 258.18 241.88c0 144.334-91.02 260.482-217.316 260.482c-42.441 0-82.323-22.05-95.965-48.096c0 0-21.003 79.956-26.11 99.558c-8.813 33.9-46.539 104.13-65.477 136.03A446.2 446.2 0 0 0 512 960c247.035 0 448-200.965 448-448c0-247.026-200.965-448-448-448"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-rule="evenodd" d="M512 64C264.974 64 64 264.974 64 512c0 192.526 122.082 357.042 292.882 420.282c-4.919-43.857-4.147-115.682 3.97-150.457c7.602-32.666 49.11-208.167 49.11-208.167S397.43 548.563 397.43 511.5c0-58.244 33.744-101.7 75.767-101.7c35.742 0 52.977 26.834 52.977 58.984c0 35.951-22.857 89.652-34.696 139.422c-9.873 41.702 20.907 75.703 62.012 75.703c74.431 0 131.644-78.49 131.644-191.77c0-100.266-72.03-170.38-174.906-170.38c-119.144 0-189.081 89.377-189.081 181.752c0 35.983 13.852 74.575 31.167 95.579c3.414 4.155 3.914 7.78 2.9 12c-3.174 13.223-10.228 41.669-11.63 47.499c-1.82 7.683-6.073 9.278-13.998 5.589c-52.314-24.354-85.012-100.813-85.012-162.246c0-132.093 95.965-253.428 276.718-253.428c145.286 0 258.18 103.504 258.18 241.88c0 144.334-91.02 260.482-217.316 260.482c-42.441 0-82.323-22.05-95.965-48.096c0 0-21.003 79.956-26.11 99.558c-8.813 33.9-46.539 104.13-65.477 136.03A446.2 446.2 0 0 0 512 960c247.035 0 448-200.965 448-448c0-247.026-200.965-448-448-448"/></svg> </template>
CSS
.icon-pinterest-filled {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M512%2064C264.974%2064%2064%20264.974%2064%20512c0%20192.526%20122.082%20357.042%20292.882%20420.282c-4.919-43.857-4.147-115.682%203.97-150.457c7.602-32.666%2049.11-208.167%2049.11-208.167S397.43%20548.563%20397.43%20511.5c0-58.244%2033.744-101.7%2075.767-101.7c35.742%200%2052.977%2026.834%2052.977%2058.984c0%2035.951-22.857%2089.652-34.696%20139.422c-9.873%2041.702%2020.907%2075.703%2062.012%2075.703c74.431%200%20131.644-78.49%20131.644-191.77c0-100.266-72.03-170.38-174.906-170.38c-119.144%200-189.081%2089.377-189.081%20181.752c0%2035.983%2013.852%2074.575%2031.167%2095.579c3.414%204.155%203.914%207.78%202.9%2012c-3.174%2013.223-10.228%2041.669-11.63%2047.499c-1.82%207.683-6.073%209.278-13.998%205.589c-52.314-24.354-85.012-100.813-85.012-162.246c0-132.093%2095.965-253.428%20276.718-253.428c145.286%200%20258.18%20103.504%20258.18%20241.88c0%20144.334-91.02%20260.482-217.316%20260.482c-42.441%200-82.323-22.05-95.965-48.096c0%200-21.003%2079.956-26.11%2099.558c-8.813%2033.9-46.539%20104.13-65.477%20136.03A446.2%20446.2%200%200%200%20512%20960c247.035%200%20448-200.965%20448-448c0-247.026-200.965-448-448-448%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M512%2064C264.974%2064%2064%20264.974%2064%20512c0%20192.526%20122.082%20357.042%20292.882%20420.282c-4.919-43.857-4.147-115.682%203.97-150.457c7.602-32.666%2049.11-208.167%2049.11-208.167S397.43%20548.563%20397.43%20511.5c0-58.244%2033.744-101.7%2075.767-101.7c35.742%200%2052.977%2026.834%2052.977%2058.984c0%2035.951-22.857%2089.652-34.696%20139.422c-9.873%2041.702%2020.907%2075.703%2062.012%2075.703c74.431%200%20131.644-78.49%20131.644-191.77c0-100.266-72.03-170.38-174.906-170.38c-119.144%200-189.081%2089.377-189.081%20181.752c0%2035.983%2013.852%2074.575%2031.167%2095.579c3.414%204.155%203.914%207.78%202.9%2012c-3.174%2013.223-10.228%2041.669-11.63%2047.499c-1.82%207.683-6.073%209.278-13.998%205.589c-52.314-24.354-85.012-100.813-85.012-162.246c0-132.093%2095.965-253.428%20276.718-253.428c145.286%200%20258.18%20103.504%20258.18%20241.88c0%20144.334-91.02%20260.482-217.316%20260.482c-42.441%200-82.323-22.05-95.965-48.096c0%200-21.003%2079.956-26.11%2099.558c-8.813%2033.9-46.539%20104.13-65.477%20136.03A446.2%20446.2%200%200%200%20512%20960c247.035%200%20448-200.965%20448-448c0-247.026-200.965-448-448-448%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/pinterest-filled.svg?color=%231a73e8&size=48