foursquare icon

foursquare from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
foursquare
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Use the foursquare icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -2 24 24"><path fill="currentColor" d="M13.467.771A2.13 2.13 0 0 0 11.833 0H2.159C.974 0 .01.987.01 2.2v16.786c0 .418.253.792.635.94a.96.96 0 0 0 1.084-.273l5.189-5.985h3.481c1.064 0 1.957-.78 2.123-1.855l1.435-9.27a2.23 2.23 0 0 0-.489-1.772zm-2.403 4.844H6.465c-.55 0-1.015.461-1.005 1.025c.01.547.446.987.983.987h4.16a.5.5 0 0 1 .485.582l-.465 3.024a.496.496 0 0 1-.487.425l-3.662-.002a.97.97 0 0 0-.735.339l-3.763 4.34V2.2c0-.104.082-.188.183-.188h9.272a.5.5 0 0 1 .488.577l-.368 2.594a.496.496 0 0 1-.487.432"/></svg>

React

import type { SVGProps } from "react";

export function JamFoursquare(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -2 24 24"><path fill="currentColor" d="M13.467.771A2.13 2.13 0 0 0 11.833 0H2.159C.974 0 .01.987.01 2.2v16.786c0 .418.253.792.635.94a.96.96 0 0 0 1.084-.273l5.189-5.985h3.481c1.064 0 1.957-.78 2.123-1.855l1.435-9.27a2.23 2.23 0 0 0-.489-1.772zm-2.403 4.844H6.465c-.55 0-1.015.461-1.005 1.025c.01.547.446.987.983.987h4.16a.5.5 0 0 1 .485.582l-.465 3.024a.496.496 0 0 1-.487.425l-3.662-.002a.97.97 0 0 0-.735.339l-3.763 4.34V2.2c0-.104.082-.188.183-.188h9.272a.5.5 0 0 1 .488.577l-.368 2.594a.496.496 0 0 1-.487.432"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -2 24 24"><path fill="currentColor" d="M13.467.771A2.13 2.13 0 0 0 11.833 0H2.159C.974 0 .01.987.01 2.2v16.786c0 .418.253.792.635.94a.96.96 0 0 0 1.084-.273l5.189-5.985h3.481c1.064 0 1.957-.78 2.123-1.855l1.435-9.27a2.23 2.23 0 0 0-.489-1.772zm-2.403 4.844H6.465c-.55 0-1.015.461-1.005 1.025c.01.547.446.987.983.987h4.16a.5.5 0 0 1 .485.582l-.465 3.024a.496.496 0 0 1-.487.425l-3.662-.002a.97.97 0 0 0-.735.339l-3.763 4.34V2.2c0-.104.082-.188.183-.188h9.272a.5.5 0 0 1 .488.577l-.368 2.594a.496.496 0 0 1-.487.432"/></svg>
</template>

CSS

.icon-foursquare {
  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%22-5%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.467.771A2.13%202.13%200%200%200%2011.833%200H2.159C.974%200%20.01.987.01%202.2v16.786c0%20.418.253.792.635.94a.96.96%200%200%200%201.084-.273l5.189-5.985h3.481c1.064%200%201.957-.78%202.123-1.855l1.435-9.27a2.23%202.23%200%200%200-.489-1.772zm-2.403%204.844H6.465c-.55%200-1.015.461-1.005%201.025c.01.547.446.987.983.987h4.16a.5.5%200%200%201%20.485.582l-.465%203.024a.496.496%200%200%201-.487.425l-3.662-.002a.97.97%200%200%200-.735.339l-3.763%204.34V2.2c0-.104.082-.188.183-.188h9.272a.5.5%200%200%201%20.488.577l-.368%202.594a.496.496%200%200%201-.487.432%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%22-5%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.467.771A2.13%202.13%200%200%200%2011.833%200H2.159C.974%200%20.01.987.01%202.2v16.786c0%20.418.253.792.635.94a.96.96%200%200%200%201.084-.273l5.189-5.985h3.481c1.064%200%201.957-.78%202.123-1.855l1.435-9.27a2.23%202.23%200%200%200-.489-1.772zm-2.403%204.844H6.465c-.55%200-1.015.461-1.005%201.025c.01.547.446.987.983.987h4.16a.5.5%200%200%201%20.485.582l-.465%203.024a.496.496%200%200%201-.487.425l-3.662-.002a.97.97%200%200%200-.735.339l-3.763%204.34V2.2c0-.104.082-.188.183-.188h9.272a.5.5%200%200%201%20.488.577l-.368%202.594a.496.496%200%200%201-.487.432%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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