bxl pinterest icon
bxl-pinterest from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- bxl-pinterest
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in BoxIcons v2
Use the bxl pinterest icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M11.99 2C6.472 2 2 6.473 2 11.99c0 4.232 2.633 7.85 6.35 9.306c-.088-.79-.166-2.006.034-2.868c.182-.78 1.172-4.966 1.172-4.966s-.299-.599-.299-1.484c0-1.388.805-2.425 1.808-2.425c.853 0 1.264.64 1.264 1.407c0 .858-.546 2.139-.827 3.327c-.235.994.499 1.805 1.479 1.805c1.775 0 3.141-1.872 3.141-4.575c0-2.392-1.719-4.064-4.173-4.064c-2.843 0-4.512 2.132-4.512 4.335c0 .858.331 1.779.744 2.28a.3.3 0 0 1 .069.286c-.076.315-.245.994-.277 1.133c-.044.183-.145.222-.335.134c-1.247-.581-2.027-2.405-2.027-3.871c0-3.151 2.289-6.045 6.601-6.045c3.466 0 6.159 2.469 6.159 5.77c0 3.444-2.171 6.213-5.184 6.213c-1.013 0-1.964-.525-2.29-1.146l-.623 2.374c-.225.868-.834 1.956-1.241 2.62a10 10 0 0 0 2.958.445c5.517 0 9.99-4.473 9.99-9.99S17.507 2 11.99 2" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxBxlPinterest(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M11.99 2C6.472 2 2 6.473 2 11.99c0 4.232 2.633 7.85 6.35 9.306c-.088-.79-.166-2.006.034-2.868c.182-.78 1.172-4.966 1.172-4.966s-.299-.599-.299-1.484c0-1.388.805-2.425 1.808-2.425c.853 0 1.264.64 1.264 1.407c0 .858-.546 2.139-.827 3.327c-.235.994.499 1.805 1.479 1.805c1.775 0 3.141-1.872 3.141-4.575c0-2.392-1.719-4.064-4.173-4.064c-2.843 0-4.512 2.132-4.512 4.335c0 .858.331 1.779.744 2.28a.3.3 0 0 1 .069.286c-.076.315-.245.994-.277 1.133c-.044.183-.145.222-.335.134c-1.247-.581-2.027-2.405-2.027-3.871c0-3.151 2.289-6.045 6.601-6.045c3.466 0 6.159 2.469 6.159 5.77c0 3.444-2.171 6.213-5.184 6.213c-1.013 0-1.964-.525-2.29-1.146l-.623 2.374c-.225.868-.834 1.956-1.241 2.62a10 10 0 0 0 2.958.445c5.517 0 9.99-4.473 9.99-9.99S17.507 2 11.99 2" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M11.99 2C6.472 2 2 6.473 2 11.99c0 4.232 2.633 7.85 6.35 9.306c-.088-.79-.166-2.006.034-2.868c.182-.78 1.172-4.966 1.172-4.966s-.299-.599-.299-1.484c0-1.388.805-2.425 1.808-2.425c.853 0 1.264.64 1.264 1.407c0 .858-.546 2.139-.827 3.327c-.235.994.499 1.805 1.479 1.805c1.775 0 3.141-1.872 3.141-4.575c0-2.392-1.719-4.064-4.173-4.064c-2.843 0-4.512 2.132-4.512 4.335c0 .858.331 1.779.744 2.28a.3.3 0 0 1 .069.286c-.076.315-.245.994-.277 1.133c-.044.183-.145.222-.335.134c-1.247-.581-2.027-2.405-2.027-3.871c0-3.151 2.289-6.045 6.601-6.045c3.466 0 6.159 2.469 6.159 5.77c0 3.444-2.171 6.213-5.184 6.213c-1.013 0-1.964-.525-2.29-1.146l-.623 2.374c-.225.868-.834 1.956-1.241 2.62a10 10 0 0 0 2.958.445c5.517 0 9.99-4.473 9.99-9.99S17.507 2 11.99 2" fill="currentColor"/></svg> </template>
CSS
.icon-bxl-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%2024%2024%22%3E%3Cpath%20d%3D%22M11.99%202C6.472%202%202%206.473%202%2011.99c0%204.232%202.633%207.85%206.35%209.306c-.088-.79-.166-2.006.034-2.868c.182-.78%201.172-4.966%201.172-4.966s-.299-.599-.299-1.484c0-1.388.805-2.425%201.808-2.425c.853%200%201.264.64%201.264%201.407c0%20.858-.546%202.139-.827%203.327c-.235.994.499%201.805%201.479%201.805c1.775%200%203.141-1.872%203.141-4.575c0-2.392-1.719-4.064-4.173-4.064c-2.843%200-4.512%202.132-4.512%204.335c0%20.858.331%201.779.744%202.28a.3.3%200%200%201%20.069.286c-.076.315-.245.994-.277%201.133c-.044.183-.145.222-.335.134c-1.247-.581-2.027-2.405-2.027-3.871c0-3.151%202.289-6.045%206.601-6.045c3.466%200%206.159%202.469%206.159%205.77c0%203.444-2.171%206.213-5.184%206.213c-1.013%200-1.964-.525-2.29-1.146l-.623%202.374c-.225.868-.834%201.956-1.241%202.62a10%2010%200%200%200%202.958.445c5.517%200%209.99-4.473%209.99-9.99S17.507%202%2011.99%202%22%20fill%3D%22currentColor%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%20d%3D%22M11.99%202C6.472%202%202%206.473%202%2011.99c0%204.232%202.633%207.85%206.35%209.306c-.088-.79-.166-2.006.034-2.868c.182-.78%201.172-4.966%201.172-4.966s-.299-.599-.299-1.484c0-1.388.805-2.425%201.808-2.425c.853%200%201.264.64%201.264%201.407c0%20.858-.546%202.139-.827%203.327c-.235.994.499%201.805%201.479%201.805c1.775%200%203.141-1.872%203.141-4.575c0-2.392-1.719-4.064-4.173-4.064c-2.843%200-4.512%202.132-4.512%204.335c0%20.858.331%201.779.744%202.28a.3.3%200%200%201%20.069.286c-.076.315-.245.994-.277%201.133c-.044.183-.145.222-.335.134c-1.247-.581-2.027-2.405-2.027-3.871c0-3.151%202.289-6.045%206.601-6.045c3.466%200%206.159%202.469%206.159%205.77c0%203.444-2.171%206.213-5.184%206.213c-1.013%200-1.964-.525-2.29-1.146l-.623%202.374c-.225.868-.834%201.956-1.241%202.62a10%2010%200%200%200%202.958.445c5.517%200%209.99-4.473%209.99-9.99S17.507%202%2011.99%202%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bxl-pinterest.svg?color=%231a73e8&size=48