foursquare icon

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

Name
foursquare
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 foursquare icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 5c-1.094 0-2 .906-2 2v18.719c0 .508.36.972.781 1.125a1.27 1.27 0 0 0 1.313-.344l6.312-7.5h3.438a2.03 2.03 0 0 0 1.968-1.625l1.938-10C23.984 6.16 23.02 5 21.781 5zm0 2h11.781L21 11h-6.531a.48.48 0 0 0-.469.469v1.062c0 .25.219.469.469.469h6.156l-.781 4h-3.938a1 1 0 0 0-.781.344L10 23.5z"/></svg>

React

import type { SVGProps } from "react";

export function LaFoursquare(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="M10 5c-1.094 0-2 .906-2 2v18.719c0 .508.36.972.781 1.125a1.27 1.27 0 0 0 1.313-.344l6.312-7.5h3.438a2.03 2.03 0 0 0 1.968-1.625l1.938-10C23.984 6.16 23.02 5 21.781 5zm0 2h11.781L21 11h-6.531a.48.48 0 0 0-.469.469v1.062c0 .25.219.469.469.469h6.156l-.781 4h-3.938a1 1 0 0 0-.781.344L10 23.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 5c-1.094 0-2 .906-2 2v18.719c0 .508.36.972.781 1.125a1.27 1.27 0 0 0 1.313-.344l6.312-7.5h3.438a2.03 2.03 0 0 0 1.968-1.625l1.938-10C23.984 6.16 23.02 5 21.781 5zm0 2h11.781L21 11h-6.531a.48.48 0 0 0-.469.469v1.062c0 .25.219.469.469.469h6.156l-.781 4h-3.938a1 1 0 0 0-.781.344L10 23.5z"/></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%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%205c-1.094%200-2%20.906-2%202v18.719c0%20.508.36.972.781%201.125a1.27%201.27%200%200%200%201.313-.344l6.312-7.5h3.438a2.03%202.03%200%200%200%201.968-1.625l1.938-10C23.984%206.16%2023.02%205%2021.781%205zm0%202h11.781L21%2011h-6.531a.48.48%200%200%200-.469.469v1.062c0%20.25.219.469.469.469h6.156l-.781%204h-3.938a1%201%200%200%200-.781.344L10%2023.5z%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%22M10%205c-1.094%200-2%20.906-2%202v18.719c0%20.508.36.972.781%201.125a1.27%201.27%200%200%200%201.313-.344l6.312-7.5h3.438a2.03%202.03%200%200%200%201.968-1.625l1.938-10C23.984%206.16%2023.02%205%2021.781%205zm0%202h11.781L21%2011h-6.531a.48.48%200%200%200-.469.469v1.062c0%20.25.219.469.469.469h6.156l-.781%204h-3.938a1%201%200%200%200-.781.344L10%2023.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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