hips logo
hips from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- hips
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 640×512
- License
- CC BY 4.0
The same logo in other sets
Use the hips logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M251.6 157.6c0-1.9-.9-2.8-2.8-2.8h-40.9c-1.6 0-2.7 1.4-2.7 2.8v201.8c0 1.4 1.1 2.8 2.7 2.8h40.9c1.9 0 2.8-.9 2.8-2.8zM156.5 168c-16.1-11.8-36.3-17.9-60.3-18c-18.1-.1-34.6 3.7-49.8 11.4V80.2c0-1.8-.9-2.7-2.8-2.7H2.7Q0 77.5 0 80.2v279.2c0 1.9.9 2.8 2.7 2.8h41c1.9 0 2.8-.9 2.8-2.8V223.3c0-.8-2.8-27 45.8-27c48.5 0 45.8 26.1 45.8 27v122.6c0 9 7.3 16.3 16.4 16.3h27.3c1.8 0 2.7-.9 2.7-2.8V223.3c0-23.4-9.3-41.8-28-55.3m478.4 110.1c-6.8-15.7-18.4-27-34.9-34.1l-57.6-25.3c-8.6-3.6-9.2-11.2-2.6-16.1c7.4-5.5 44.3-13.9 84 6.8c1.7 1 4-.3 4-2.4v-44.7c0-1.3-.6-2.1-1.9-2.6c-17.7-6.6-36.1-9.9-55.1-9.9c-26.5 0-45.3 5.8-58.5 15.4c-.5.4-28.4 20-22.7 53.7c3.4 19.6 15.8 34.2 37.2 43.6l53.6 23.5c11.6 5.1 15.2 13.3 12.2 21.2c-3.7 9.1-13.2 13.6-36.5 13.6c-24.3 0-44.7-8.9-58.4-19.1c-2.1-1.4-4.4.2-4.4 2.3v34.4c0 10.4 4.9 17.3 14.6 20.7c15.6 5.5 31.6 8.2 48.2 8.2c12.7 0 25.8-1.2 36.3-4.3c.7-.3 36-8.9 45.6-45.8c3.5-13.5 2.4-26.5-3.1-39.1M376.2 149.8c-31.7 0-104.2 20.1-104.2 103.5v183.5c0 .8.6 2.7 2.7 2.7h40.9c1.9 0 2.8-.9 2.8-2.7V348c16.5 12.7 35.8 19.1 57.7 19.1c60.5 0 108.7-48.5 108.7-108.7c.1-60.3-48.2-108.6-108.6-108.6m0 170.9c-17.2 0-31.9-6.1-44-18.2c-12.2-12.2-18.2-26.8-18.2-44c0-34.5 27.6-62.2 62.2-62.2c34.5 0 62.2 27.6 62.2 62.2c.1 34.3-27.3 62.2-62.2 62.2M228.3 72.5c-15.9 0-28.8 12.9-28.9 28.9c0 15.6 12.7 28.9 28.9 28.9s28.9-13.1 28.9-28.9c0-16.2-13-28.9-28.9-28.9"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsHips(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M251.6 157.6c0-1.9-.9-2.8-2.8-2.8h-40.9c-1.6 0-2.7 1.4-2.7 2.8v201.8c0 1.4 1.1 2.8 2.7 2.8h40.9c1.9 0 2.8-.9 2.8-2.8zM156.5 168c-16.1-11.8-36.3-17.9-60.3-18c-18.1-.1-34.6 3.7-49.8 11.4V80.2c0-1.8-.9-2.7-2.8-2.7H2.7Q0 77.5 0 80.2v279.2c0 1.9.9 2.8 2.7 2.8h41c1.9 0 2.8-.9 2.8-2.8V223.3c0-.8-2.8-27 45.8-27c48.5 0 45.8 26.1 45.8 27v122.6c0 9 7.3 16.3 16.4 16.3h27.3c1.8 0 2.7-.9 2.7-2.8V223.3c0-23.4-9.3-41.8-28-55.3m478.4 110.1c-6.8-15.7-18.4-27-34.9-34.1l-57.6-25.3c-8.6-3.6-9.2-11.2-2.6-16.1c7.4-5.5 44.3-13.9 84 6.8c1.7 1 4-.3 4-2.4v-44.7c0-1.3-.6-2.1-1.9-2.6c-17.7-6.6-36.1-9.9-55.1-9.9c-26.5 0-45.3 5.8-58.5 15.4c-.5.4-28.4 20-22.7 53.7c3.4 19.6 15.8 34.2 37.2 43.6l53.6 23.5c11.6 5.1 15.2 13.3 12.2 21.2c-3.7 9.1-13.2 13.6-36.5 13.6c-24.3 0-44.7-8.9-58.4-19.1c-2.1-1.4-4.4.2-4.4 2.3v34.4c0 10.4 4.9 17.3 14.6 20.7c15.6 5.5 31.6 8.2 48.2 8.2c12.7 0 25.8-1.2 36.3-4.3c.7-.3 36-8.9 45.6-45.8c3.5-13.5 2.4-26.5-3.1-39.1M376.2 149.8c-31.7 0-104.2 20.1-104.2 103.5v183.5c0 .8.6 2.7 2.7 2.7h40.9c1.9 0 2.8-.9 2.8-2.7V348c16.5 12.7 35.8 19.1 57.7 19.1c60.5 0 108.7-48.5 108.7-108.7c.1-60.3-48.2-108.6-108.6-108.6m0 170.9c-17.2 0-31.9-6.1-44-18.2c-12.2-12.2-18.2-26.8-18.2-44c0-34.5 27.6-62.2 62.2-62.2c34.5 0 62.2 27.6 62.2 62.2c.1 34.3-27.3 62.2-62.2 62.2M228.3 72.5c-15.9 0-28.8 12.9-28.9 28.9c0 15.6 12.7 28.9 28.9 28.9s28.9-13.1 28.9-28.9c0-16.2-13-28.9-28.9-28.9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M251.6 157.6c0-1.9-.9-2.8-2.8-2.8h-40.9c-1.6 0-2.7 1.4-2.7 2.8v201.8c0 1.4 1.1 2.8 2.7 2.8h40.9c1.9 0 2.8-.9 2.8-2.8zM156.5 168c-16.1-11.8-36.3-17.9-60.3-18c-18.1-.1-34.6 3.7-49.8 11.4V80.2c0-1.8-.9-2.7-2.8-2.7H2.7Q0 77.5 0 80.2v279.2c0 1.9.9 2.8 2.7 2.8h41c1.9 0 2.8-.9 2.8-2.8V223.3c0-.8-2.8-27 45.8-27c48.5 0 45.8 26.1 45.8 27v122.6c0 9 7.3 16.3 16.4 16.3h27.3c1.8 0 2.7-.9 2.7-2.8V223.3c0-23.4-9.3-41.8-28-55.3m478.4 110.1c-6.8-15.7-18.4-27-34.9-34.1l-57.6-25.3c-8.6-3.6-9.2-11.2-2.6-16.1c7.4-5.5 44.3-13.9 84 6.8c1.7 1 4-.3 4-2.4v-44.7c0-1.3-.6-2.1-1.9-2.6c-17.7-6.6-36.1-9.9-55.1-9.9c-26.5 0-45.3 5.8-58.5 15.4c-.5.4-28.4 20-22.7 53.7c3.4 19.6 15.8 34.2 37.2 43.6l53.6 23.5c11.6 5.1 15.2 13.3 12.2 21.2c-3.7 9.1-13.2 13.6-36.5 13.6c-24.3 0-44.7-8.9-58.4-19.1c-2.1-1.4-4.4.2-4.4 2.3v34.4c0 10.4 4.9 17.3 14.6 20.7c15.6 5.5 31.6 8.2 48.2 8.2c12.7 0 25.8-1.2 36.3-4.3c.7-.3 36-8.9 45.6-45.8c3.5-13.5 2.4-26.5-3.1-39.1M376.2 149.8c-31.7 0-104.2 20.1-104.2 103.5v183.5c0 .8.6 2.7 2.7 2.7h40.9c1.9 0 2.8-.9 2.8-2.7V348c16.5 12.7 35.8 19.1 57.7 19.1c60.5 0 108.7-48.5 108.7-108.7c.1-60.3-48.2-108.6-108.6-108.6m0 170.9c-17.2 0-31.9-6.1-44-18.2c-12.2-12.2-18.2-26.8-18.2-44c0-34.5 27.6-62.2 62.2-62.2c34.5 0 62.2 27.6 62.2 62.2c.1 34.3-27.3 62.2-62.2 62.2M228.3 72.5c-15.9 0-28.8 12.9-28.9 28.9c0 15.6 12.7 28.9 28.9 28.9s28.9-13.1 28.9-28.9c0-16.2-13-28.9-28.9-28.9"/></svg> </template>
CSS
.icon-hips {
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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M251.6%20157.6c0-1.9-.9-2.8-2.8-2.8h-40.9c-1.6%200-2.7%201.4-2.7%202.8v201.8c0%201.4%201.1%202.8%202.7%202.8h40.9c1.9%200%202.8-.9%202.8-2.8zM156.5%20168c-16.1-11.8-36.3-17.9-60.3-18c-18.1-.1-34.6%203.7-49.8%2011.4V80.2c0-1.8-.9-2.7-2.8-2.7H2.7Q0%2077.5%200%2080.2v279.2c0%201.9.9%202.8%202.7%202.8h41c1.9%200%202.8-.9%202.8-2.8V223.3c0-.8-2.8-27%2045.8-27c48.5%200%2045.8%2026.1%2045.8%2027v122.6c0%209%207.3%2016.3%2016.4%2016.3h27.3c1.8%200%202.7-.9%202.7-2.8V223.3c0-23.4-9.3-41.8-28-55.3m478.4%20110.1c-6.8-15.7-18.4-27-34.9-34.1l-57.6-25.3c-8.6-3.6-9.2-11.2-2.6-16.1c7.4-5.5%2044.3-13.9%2084%206.8c1.7%201%204-.3%204-2.4v-44.7c0-1.3-.6-2.1-1.9-2.6c-17.7-6.6-36.1-9.9-55.1-9.9c-26.5%200-45.3%205.8-58.5%2015.4c-.5.4-28.4%2020-22.7%2053.7c3.4%2019.6%2015.8%2034.2%2037.2%2043.6l53.6%2023.5c11.6%205.1%2015.2%2013.3%2012.2%2021.2c-3.7%209.1-13.2%2013.6-36.5%2013.6c-24.3%200-44.7-8.9-58.4-19.1c-2.1-1.4-4.4.2-4.4%202.3v34.4c0%2010.4%204.9%2017.3%2014.6%2020.7c15.6%205.5%2031.6%208.2%2048.2%208.2c12.7%200%2025.8-1.2%2036.3-4.3c.7-.3%2036-8.9%2045.6-45.8c3.5-13.5%202.4-26.5-3.1-39.1M376.2%20149.8c-31.7%200-104.2%2020.1-104.2%20103.5v183.5c0%20.8.6%202.7%202.7%202.7h40.9c1.9%200%202.8-.9%202.8-2.7V348c16.5%2012.7%2035.8%2019.1%2057.7%2019.1c60.5%200%20108.7-48.5%20108.7-108.7c.1-60.3-48.2-108.6-108.6-108.6m0%20170.9c-17.2%200-31.9-6.1-44-18.2c-12.2-12.2-18.2-26.8-18.2-44c0-34.5%2027.6-62.2%2062.2-62.2c34.5%200%2062.2%2027.6%2062.2%2062.2c.1%2034.3-27.3%2062.2-62.2%2062.2M228.3%2072.5c-15.9%200-28.8%2012.9-28.9%2028.9c0%2015.6%2012.7%2028.9%2028.9%2028.9s28.9-13.1%2028.9-28.9c0-16.2-13-28.9-28.9-28.9%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M251.6%20157.6c0-1.9-.9-2.8-2.8-2.8h-40.9c-1.6%200-2.7%201.4-2.7%202.8v201.8c0%201.4%201.1%202.8%202.7%202.8h40.9c1.9%200%202.8-.9%202.8-2.8zM156.5%20168c-16.1-11.8-36.3-17.9-60.3-18c-18.1-.1-34.6%203.7-49.8%2011.4V80.2c0-1.8-.9-2.7-2.8-2.7H2.7Q0%2077.5%200%2080.2v279.2c0%201.9.9%202.8%202.7%202.8h41c1.9%200%202.8-.9%202.8-2.8V223.3c0-.8-2.8-27%2045.8-27c48.5%200%2045.8%2026.1%2045.8%2027v122.6c0%209%207.3%2016.3%2016.4%2016.3h27.3c1.8%200%202.7-.9%202.7-2.8V223.3c0-23.4-9.3-41.8-28-55.3m478.4%20110.1c-6.8-15.7-18.4-27-34.9-34.1l-57.6-25.3c-8.6-3.6-9.2-11.2-2.6-16.1c7.4-5.5%2044.3-13.9%2084%206.8c1.7%201%204-.3%204-2.4v-44.7c0-1.3-.6-2.1-1.9-2.6c-17.7-6.6-36.1-9.9-55.1-9.9c-26.5%200-45.3%205.8-58.5%2015.4c-.5.4-28.4%2020-22.7%2053.7c3.4%2019.6%2015.8%2034.2%2037.2%2043.6l53.6%2023.5c11.6%205.1%2015.2%2013.3%2012.2%2021.2c-3.7%209.1-13.2%2013.6-36.5%2013.6c-24.3%200-44.7-8.9-58.4-19.1c-2.1-1.4-4.4.2-4.4%202.3v34.4c0%2010.4%204.9%2017.3%2014.6%2020.7c15.6%205.5%2031.6%208.2%2048.2%208.2c12.7%200%2025.8-1.2%2036.3-4.3c.7-.3%2036-8.9%2045.6-45.8c3.5-13.5%202.4-26.5-3.1-39.1M376.2%20149.8c-31.7%200-104.2%2020.1-104.2%20103.5v183.5c0%20.8.6%202.7%202.7%202.7h40.9c1.9%200%202.8-.9%202.8-2.7V348c16.5%2012.7%2035.8%2019.1%2057.7%2019.1c60.5%200%20108.7-48.5%20108.7-108.7c.1-60.3-48.2-108.6-108.6-108.6m0%20170.9c-17.2%200-31.9-6.1-44-18.2c-12.2-12.2-18.2-26.8-18.2-44c0-34.5%2027.6-62.2%2062.2-62.2c34.5%200%2062.2%2027.6%2062.2%2062.2c.1%2034.3-27.3%2062.2-62.2%2062.2M228.3%2072.5c-15.9%200-28.8%2012.9-28.9%2028.9c0%2015.6%2012.7%2028.9%2028.9%2028.9s28.9-13.1%2028.9-28.9c0-16.2-13-28.9-28.9-28.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/hips.svg?color=%231a73e8&size=48