pinterest icon
pinterest-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- pinterest-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
pinterest-fillAkar Iconspinterest-filledAnt Design IconspinterestBootstrap IconspinterestBoxicons BrandspinterestCoreUI BrandspinterestFont Awesome 6 BrandspinterestFont Awesome BrandspinterestHuge IconspinterestIconoirpinterestJam IconspinterestLine AwesomepinterestSVG LogospinterestMage IconspinterestMaterial Design IconspinterestMyna 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 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10c-.806 0-1.589-.098-2.34-.278l1.135-5.33c.687.597 1.54.824 2.36.81c.898-.017 1.8-.321 2.554-.796c.752-.473 1.424-1.16 1.792-2.007A6 6 0 1 0 6.5 14.4a1 1 0 1 0 1.832-.8a4 4 0 1 1 7.336 0l-.002.002c-.174.402-.533.804-1.022 1.112c-.489.307-1.04.478-1.527.487c-.476.009-.842-.134-1.094-.4c-.249-.26-.505-.761-.522-1.701q-.003 0-.006.004l.51-2.396a1 1 0 0 0-1.957-.416l-2.29 10.764A10 10 0 0 1 2 12C2 6.477 6.477 2 12 2"/></svg>
React
import type { SVGProps } from "react";
export function MingcutePinterestFill(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="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10c-.806 0-1.589-.098-2.34-.278l1.135-5.33c.687.597 1.54.824 2.36.81c.898-.017 1.8-.321 2.554-.796c.752-.473 1.424-1.16 1.792-2.007A6 6 0 1 0 6.5 14.4a1 1 0 1 0 1.832-.8a4 4 0 1 1 7.336 0l-.002.002c-.174.402-.533.804-1.022 1.112c-.489.307-1.04.478-1.527.487c-.476.009-.842-.134-1.094-.4c-.249-.26-.505-.761-.522-1.701q-.003 0-.006.004l.51-2.396a1 1 0 0 0-1.957-.416l-2.29 10.764A10 10 0 0 1 2 12C2 6.477 6.477 2 12 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10c-.806 0-1.589-.098-2.34-.278l1.135-5.33c.687.597 1.54.824 2.36.81c.898-.017 1.8-.321 2.554-.796c.752-.473 1.424-1.16 1.792-2.007A6 6 0 1 0 6.5 14.4a1 1 0 1 0 1.832-.8a4 4 0 1 1 7.336 0l-.002.002c-.174.402-.533.804-1.022 1.112c-.489.307-1.04.478-1.527.487c-.476.009-.842-.134-1.094-.4c-.249-.26-.505-.761-.522-1.701q-.003 0-.006.004l.51-2.396a1 1 0 0 0-1.957-.416l-2.29 10.764A10 10 0 0 1 2 12C2 6.477 6.477 2 12 2"/></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%22M12%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010c-.806%200-1.589-.098-2.34-.278l1.135-5.33c.687.597%201.54.824%202.36.81c.898-.017%201.8-.321%202.554-.796c.752-.473%201.424-1.16%201.792-2.007A6%206%200%201%200%206.5%2014.4a1%201%200%201%200%201.832-.8a4%204%200%201%201%207.336%200l-.002.002c-.174.402-.533.804-1.022%201.112c-.489.307-1.04.478-1.527.487c-.476.009-.842-.134-1.094-.4c-.249-.26-.505-.761-.522-1.701q-.003%200-.006.004l.51-2.396a1%201%200%200%200-1.957-.416l-2.29%2010.764A10%2010%200%200%201%202%2012C2%206.477%206.477%202%2012%202%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%22M12%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010c-.806%200-1.589-.098-2.34-.278l1.135-5.33c.687.597%201.54.824%202.36.81c.898-.017%201.8-.321%202.554-.796c.752-.473%201.424-1.16%201.792-2.007A6%206%200%201%200%206.5%2014.4a1%201%200%201%200%201.832-.8a4%204%200%201%201%207.336%200l-.002.002c-.174.402-.533.804-1.022%201.112c-.489.307-1.04.478-1.527.487c-.476.009-.842-.134-1.094-.4c-.249-.26-.505-.761-.522-1.701q-.003%200-.006.004l.51-2.396a1%201%200%200%200-1.957-.416l-2.29%2010.764A10%2010%200%200%201%202%2012C2%206.477%206.477%202%2012%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/pinterest-fill.svg?color=%231a73e8&size=48