pinterest icon
pinterest from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
pinterest-fillAkar Iconspinterest-filledAnt Design IconspinterestBootstrap IconspinterestBoxicons BrandspinterestCoreUI BrandspinterestFont Awesome 6 BrandspinterestFont Awesome BrandspinterestHuge IconspinterestIconoirpinterestJam IconspinterestSVG LogospinterestMage IconspinterestMaterial Design Iconspinterest-fillMingCute IconpinterestMyna UI IconspinterestOpenMojipinterestPrime Iconspinterest-fillRemix IconpinterestSimple Iconspinterest-outlineTeenyicons
More other icons from Line Awesome
Use the pinterest icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.371 4 4 9.371 4 16c0 5.086 3.164 9.426 7.629 11.176c-.106-.95-.203-2.406.039-3.446l1.406-5.964s-.355-.72-.355-1.782c0-1.668.965-2.914 2.168-2.914c1.023 0 1.52.77 1.52 1.692c0 1.031-.657 2.57-.997 3.996c-.281 1.195.602 2.168 1.777 2.168c2.133 0 3.774-2.25 3.774-5.496c0-2.871-2.063-4.88-5.012-4.88c-3.414 0-5.418 2.56-5.418 5.208c0 1.031.399 2.137.895 2.738c.097.117.11.223.082.344l-.332 1.36c-.055.222-.176.269-.403.16c-1.5-.696-2.437-2.887-2.437-4.65c0-3.784 2.75-7.26 7.93-7.26c4.164 0 7.398 2.964 7.398 6.933c0 4.133-2.61 7.46-6.227 7.46c-1.214 0-2.359-.628-2.75-1.374c0 0-.601 2.289-.75 2.851c-.269 1.043-1 2.348-1.492 3.145A12 12 0 0 0 16 28c6.629 0 12-5.371 12-12S22.629 4 16 4"/></svg>
React
import type { SVGProps } from "react";
export function LaPinterest(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.371 4 4 9.371 4 16c0 5.086 3.164 9.426 7.629 11.176c-.106-.95-.203-2.406.039-3.446l1.406-5.964s-.355-.72-.355-1.782c0-1.668.965-2.914 2.168-2.914c1.023 0 1.52.77 1.52 1.692c0 1.031-.657 2.57-.997 3.996c-.281 1.195.602 2.168 1.777 2.168c2.133 0 3.774-2.25 3.774-5.496c0-2.871-2.063-4.88-5.012-4.88c-3.414 0-5.418 2.56-5.418 5.208c0 1.031.399 2.137.895 2.738c.097.117.11.223.082.344l-.332 1.36c-.055.222-.176.269-.403.16c-1.5-.696-2.437-2.887-2.437-4.65c0-3.784 2.75-7.26 7.93-7.26c4.164 0 7.398 2.964 7.398 6.933c0 4.133-2.61 7.46-6.227 7.46c-1.214 0-2.359-.628-2.75-1.374c0 0-.601 2.289-.75 2.851c-.269 1.043-1 2.348-1.492 3.145A12 12 0 0 0 16 28c6.629 0 12-5.371 12-12S22.629 4 16 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.371 4 4 9.371 4 16c0 5.086 3.164 9.426 7.629 11.176c-.106-.95-.203-2.406.039-3.446l1.406-5.964s-.355-.72-.355-1.782c0-1.668.965-2.914 2.168-2.914c1.023 0 1.52.77 1.52 1.692c0 1.031-.657 2.57-.997 3.996c-.281 1.195.602 2.168 1.777 2.168c2.133 0 3.774-2.25 3.774-5.496c0-2.871-2.063-4.88-5.012-4.88c-3.414 0-5.418 2.56-5.418 5.208c0 1.031.399 2.137.895 2.738c.097.117.11.223.082.344l-.332 1.36c-.055.222-.176.269-.403.16c-1.5-.696-2.437-2.887-2.437-4.65c0-3.784 2.75-7.26 7.93-7.26c4.164 0 7.398 2.964 7.398 6.933c0 4.133-2.61 7.46-6.227 7.46c-1.214 0-2.359-.628-2.75-1.374c0 0-.601 2.289-.75 2.851c-.269 1.043-1 2.348-1.492 3.145A12 12 0 0 0 16 28c6.629 0 12-5.371 12-12S22.629 4 16 4"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204C9.371%204%204%209.371%204%2016c0%205.086%203.164%209.426%207.629%2011.176c-.106-.95-.203-2.406.039-3.446l1.406-5.964s-.355-.72-.355-1.782c0-1.668.965-2.914%202.168-2.914c1.023%200%201.52.77%201.52%201.692c0%201.031-.657%202.57-.997%203.996c-.281%201.195.602%202.168%201.777%202.168c2.133%200%203.774-2.25%203.774-5.496c0-2.871-2.063-4.88-5.012-4.88c-3.414%200-5.418%202.56-5.418%205.208c0%201.031.399%202.137.895%202.738c.097.117.11.223.082.344l-.332%201.36c-.055.222-.176.269-.403.16c-1.5-.696-2.437-2.887-2.437-4.65c0-3.784%202.75-7.26%207.93-7.26c4.164%200%207.398%202.964%207.398%206.933c0%204.133-2.61%207.46-6.227%207.46c-1.214%200-2.359-.628-2.75-1.374c0%200-.601%202.289-.75%202.851c-.269%201.043-1%202.348-1.492%203.145A12%2012%200%200%200%2016%2028c6.629%200%2012-5.371%2012-12S22.629%204%2016%204%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204C9.371%204%204%209.371%204%2016c0%205.086%203.164%209.426%207.629%2011.176c-.106-.95-.203-2.406.039-3.446l1.406-5.964s-.355-.72-.355-1.782c0-1.668.965-2.914%202.168-2.914c1.023%200%201.52.77%201.52%201.692c0%201.031-.657%202.57-.997%203.996c-.281%201.195.602%202.168%201.777%202.168c2.133%200%203.774-2.25%203.774-5.496c0-2.871-2.063-4.88-5.012-4.88c-3.414%200-5.418%202.56-5.418%205.208c0%201.031.399%202.137.895%202.738c.097.117.11.223.082.344l-.332%201.36c-.055.222-.176.269-.403.16c-1.5-.696-2.437-2.887-2.437-4.65c0-3.784%202.75-7.26%207.93-7.26c4.164%200%207.398%202.964%207.398%206.933c0%204.133-2.61%207.46-6.227%207.46c-1.214%200-2.359-.628-2.75-1.374c0%200-.601%202.289-.75%202.851c-.269%201.043-1%202.348-1.492%203.145A12%2012%200%200%200%2016%2028c6.629%200%2012-5.371%2012-12S22.629%204%2016%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/pinterest.svg?color=%231a73e8&size=48