pinterest alt logo
pinterest-alt from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.
- Name
- pinterest-alt
- Set
- Boxicons Brands
- Style
- Logo
- Viewbox
- 24×24
- License
- MIT
Use the pinterest alt logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.077 9.457q.001-1.169.404-2.199a5.6 5.6 0 0 1 1.121-1.802a7.6 7.6 0 0 1 1.644-1.329a7.5 7.5 0 0 1 2.002-.844a8.6 8.6 0 0 1 2.185-.281q1.708 0 3.182.721a6 6 0 0 1 2.391 2.094q.92 1.373.919 3.104q0 1.038-.207 2.031a8.3 8.3 0 0 1-.646 1.913a6.6 6.6 0 0 1-1.082 1.617a4.7 4.7 0 0 1-1.568 1.114a5 5 0 0 1-2.045.417q-.735 0-1.459-.346q-.723-.344-1.036-.951q-.108.421-.306 1.218q-.194.795-.252 1.027q-.06.232-.222.767a5 5 0 0 1-.281.769l-.344.674a8 8 0 0 1-.498.838q-.271.394-.672.935l-.149.053l-.099-.108q-.161-1.7-.162-2.035q0-.994.235-2.233q.231-1.238.72-3.109q.487-1.87.561-2.196q-.344-.701-.345-1.827q0-.897.562-1.688q.563-.789 1.427-.789q.661 0 1.028.439q.367.437.366 1.109q0 .714-.476 2.066t-.476 2.022c0 .453.162.832.486 1.129a1.68 1.68 0 0 0 1.179.449q.593 0 1.104-.271a2.46 2.46 0 0 0 .849-.733a6.1 6.1 0 0 0 1.017-2.225q.146-.634.216-1.2q.072-.568.07-1.077q-.001-1.87-1.183-2.915q-1.187-1.043-3.088-1.042q-2.163 0-3.611 1.401q-1.45 1.398-1.452 3.554q.001.475.139.919q.133.443.291.704c.104.171.202.338.291.492q.136.231.137.33q0 .303-.16.79q-.165.487-.4.487q-.023 0-.185-.034a2.2 2.2 0 0 1-.979-.605a3.2 3.2 0 0 1-.659-1.022a7 7 0 0 1-.352-1.169a5 5 0 0 1-.132-1.153"/></svg>
React
import type { SVGProps } from "react";
export function BxlPinterestAlt(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="M5.077 9.457q.001-1.169.404-2.199a5.6 5.6 0 0 1 1.121-1.802a7.6 7.6 0 0 1 1.644-1.329a7.5 7.5 0 0 1 2.002-.844a8.6 8.6 0 0 1 2.185-.281q1.708 0 3.182.721a6 6 0 0 1 2.391 2.094q.92 1.373.919 3.104q0 1.038-.207 2.031a8.3 8.3 0 0 1-.646 1.913a6.6 6.6 0 0 1-1.082 1.617a4.7 4.7 0 0 1-1.568 1.114a5 5 0 0 1-2.045.417q-.735 0-1.459-.346q-.723-.344-1.036-.951q-.108.421-.306 1.218q-.194.795-.252 1.027q-.06.232-.222.767a5 5 0 0 1-.281.769l-.344.674a8 8 0 0 1-.498.838q-.271.394-.672.935l-.149.053l-.099-.108q-.161-1.7-.162-2.035q0-.994.235-2.233q.231-1.238.72-3.109q.487-1.87.561-2.196q-.344-.701-.345-1.827q0-.897.562-1.688q.563-.789 1.427-.789q.661 0 1.028.439q.367.437.366 1.109q0 .714-.476 2.066t-.476 2.022c0 .453.162.832.486 1.129a1.68 1.68 0 0 0 1.179.449q.593 0 1.104-.271a2.46 2.46 0 0 0 .849-.733a6.1 6.1 0 0 0 1.017-2.225q.146-.634.216-1.2q.072-.568.07-1.077q-.001-1.87-1.183-2.915q-1.187-1.043-3.088-1.042q-2.163 0-3.611 1.401q-1.45 1.398-1.452 3.554q.001.475.139.919q.133.443.291.704c.104.171.202.338.291.492q.136.231.137.33q0 .303-.16.79q-.165.487-.4.487q-.023 0-.185-.034a2.2 2.2 0 0 1-.979-.605a3.2 3.2 0 0 1-.659-1.022a7 7 0 0 1-.352-1.169a5 5 0 0 1-.132-1.153"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.077 9.457q.001-1.169.404-2.199a5.6 5.6 0 0 1 1.121-1.802a7.6 7.6 0 0 1 1.644-1.329a7.5 7.5 0 0 1 2.002-.844a8.6 8.6 0 0 1 2.185-.281q1.708 0 3.182.721a6 6 0 0 1 2.391 2.094q.92 1.373.919 3.104q0 1.038-.207 2.031a8.3 8.3 0 0 1-.646 1.913a6.6 6.6 0 0 1-1.082 1.617a4.7 4.7 0 0 1-1.568 1.114a5 5 0 0 1-2.045.417q-.735 0-1.459-.346q-.723-.344-1.036-.951q-.108.421-.306 1.218q-.194.795-.252 1.027q-.06.232-.222.767a5 5 0 0 1-.281.769l-.344.674a8 8 0 0 1-.498.838q-.271.394-.672.935l-.149.053l-.099-.108q-.161-1.7-.162-2.035q0-.994.235-2.233q.231-1.238.72-3.109q.487-1.87.561-2.196q-.344-.701-.345-1.827q0-.897.562-1.688q.563-.789 1.427-.789q.661 0 1.028.439q.367.437.366 1.109q0 .714-.476 2.066t-.476 2.022c0 .453.162.832.486 1.129a1.68 1.68 0 0 0 1.179.449q.593 0 1.104-.271a2.46 2.46 0 0 0 .849-.733a6.1 6.1 0 0 0 1.017-2.225q.146-.634.216-1.2q.072-.568.07-1.077q-.001-1.87-1.183-2.915q-1.187-1.043-3.088-1.042q-2.163 0-3.611 1.401q-1.45 1.398-1.452 3.554q.001.475.139.919q.133.443.291.704c.104.171.202.338.291.492q.136.231.137.33q0 .303-.16.79q-.165.487-.4.487q-.023 0-.185-.034a2.2 2.2 0 0 1-.979-.605a3.2 3.2 0 0 1-.659-1.022a7 7 0 0 1-.352-1.169a5 5 0 0 1-.132-1.153"/></svg> </template>
CSS
.icon-pinterest-alt {
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%22M5.077%209.457q.001-1.169.404-2.199a5.6%205.6%200%200%201%201.121-1.802a7.6%207.6%200%200%201%201.644-1.329a7.5%207.5%200%200%201%202.002-.844a8.6%208.6%200%200%201%202.185-.281q1.708%200%203.182.721a6%206%200%200%201%202.391%202.094q.92%201.373.919%203.104q0%201.038-.207%202.031a8.3%208.3%200%200%201-.646%201.913a6.6%206.6%200%200%201-1.082%201.617a4.7%204.7%200%200%201-1.568%201.114a5%205%200%200%201-2.045.417q-.735%200-1.459-.346q-.723-.344-1.036-.951q-.108.421-.306%201.218q-.194.795-.252%201.027q-.06.232-.222.767a5%205%200%200%201-.281.769l-.344.674a8%208%200%200%201-.498.838q-.271.394-.672.935l-.149.053l-.099-.108q-.161-1.7-.162-2.035q0-.994.235-2.233q.231-1.238.72-3.109q.487-1.87.561-2.196q-.344-.701-.345-1.827q0-.897.562-1.688q.563-.789%201.427-.789q.661%200%201.028.439q.367.437.366%201.109q0%20.714-.476%202.066t-.476%202.022c0%20.453.162.832.486%201.129a1.68%201.68%200%200%200%201.179.449q.593%200%201.104-.271a2.46%202.46%200%200%200%20.849-.733a6.1%206.1%200%200%200%201.017-2.225q.146-.634.216-1.2q.072-.568.07-1.077q-.001-1.87-1.183-2.915q-1.187-1.043-3.088-1.042q-2.163%200-3.611%201.401q-1.45%201.398-1.452%203.554q.001.475.139.919q.133.443.291.704c.104.171.202.338.291.492q.136.231.137.33q0%20.303-.16.79q-.165.487-.4.487q-.023%200-.185-.034a2.2%202.2%200%200%201-.979-.605a3.2%203.2%200%200%201-.659-1.022a7%207%200%200%201-.352-1.169a5%205%200%200%201-.132-1.153%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%22M5.077%209.457q.001-1.169.404-2.199a5.6%205.6%200%200%201%201.121-1.802a7.6%207.6%200%200%201%201.644-1.329a7.5%207.5%200%200%201%202.002-.844a8.6%208.6%200%200%201%202.185-.281q1.708%200%203.182.721a6%206%200%200%201%202.391%202.094q.92%201.373.919%203.104q0%201.038-.207%202.031a8.3%208.3%200%200%201-.646%201.913a6.6%206.6%200%200%201-1.082%201.617a4.7%204.7%200%200%201-1.568%201.114a5%205%200%200%201-2.045.417q-.735%200-1.459-.346q-.723-.344-1.036-.951q-.108.421-.306%201.218q-.194.795-.252%201.027q-.06.232-.222.767a5%205%200%200%201-.281.769l-.344.674a8%208%200%200%201-.498.838q-.271.394-.672.935l-.149.053l-.099-.108q-.161-1.7-.162-2.035q0-.994.235-2.233q.231-1.238.72-3.109q.487-1.87.561-2.196q-.344-.701-.345-1.827q0-.897.562-1.688q.563-.789%201.427-.789q.661%200%201.028.439q.367.437.366%201.109q0%20.714-.476%202.066t-.476%202.022c0%20.453.162.832.486%201.129a1.68%201.68%200%200%200%201.179.449q.593%200%201.104-.271a2.46%202.46%200%200%200%20.849-.733a6.1%206.1%200%200%200%201.017-2.225q.146-.634.216-1.2q.072-.568.07-1.077q-.001-1.87-1.183-2.915q-1.187-1.043-3.088-1.042q-2.163%200-3.611%201.401q-1.45%201.398-1.452%203.554q.001.475.139.919q.133.443.291.704c.104.171.202.338.291.492q.136.231.137.33q0%20.303-.16.79q-.165.487-.4.487q-.023%200-.185-.034a2.2%202.2%200%200%201-.979-.605a3.2%203.2%200%200%201-.659-1.022a7%207%200%200%201-.352-1.169a5%205%200%200%201-.132-1.153%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/pinterest-alt.svg?color=%231a73e8&size=48