Pinterest Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Pinterest icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306249.svg" alt="Pinterest icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306249.svg" alt="Pinterest icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306249.svg" alt="Pinterest icon" :width="24" :height="24" />
CSS background
.icon-pinterest {
background-image: url('https://proicons.com/icon/306249.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M521 62c-239 0-360 172-360 314 0 87 33 164 103 192 12 5 22 1 25-12 3-9 8-31 11-40 3-13 2-17-8-28-20-24-33-55-33-99 0-127 95-241 248-241 135 0 209 83 209 193 0 145-64 267-160 267-52 0-91-43-79-97 15-64 45-132 45-178 0-41-22-76-68-76-54 0-97 56-97 131 0 47 16 79 16 79s-55 233-65 274c-19 81-2 181-1 191 1 6 8 7 12 3 5-7 69-86 91-165 6-22 35-138 35-138 17 33 68 63 123 63 161 0 271-148 271-345 0-149-126-288-318-288z"/></svg>
Pinterest in other icon packs
Copied!