foursquare icon
foursquare from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- foursquare
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
Use the foursquare icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M17 5l-.43 2.5c-.07.23-.37.5-.66.5H12c-.47 0-1.05.32-1.05.79v.41c0 .47.58.8 1.05.8h3.28c.33 0 .65.36.58.71c-.07.36-.92 2.57-.96 2.79c-.04.17-.26.5-.65.5h-2.88c-.52 0-.68.07-1.03.5c-.34.44-3.07 3.6-3.07 3.6c-.03.03-.27-.06-.27-.1V5c0-.3.61-1 1-1h8.5c.32 0 .58.61.5 1m0 9.45c.11-.48 1.78-7.73 2.22-9.9M17.58 2H6.91C5.43 2 5 3.11 5 3.8v16.96c0 .78.42 1.08.66 1.17c.24.1.89.18 1.28-.27c0 0 4.71-5.44 4.8-5.53c.13-.13.13-.13.26-.13h3.26c1.37 0 1.59-1 1.74-1.55c.11-.48 1.78-7.73 2.22-9.9c.34-1.66-.08-2.55-1.64-2.55z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function MdiFoursquare(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M17 5l-.43 2.5c-.07.23-.37.5-.66.5H12c-.47 0-1.05.32-1.05.79v.41c0 .47.58.8 1.05.8h3.28c.33 0 .65.36.58.71c-.07.36-.92 2.57-.96 2.79c-.04.17-.26.5-.65.5h-2.88c-.52 0-.68.07-1.03.5c-.34.44-3.07 3.6-3.07 3.6c-.03.03-.27-.06-.27-.1V5c0-.3.61-1 1-1h8.5c.32 0 .58.61.5 1m0 9.45c.11-.48 1.78-7.73 2.22-9.9M17.58 2H6.91C5.43 2 5 3.11 5 3.8v16.96c0 .78.42 1.08.66 1.17c.24.1.89.18 1.28-.27c0 0 4.71-5.44 4.8-5.53c.13-.13.13-.13.26-.13h3.26c1.37 0 1.59-1 1.74-1.55c.11-.48 1.78-7.73 2.22-9.9c.34-1.66-.08-2.55-1.64-2.55z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M17 5l-.43 2.5c-.07.23-.37.5-.66.5H12c-.47 0-1.05.32-1.05.79v.41c0 .47.58.8 1.05.8h3.28c.33 0 .65.36.58.71c-.07.36-.92 2.57-.96 2.79c-.04.17-.26.5-.65.5h-2.88c-.52 0-.68.07-1.03.5c-.34.44-3.07 3.6-3.07 3.6c-.03.03-.27-.06-.27-.1V5c0-.3.61-1 1-1h8.5c.32 0 .58.61.5 1m0 9.45c.11-.48 1.78-7.73 2.22-9.9M17.58 2H6.91C5.43 2 5 3.11 5 3.8v16.96c0 .78.42 1.08.66 1.17c.24.1.89.18 1.28-.27c0 0 4.71-5.44 4.8-5.53c.13-.13.13-.13.26-.13h3.26c1.37 0 1.59-1 1.74-1.55c.11-.48 1.78-7.73 2.22-9.9c.34-1.66-.08-2.55-1.64-2.55z" fill="currentColor"/></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%20d%3D%22M17%205l-.43%202.5c-.07.23-.37.5-.66.5H12c-.47%200-1.05.32-1.05.79v.41c0%20.47.58.8%201.05.8h3.28c.33%200%20.65.36.58.71c-.07.36-.92%202.57-.96%202.79c-.04.17-.26.5-.65.5h-2.88c-.52%200-.68.07-1.03.5c-.34.44-3.07%203.6-3.07%203.6c-.03.03-.27-.06-.27-.1V5c0-.3.61-1%201-1h8.5c.32%200%20.58.61.5%201m0%209.45c.11-.48%201.78-7.73%202.22-9.9M17.58%202H6.91C5.43%202%205%203.11%205%203.8v16.96c0%20.78.42%201.08.66%201.17c.24.1.89.18%201.28-.27c0%200%204.71-5.44%204.8-5.53c.13-.13.13-.13.26-.13h3.26c1.37%200%201.59-1%201.74-1.55c.11-.48%201.78-7.73%202.22-9.9c.34-1.66-.08-2.55-1.64-2.55z%22%20fill%3D%22currentColor%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%20d%3D%22M17%205l-.43%202.5c-.07.23-.37.5-.66.5H12c-.47%200-1.05.32-1.05.79v.41c0%20.47.58.8%201.05.8h3.28c.33%200%20.65.36.58.71c-.07.36-.92%202.57-.96%202.79c-.04.17-.26.5-.65.5h-2.88c-.52%200-.68.07-1.03.5c-.34.44-3.07%203.6-3.07%203.6c-.03.03-.27-.06-.27-.1V5c0-.3.61-1%201-1h8.5c.32%200%20.58.61.5%201m0%209.45c.11-.48%201.78-7.73%202.22-9.9M17.58%202H6.91C5.43%202%205%203.11%205%203.8v16.96c0%20.78.42%201.08.66%201.17c.24.1.89.18%201.28-.27c0%200%204.71-5.44%204.8-5.53c.13-.13.13-.13.26-.13h3.26c1.37%200%201.59-1%201.74-1.55c.11-.48%201.78-7.73%202.22-9.9c.34-1.66-.08-2.55-1.64-2.55z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/foursquare.svg?color=%231a73e8&size=48