pinterest square icon

pinterest-square from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
pinterest-square
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 square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H13.514c.252-.506.478-1.029.601-1.504c.134-.514.885-2.756.885-2.756c.357.683 1.403 1.26 2.514 1.26C20.822 22 23 19.107 23 15.33C23 11.71 20.044 9 16.24 9C11.508 9 9 12.175 9 15.635c0 1.607.857 3.607 2.223 4.246c.21.098.318.052.367-.149c.036-.152.222-.896.303-1.24a.32.32 0 0 0-.077-.312c-.45-.55-.816-1.558-.816-2.5c0-2.42 1.83-4.76 4.951-4.76c2.692 0 4.58 1.836 4.58 4.46c0 2.965-1.295 4.872-3.246 4.872c-1.076 0-2.08-.742-1.826-1.836c.308-1.304.906-2.71.906-3.652c0-2.366-3.367-2.04-3.367 1.117c0 .969.322 1.629.322 1.629c-1.062 4.738-1.364 5.772-1.271 7.49H7z"/></svg>

React

import type { SVGProps } from "react";

export function LaPinterestSquare(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="M5 5v22h22V5zm2 2h18v18H13.514c.252-.506.478-1.029.601-1.504c.134-.514.885-2.756.885-2.756c.357.683 1.403 1.26 2.514 1.26C20.822 22 23 19.107 23 15.33C23 11.71 20.044 9 16.24 9C11.508 9 9 12.175 9 15.635c0 1.607.857 3.607 2.223 4.246c.21.098.318.052.367-.149c.036-.152.222-.896.303-1.24a.32.32 0 0 0-.077-.312c-.45-.55-.816-1.558-.816-2.5c0-2.42 1.83-4.76 4.951-4.76c2.692 0 4.58 1.836 4.58 4.46c0 2.965-1.295 4.872-3.246 4.872c-1.076 0-2.08-.742-1.826-1.836c.308-1.304.906-2.71.906-3.652c0-2.366-3.367-2.04-3.367 1.117c0 .969.322 1.629.322 1.629c-1.062 4.738-1.364 5.772-1.271 7.49H7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H13.514c.252-.506.478-1.029.601-1.504c.134-.514.885-2.756.885-2.756c.357.683 1.403 1.26 2.514 1.26C20.822 22 23 19.107 23 15.33C23 11.71 20.044 9 16.24 9C11.508 9 9 12.175 9 15.635c0 1.607.857 3.607 2.223 4.246c.21.098.318.052.367-.149c.036-.152.222-.896.303-1.24a.32.32 0 0 0-.077-.312c-.45-.55-.816-1.558-.816-2.5c0-2.42 1.83-4.76 4.951-4.76c2.692 0 4.58 1.836 4.58 4.46c0 2.965-1.295 4.872-3.246 4.872c-1.076 0-2.08-.742-1.826-1.836c.308-1.304.906-2.71.906-3.652c0-2.366-3.367-2.04-3.367 1.117c0 .969.322 1.629.322 1.629c-1.062 4.738-1.364 5.772-1.271 7.49H7z"/></svg>
</template>

CSS

.icon-pinterest-square {
  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%22M5%205v22h22V5zm2%202h18v18H13.514c.252-.506.478-1.029.601-1.504c.134-.514.885-2.756.885-2.756c.357.683%201.403%201.26%202.514%201.26C20.822%2022%2023%2019.107%2023%2015.33C23%2011.71%2020.044%209%2016.24%209C11.508%209%209%2012.175%209%2015.635c0%201.607.857%203.607%202.223%204.246c.21.098.318.052.367-.149c.036-.152.222-.896.303-1.24a.32.32%200%200%200-.077-.312c-.45-.55-.816-1.558-.816-2.5c0-2.42%201.83-4.76%204.951-4.76c2.692%200%204.58%201.836%204.58%204.46c0%202.965-1.295%204.872-3.246%204.872c-1.076%200-2.08-.742-1.826-1.836c.308-1.304.906-2.71.906-3.652c0-2.366-3.367-2.04-3.367%201.117c0%20.969.322%201.629.322%201.629c-1.062%204.738-1.364%205.772-1.271%207.49H7z%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%22M5%205v22h22V5zm2%202h18v18H13.514c.252-.506.478-1.029.601-1.504c.134-.514.885-2.756.885-2.756c.357.683%201.403%201.26%202.514%201.26C20.822%2022%2023%2019.107%2023%2015.33C23%2011.71%2020.044%209%2016.24%209C11.508%209%209%2012.175%209%2015.635c0%201.607.857%203.607%202.223%204.246c.21.098.318.052.367-.149c.036-.152.222-.896.303-1.24a.32.32%200%200%200-.077-.312c-.45-.55-.816-1.558-.816-2.5c0-2.42%201.83-4.76%204.951-4.76c2.692%200%204.58%201.836%204.58%204.46c0%202.965-1.295%204.872-3.246%204.872c-1.076%200-2.08-.742-1.826-1.836c.308-1.304.906-2.71.906-3.652c0-2.366-3.367-2.04-3.367%201.117c0%20.969.322%201.629.322%201.629c-1.062%204.738-1.364%205.772-1.271%207.49H7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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