pinterest icon
pinterest-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- pinterest-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- 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.807 64 64 264.807 64 512s200.807 448 448 448s448-200.807 448-448S759.193 64 512 64m0 38.957c226.14 0 409.043 182.904 409.043 409.043S738.139 921.043 512 921.043c-41.365 0-81.269-6.19-118.886-17.576c16.756-28.014 38.39-68.058 46.984-101.12c5.106-19.601 26.098-99.559 26.098-99.559c13.642 26.045 53.503 48.087 95.945 48.087c126.295 0 217.343-116.149 217.343-260.484c0-138.375-112.916-241.88-258.201-241.88c-180.753 0-276.69 121.314-276.69 253.407c0 61.433 32.673 137.902 84.989 162.256c7.924 3.688 12.18 2.09 14-5.592c1.4-5.831 8.468-34.255 11.64-47.479c1.016-4.22.524-7.866-2.89-12.021c-17.316-21.004-31.196-59.583-31.196-95.566c0-92.374 69.932-181.771 189.076-181.771c102.875 0 174.924 70.13 174.924 170.396c0 113.281-57.2 191.777-131.63 191.777c-41.106 0-71.885-34.005-62.011-75.706c11.838-49.77 34.695-103.478 34.695-139.43c0-32.149-17.253-58.967-52.994-58.967c-42.024 0-75.783 43.447-75.783 101.69c0 37.063 12.554 62.163 12.554 62.163s-41.511 175.51-49.114 208.174c-7.619 32.642-5.578 76.605-2.435 109.337C208.551 830.518 102.957 683.785 102.957 512c0-226.14 182.903-409.043 409.043-409.043"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignPinterestOutlined(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.807 64 64 264.807 64 512s200.807 448 448 448s448-200.807 448-448S759.193 64 512 64m0 38.957c226.14 0 409.043 182.904 409.043 409.043S738.139 921.043 512 921.043c-41.365 0-81.269-6.19-118.886-17.576c16.756-28.014 38.39-68.058 46.984-101.12c5.106-19.601 26.098-99.559 26.098-99.559c13.642 26.045 53.503 48.087 95.945 48.087c126.295 0 217.343-116.149 217.343-260.484c0-138.375-112.916-241.88-258.201-241.88c-180.753 0-276.69 121.314-276.69 253.407c0 61.433 32.673 137.902 84.989 162.256c7.924 3.688 12.18 2.09 14-5.592c1.4-5.831 8.468-34.255 11.64-47.479c1.016-4.22.524-7.866-2.89-12.021c-17.316-21.004-31.196-59.583-31.196-95.566c0-92.374 69.932-181.771 189.076-181.771c102.875 0 174.924 70.13 174.924 170.396c0 113.281-57.2 191.777-131.63 191.777c-41.106 0-71.885-34.005-62.011-75.706c11.838-49.77 34.695-103.478 34.695-139.43c0-32.149-17.253-58.967-52.994-58.967c-42.024 0-75.783 43.447-75.783 101.69c0 37.063 12.554 62.163 12.554 62.163s-41.511 175.51-49.114 208.174c-7.619 32.642-5.578 76.605-2.435 109.337C208.551 830.518 102.957 683.785 102.957 512c0-226.14 182.903-409.043 409.043-409.043"/></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.807 64 64 264.807 64 512s200.807 448 448 448s448-200.807 448-448S759.193 64 512 64m0 38.957c226.14 0 409.043 182.904 409.043 409.043S738.139 921.043 512 921.043c-41.365 0-81.269-6.19-118.886-17.576c16.756-28.014 38.39-68.058 46.984-101.12c5.106-19.601 26.098-99.559 26.098-99.559c13.642 26.045 53.503 48.087 95.945 48.087c126.295 0 217.343-116.149 217.343-260.484c0-138.375-112.916-241.88-258.201-241.88c-180.753 0-276.69 121.314-276.69 253.407c0 61.433 32.673 137.902 84.989 162.256c7.924 3.688 12.18 2.09 14-5.592c1.4-5.831 8.468-34.255 11.64-47.479c1.016-4.22.524-7.866-2.89-12.021c-17.316-21.004-31.196-59.583-31.196-95.566c0-92.374 69.932-181.771 189.076-181.771c102.875 0 174.924 70.13 174.924 170.396c0 113.281-57.2 191.777-131.63 191.777c-41.106 0-71.885-34.005-62.011-75.706c11.838-49.77 34.695-103.478 34.695-139.43c0-32.149-17.253-58.967-52.994-58.967c-42.024 0-75.783 43.447-75.783 101.69c0 37.063 12.554 62.163 12.554 62.163s-41.511 175.51-49.114 208.174c-7.619 32.642-5.578 76.605-2.435 109.337C208.551 830.518 102.957 683.785 102.957 512c0-226.14 182.903-409.043 409.043-409.043"/></svg> </template>
CSS
.icon-pinterest-outlined {
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.807%2064%2064%20264.807%2064%20512s200.807%20448%20448%20448s448-200.807%20448-448S759.193%2064%20512%2064m0%2038.957c226.14%200%20409.043%20182.904%20409.043%20409.043S738.139%20921.043%20512%20921.043c-41.365%200-81.269-6.19-118.886-17.576c16.756-28.014%2038.39-68.058%2046.984-101.12c5.106-19.601%2026.098-99.559%2026.098-99.559c13.642%2026.045%2053.503%2048.087%2095.945%2048.087c126.295%200%20217.343-116.149%20217.343-260.484c0-138.375-112.916-241.88-258.201-241.88c-180.753%200-276.69%20121.314-276.69%20253.407c0%2061.433%2032.673%20137.902%2084.989%20162.256c7.924%203.688%2012.18%202.09%2014-5.592c1.4-5.831%208.468-34.255%2011.64-47.479c1.016-4.22.524-7.866-2.89-12.021c-17.316-21.004-31.196-59.583-31.196-95.566c0-92.374%2069.932-181.771%20189.076-181.771c102.875%200%20174.924%2070.13%20174.924%20170.396c0%20113.281-57.2%20191.777-131.63%20191.777c-41.106%200-71.885-34.005-62.011-75.706c11.838-49.77%2034.695-103.478%2034.695-139.43c0-32.149-17.253-58.967-52.994-58.967c-42.024%200-75.783%2043.447-75.783%20101.69c0%2037.063%2012.554%2062.163%2012.554%2062.163s-41.511%20175.51-49.114%20208.174c-7.619%2032.642-5.578%2076.605-2.435%20109.337C208.551%20830.518%20102.957%20683.785%20102.957%20512c0-226.14%20182.903-409.043%20409.043-409.043%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.807%2064%2064%20264.807%2064%20512s200.807%20448%20448%20448s448-200.807%20448-448S759.193%2064%20512%2064m0%2038.957c226.14%200%20409.043%20182.904%20409.043%20409.043S738.139%20921.043%20512%20921.043c-41.365%200-81.269-6.19-118.886-17.576c16.756-28.014%2038.39-68.058%2046.984-101.12c5.106-19.601%2026.098-99.559%2026.098-99.559c13.642%2026.045%2053.503%2048.087%2095.945%2048.087c126.295%200%20217.343-116.149%20217.343-260.484c0-138.375-112.916-241.88-258.201-241.88c-180.753%200-276.69%20121.314-276.69%20253.407c0%2061.433%2032.673%20137.902%2084.989%20162.256c7.924%203.688%2012.18%202.09%2014-5.592c1.4-5.831%208.468-34.255%2011.64-47.479c1.016-4.22.524-7.866-2.89-12.021c-17.316-21.004-31.196-59.583-31.196-95.566c0-92.374%2069.932-181.771%20189.076-181.771c102.875%200%20174.924%2070.13%20174.924%20170.396c0%20113.281-57.2%20191.777-131.63%20191.777c-41.106%200-71.885-34.005-62.011-75.706c11.838-49.77%2034.695-103.478%2034.695-139.43c0-32.149-17.253-58.967-52.994-58.967c-42.024%200-75.783%2043.447-75.783%20101.69c0%2037.063%2012.554%2062.163%2012.554%2062.163s-41.511%20175.51-49.114%20208.174c-7.619%2032.642-5.578%2076.605-2.435%20109.337C208.551%20830.518%20102.957%20683.785%20102.957%20512c0-226.14%20182.903-409.043%20409.043-409.043%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/pinterest-outlined.svg?color=%231a73e8&size=48