pinterest icon

pinterest-fill from Akar Icons by Arturo Wibawa · Fill · MIT Free for personal and commercial use.

Name
pinterest-fill
Set
Akar Icons
Style
Fill
Viewbox
24×24
License
MIT

The same icon in other sets

Use the pinterest icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><path id="SVGN18ileSR" fill="#fff" d="M0 0h24v24H0z"/></defs><g fill="none"><g clip-path="url(#SVG3qA7XbCf)"><g clip-path="url(#SVG3qA7XbCf)"><path fill="currentColor" d="M0 12c0 5.123 3.211 9.497 7.73 11.218c-.11-.937-.227-2.482.025-3.566c.217-.932 1.401-5.938 1.401-5.938s-.357-.715-.357-1.774c0-1.66.962-2.9 2.161-2.9c1.02 0 1.512.765 1.512 1.682c0 1.025-.653 2.557-.99 3.978c-.281 1.189.597 2.159 1.769 2.159c2.123 0 3.756-2.239 3.756-5.471c0-2.861-2.056-4.86-4.991-4.86c-3.398 0-5.393 2.549-5.393 5.184c0 1.027.395 2.127.889 2.726a.36.36 0 0 1 .083.343c-.091.378-.293 1.189-.332 1.355c-.053.218-.173.265-.4.159c-1.492-.694-2.424-2.875-2.424-4.627c0-3.769 2.737-7.229 7.892-7.229c4.144 0 7.365 2.953 7.365 6.899c0 4.117-2.595 7.431-6.199 7.431c-1.211 0-2.348-.63-2.738-1.373c0 0-.599 2.282-.744 2.84c-.282 1.084-1.064 2.456-1.549 3.235C9.584 23.815 10.77 24 12 24c6.627 0 12-5.373 12-12S18.627 0 12 0S0 5.373 0 12"/></g></g><defs><clipPath id="SVG3qA7XbCf"><use href="#SVGN18ileSR"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function AkarIconsPinterestFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><path id="SVGN18ileSR" fill="#fff" d="M0 0h24v24H0z"/></defs><g fill="none"><g clipPath="url(#SVG3qA7XbCf)"><g clipPath="url(#SVG3qA7XbCf)"><path fill="currentColor" d="M0 12c0 5.123 3.211 9.497 7.73 11.218c-.11-.937-.227-2.482.025-3.566c.217-.932 1.401-5.938 1.401-5.938s-.357-.715-.357-1.774c0-1.66.962-2.9 2.161-2.9c1.02 0 1.512.765 1.512 1.682c0 1.025-.653 2.557-.99 3.978c-.281 1.189.597 2.159 1.769 2.159c2.123 0 3.756-2.239 3.756-5.471c0-2.861-2.056-4.86-4.991-4.86c-3.398 0-5.393 2.549-5.393 5.184c0 1.027.395 2.127.889 2.726a.36.36 0 0 1 .083.343c-.091.378-.293 1.189-.332 1.355c-.053.218-.173.265-.4.159c-1.492-.694-2.424-2.875-2.424-4.627c0-3.769 2.737-7.229 7.892-7.229c4.144 0 7.365 2.953 7.365 6.899c0 4.117-2.595 7.431-6.199 7.431c-1.211 0-2.348-.63-2.738-1.373c0 0-.599 2.282-.744 2.84c-.282 1.084-1.064 2.456-1.549 3.235C9.584 23.815 10.77 24 12 24c6.627 0 12-5.373 12-12S18.627 0 12 0S0 5.373 0 12"/></g></g><defs><clipPath id="SVG3qA7XbCf"><use href="#SVGN18ileSR"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><path id="SVGN18ileSR" fill="#fff" d="M0 0h24v24H0z"/></defs><g fill="none"><g clip-path="url(#SVG3qA7XbCf)"><g clip-path="url(#SVG3qA7XbCf)"><path fill="currentColor" d="M0 12c0 5.123 3.211 9.497 7.73 11.218c-.11-.937-.227-2.482.025-3.566c.217-.932 1.401-5.938 1.401-5.938s-.357-.715-.357-1.774c0-1.66.962-2.9 2.161-2.9c1.02 0 1.512.765 1.512 1.682c0 1.025-.653 2.557-.99 3.978c-.281 1.189.597 2.159 1.769 2.159c2.123 0 3.756-2.239 3.756-5.471c0-2.861-2.056-4.86-4.991-4.86c-3.398 0-5.393 2.549-5.393 5.184c0 1.027.395 2.127.889 2.726a.36.36 0 0 1 .083.343c-.091.378-.293 1.189-.332 1.355c-.053.218-.173.265-.4.159c-1.492-.694-2.424-2.875-2.424-4.627c0-3.769 2.737-7.229 7.892-7.229c4.144 0 7.365 2.953 7.365 6.899c0 4.117-2.595 7.431-6.199 7.431c-1.211 0-2.348-.63-2.738-1.373c0 0-.599 2.282-.744 2.84c-.282 1.084-1.064 2.456-1.549 3.235C9.584 23.815 10.77 24 12 24c6.627 0 12-5.373 12-12S18.627 0 12 0S0 5.373 0 12"/></g></g><defs><clipPath id="SVG3qA7XbCf"><use href="#SVGN18ileSR"/></clipPath></defs></g></svg>
</template>

