foursquare logo
foursquare from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- foursquare
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the foursquare logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.376 0h7.338v1.204h-6.12v3.372h5.44V5.78h-5.44v4.874H2.376zm-.208 20.16l1.19-.268c.213 1.473 1.232 2.352 2.89 2.352c1.487 0 2.664-.694 2.664-1.828c0-.807-.595-1.487-2.919-2.18c-2.635-.752-3.513-1.715-3.513-3.13c0-1.829 1.473-2.805 3.613-2.805c2.393 0 3.456 1.218 3.825 2.89l-1.19.269c-.299-1.374-1.233-1.955-2.679-1.955c-1.36 0-2.323.51-2.323 1.487c0 .793.624 1.403 2.777 2.083c2.565.793 3.67 1.658 3.67 3.301c0 2.04-1.715 3.103-3.896 3.103c-2.281-.003-3.84-1.193-4.11-3.318zm9.223-2.238c0-3.159 2.068-5.624 5.242-5.624c3.159 0 5.2 2.479 5.2 5.624c0 1.573-.525 2.933-1.404 3.925a36 36 0 0 1 1.247 1.303l-.879.85a57 57 0 0 0-1.303-1.346c-.807.524-1.771.822-2.861.822c-3.061 0-5.242-2.352-5.242-5.554m7.181 3.825a31 31 0 0 0-1.247-1.148l.85-.863a37 37 0 0 1 1.331 1.218c.638-.764 1.02-1.813 1.02-3.046c0-2.493-1.516-4.39-3.896-4.39s-3.91 1.897-3.91 4.39c0 2.565 1.658 4.363 3.91 4.363c.725 0 1.375-.184 1.942-.524"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsFoursquare(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.376 0h7.338v1.204h-6.12v3.372h5.44V5.78h-5.44v4.874H2.376zm-.208 20.16l1.19-.268c.213 1.473 1.232 2.352 2.89 2.352c1.487 0 2.664-.694 2.664-1.828c0-.807-.595-1.487-2.919-2.18c-2.635-.752-3.513-1.715-3.513-3.13c0-1.829 1.473-2.805 3.613-2.805c2.393 0 3.456 1.218 3.825 2.89l-1.19.269c-.299-1.374-1.233-1.955-2.679-1.955c-1.36 0-2.323.51-2.323 1.487c0 .793.624 1.403 2.777 2.083c2.565.793 3.67 1.658 3.67 3.301c0 2.04-1.715 3.103-3.896 3.103c-2.281-.003-3.84-1.193-4.11-3.318zm9.223-2.238c0-3.159 2.068-5.624 5.242-5.624c3.159 0 5.2 2.479 5.2 5.624c0 1.573-.525 2.933-1.404 3.925a36 36 0 0 1 1.247 1.303l-.879.85a57 57 0 0 0-1.303-1.346c-.807.524-1.771.822-2.861.822c-3.061 0-5.242-2.352-5.242-5.554m7.181 3.825a31 31 0 0 0-1.247-1.148l.85-.863a37 37 0 0 1 1.331 1.218c.638-.764 1.02-1.813 1.02-3.046c0-2.493-1.516-4.39-3.896-4.39s-3.91 1.897-3.91 4.39c0 2.565 1.658 4.363 3.91 4.363c.725 0 1.375-.184 1.942-.524"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.376 0h7.338v1.204h-6.12v3.372h5.44V5.78h-5.44v4.874H2.376zm-.208 20.16l1.19-.268c.213 1.473 1.232 2.352 2.89 2.352c1.487 0 2.664-.694 2.664-1.828c0-.807-.595-1.487-2.919-2.18c-2.635-.752-3.513-1.715-3.513-3.13c0-1.829 1.473-2.805 3.613-2.805c2.393 0 3.456 1.218 3.825 2.89l-1.19.269c-.299-1.374-1.233-1.955-2.679-1.955c-1.36 0-2.323.51-2.323 1.487c0 .793.624 1.403 2.777 2.083c2.565.793 3.67 1.658 3.67 3.301c0 2.04-1.715 3.103-3.896 3.103c-2.281-.003-3.84-1.193-4.11-3.318zm9.223-2.238c0-3.159 2.068-5.624 5.242-5.624c3.159 0 5.2 2.479 5.2 5.624c0 1.573-.525 2.933-1.404 3.925a36 36 0 0 1 1.247 1.303l-.879.85a57 57 0 0 0-1.303-1.346c-.807.524-1.771.822-2.861.822c-3.061 0-5.242-2.352-5.242-5.554m7.181 3.825a31 31 0 0 0-1.247-1.148l.85-.863a37 37 0 0 1 1.331 1.218c.638-.764 1.02-1.813 1.02-3.046c0-2.493-1.516-4.39-3.896-4.39s-3.91 1.897-3.91 4.39c0 2.565 1.658 4.363 3.91 4.363c.725 0 1.375-.184 1.942-.524"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.376%200h7.338v1.204h-6.12v3.372h5.44V5.78h-5.44v4.874H2.376zm-.208%2020.16l1.19-.268c.213%201.473%201.232%202.352%202.89%202.352c1.487%200%202.664-.694%202.664-1.828c0-.807-.595-1.487-2.919-2.18c-2.635-.752-3.513-1.715-3.513-3.13c0-1.829%201.473-2.805%203.613-2.805c2.393%200%203.456%201.218%203.825%202.89l-1.19.269c-.299-1.374-1.233-1.955-2.679-1.955c-1.36%200-2.323.51-2.323%201.487c0%20.793.624%201.403%202.777%202.083c2.565.793%203.67%201.658%203.67%203.301c0%202.04-1.715%203.103-3.896%203.103c-2.281-.003-3.84-1.193-4.11-3.318zm9.223-2.238c0-3.159%202.068-5.624%205.242-5.624c3.159%200%205.2%202.479%205.2%205.624c0%201.573-.525%202.933-1.404%203.925a36%2036%200%200%201%201.247%201.303l-.879.85a57%2057%200%200%200-1.303-1.346c-.807.524-1.771.822-2.861.822c-3.061%200-5.242-2.352-5.242-5.554m7.181%203.825a31%2031%200%200%200-1.247-1.148l.85-.863a37%2037%200%200%201%201.331%201.218c.638-.764%201.02-1.813%201.02-3.046c0-2.493-1.516-4.39-3.896-4.39s-3.91%201.897-3.91%204.39c0%202.565%201.658%204.363%203.91%204.363c.725%200%201.375-.184%201.942-.524%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%20fill%3D%22currentColor%22%20d%3D%22M2.376%200h7.338v1.204h-6.12v3.372h5.44V5.78h-5.44v4.874H2.376zm-.208%2020.16l1.19-.268c.213%201.473%201.232%202.352%202.89%202.352c1.487%200%202.664-.694%202.664-1.828c0-.807-.595-1.487-2.919-2.18c-2.635-.752-3.513-1.715-3.513-3.13c0-1.829%201.473-2.805%203.613-2.805c2.393%200%203.456%201.218%203.825%202.89l-1.19.269c-.299-1.374-1.233-1.955-2.679-1.955c-1.36%200-2.323.51-2.323%201.487c0%20.793.624%201.403%202.777%202.083c2.565.793%203.67%201.658%203.67%203.301c0%202.04-1.715%203.103-3.896%203.103c-2.281-.003-3.84-1.193-4.11-3.318zm9.223-2.238c0-3.159%202.068-5.624%205.242-5.624c3.159%200%205.2%202.479%205.2%205.624c0%201.573-.525%202.933-1.404%203.925a36%2036%200%200%201%201.247%201.303l-.879.85a57%2057%200%200%200-1.303-1.346c-.807.524-1.771.822-2.861.822c-3.061%200-5.242-2.352-5.242-5.554m7.181%203.825a31%2031%200%200%200-1.247-1.148l.85-.863a37%2037%200%200%201%201.331%201.218c.638-.764%201.02-1.813%201.02-3.046c0-2.493-1.516-4.39-3.896-4.39s-3.91%201.897-3.91%204.39c0%202.565%201.658%204.363%203.91%204.363c.725%200%201.375-.184%201.942-.524%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/foursquare.svg?color=%231a73e8&size=48