pinterest p icon
pinterest-p from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- pinterest-p
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the pinterest p icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.094 4C11.017 4 6 7.383 6 12.861c0 3.483 1.958 5.463 3.146 5.463c.49 0 .774-1.366.774-1.752c0-.46-1.174-1.44-1.174-3.355c0-3.978 3.028-6.797 6.947-6.797c3.37 0 5.864 1.914 5.864 5.432c0 2.627-1.055 7.554-4.47 7.554c-1.231 0-2.284-.89-2.284-2.166c0-1.87 1.197-3.681 1.197-5.611c0-3.276-4.537-2.682-4.537 1.277c0 .831.104 1.751.475 2.508C11.255 18.354 10 23.037 10 26.066c0 .935.134 1.855.223 2.791c.168.188.084.169.341.075c2.494-3.414 2.263-4.388 3.391-8.856c.61 1.158 2.183 1.781 3.43 1.781c5.255 0 7.615-5.12 7.615-9.738C25 7.206 20.755 4 16.094 4"/></svg>
React
import type { SVGProps } from "react";
export function LaPinterestP(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.094 4C11.017 4 6 7.383 6 12.861c0 3.483 1.958 5.463 3.146 5.463c.49 0 .774-1.366.774-1.752c0-.46-1.174-1.44-1.174-3.355c0-3.978 3.028-6.797 6.947-6.797c3.37 0 5.864 1.914 5.864 5.432c0 2.627-1.055 7.554-4.47 7.554c-1.231 0-2.284-.89-2.284-2.166c0-1.87 1.197-3.681 1.197-5.611c0-3.276-4.537-2.682-4.537 1.277c0 .831.104 1.751.475 2.508C11.255 18.354 10 23.037 10 26.066c0 .935.134 1.855.223 2.791c.168.188.084.169.341.075c2.494-3.414 2.263-4.388 3.391-8.856c.61 1.158 2.183 1.781 3.43 1.781c5.255 0 7.615-5.12 7.615-9.738C25 7.206 20.755 4 16.094 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.094 4C11.017 4 6 7.383 6 12.861c0 3.483 1.958 5.463 3.146 5.463c.49 0 .774-1.366.774-1.752c0-.46-1.174-1.44-1.174-3.355c0-3.978 3.028-6.797 6.947-6.797c3.37 0 5.864 1.914 5.864 5.432c0 2.627-1.055 7.554-4.47 7.554c-1.231 0-2.284-.89-2.284-2.166c0-1.87 1.197-3.681 1.197-5.611c0-3.276-4.537-2.682-4.537 1.277c0 .831.104 1.751.475 2.508C11.255 18.354 10 23.037 10 26.066c0 .935.134 1.855.223 2.791c.168.188.084.169.341.075c2.494-3.414 2.263-4.388 3.391-8.856c.61 1.158 2.183 1.781 3.43 1.781c5.255 0 7.615-5.12 7.615-9.738C25 7.206 20.755 4 16.094 4"/></svg> </template>
CSS
.icon-pinterest-p {
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.094%204C11.017%204%206%207.383%206%2012.861c0%203.483%201.958%205.463%203.146%205.463c.49%200%20.774-1.366.774-1.752c0-.46-1.174-1.44-1.174-3.355c0-3.978%203.028-6.797%206.947-6.797c3.37%200%205.864%201.914%205.864%205.432c0%202.627-1.055%207.554-4.47%207.554c-1.231%200-2.284-.89-2.284-2.166c0-1.87%201.197-3.681%201.197-5.611c0-3.276-4.537-2.682-4.537%201.277c0%20.831.104%201.751.475%202.508C11.255%2018.354%2010%2023.037%2010%2026.066c0%20.935.134%201.855.223%202.791c.168.188.084.169.341.075c2.494-3.414%202.263-4.388%203.391-8.856c.61%201.158%202.183%201.781%203.43%201.781c5.255%200%207.615-5.12%207.615-9.738C25%207.206%2020.755%204%2016.094%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.094%204C11.017%204%206%207.383%206%2012.861c0%203.483%201.958%205.463%203.146%205.463c.49%200%20.774-1.366.774-1.752c0-.46-1.174-1.44-1.174-3.355c0-3.978%203.028-6.797%206.947-6.797c3.37%200%205.864%201.914%205.864%205.432c0%202.627-1.055%207.554-4.47%207.554c-1.231%200-2.284-.89-2.284-2.166c0-1.87%201.197-3.681%201.197-5.611c0-3.276-4.537-2.682-4.537%201.277c0%20.831.104%201.751.475%202.508C11.255%2018.354%2010%2023.037%2010%2026.066c0%20.935.134%201.855.223%202.791c.168.188.084.169.341.075c2.494-3.414%202.263-4.388%203.391-8.856c.61%201.158%202.183%201.781%203.43%201.781c5.255%200%207.615-5.12%207.615-9.738C25%207.206%2020.755%204%2016.094%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/pinterest-p.svg?color=%231a73e8&size=48