CSS

.icon-pinterest-fill {
  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%3Cdefs%3E%3Cpath%20id%3D%22SVGN18ileSR%22%20fill%3D%22%23fff%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVG3qA7XbCf)%22%3E%3Cg%20clip-path%3D%22url(%23SVG3qA7XbCf)%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2012c0%205.123%203.211%209.497%207.73%2011.218c-.11-.937-.227-2.482.025-3.566c.217-.932%201.401-5.938%201.401-5.938s-.357-.715-.357-1.774c0-1.66.962-2.9%202.161-2.9c1.02%200%201.512.765%201.512%201.682c0%201.025-.653%202.557-.99%203.978c-.281%201.189.597%202.159%201.769%202.159c2.123%200%203.756-2.239%203.756-5.471c0-2.861-2.056-4.86-4.991-4.86c-3.398%200-5.393%202.549-5.393%205.184c0%201.027.395%202.127.889%202.726a.36.36%200%200%201%20.083.343c-.091.378-.293%201.189-.332%201.355c-.053.218-.173.265-.4.159c-1.492-.694-2.424-2.875-2.424-4.627c0-3.769%202.737-7.229%207.892-7.229c4.144%200%207.365%202.953%207.365%206.899c0%204.117-2.595%207.431-6.199%207.431c-1.211%200-2.348-.63-2.738-1.373c0%200-.599%202.282-.744%202.84c-.282%201.084-1.064%202.456-1.549%203.235C9.584%2023.815%2010.77%2024%2012%2024c6.627%200%2012-5.373%2012-12S18.627%200%2012%200S0%205.373%200%2012%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVG3qA7XbCf%22%3E%3Cuse%20href%3D%22%23SVGN18ileSR%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cdefs%3E%3Cpath%20id%3D%22SVGN18ileSR%22%20fill%3D%22%23fff%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVG3qA7XbCf)%22%3E%3Cg%20clip-path%3D%22url(%23SVG3qA7XbCf)%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2012c0%205.123%203.211%209.497%207.73%2011.218c-.11-.937-.227-2.482.025-3.566c.217-.932%201.401-5.938%201.401-5.938s-.357-.715-.357-1.774c0-1.66.962-2.9%202.161-2.9c1.02%200%201.512.765%201.512%201.682c0%201.025-.653%202.557-.99%203.978c-.281%201.189.597%202.159%201.769%202.159c2.123%200%203.756-2.239%203.756-5.471c0-2.861-2.056-4.86-4.991-4.86c-3.398%200-5.393%202.549-5.393%205.184c0%201.027.395%202.127.889%202.726a.36.36%200%200%201%20.083.343c-.091.378-.293%201.189-.332%201.355c-.053.218-.173.265-.4.159c-1.492-.694-2.424-2.875-2.424-4.627c0-3.769%202.737-7.229%207.892-7.229c4.144%200%207.365%202.953%207.365%206.899c0%204.117-2.595%207.431-6.199%207.431c-1.211%200-2.348-.63-2.738-1.373c0%200-.599%202.282-.744%202.84c-.282%201.084-1.064%202.456-1.549%203.235C9.584%2023.815%2010.77%2024%2012%2024c6.627%200%2012-5.373%2012-12S18.627%200%2012%200S0%205.373%200%2012%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVG3qA7XbCf%22%3E%3Cuse%20href%3D%22%23SVGN18ileSR%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/akar-icons/pinterest-fill.svg?color=%231a73e8&size=48