wpressr logo
wpressr from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- wpressr
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- License
- CC BY 4.0
The same logo in other sets
Use the wpressr logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 72C183 72 72 183 72 320s111 248 248 248s248-111 248-248S457 72 320 72m171.3 158.6l-45.6 103.5c-2.4 5.5-6.9 8.2-13 8.2c-23 0-46 .1-69 0c-5.1 0-8.2 1.9-10.3 6.7c-10.2 23.6-20.6 47-31 70.5c-1.5 3.5-4.1 5.3-7.9 5.3H176.7c-3.1 0-5.6-1.1-7.7-3.4c-11.2-12.3-22.5-24.6-33.7-36.9c-2.7-3-2.8-6.2-1.2-9.7c8.7-19.5 17.3-39.1 25.9-58.7c12.9-29.4 25.9-58.7 38.7-88.1c1.7-3.9 4.3-5.7 8.5-5.7c14.2.1 28.5 0 42.7 0c6.2 0 9.2 4.8 6.7 10.6c-13.6 30.8-27.2 61.6-40.7 92.3l-17.1 39c-3.9 9 7.1 12 11 5.6c.2-.4-1.4 4.2 30-67.7c1.4-3.1 3.4-4.4 6.8-4.4c15.2.1 30.4 0 45.6 0c5.6 0 7.9 3.6 5.7 8.7c-8.3 19-16.7 37.9-25 56.9c-5 11.4 8.1 12.5 11.3 5.3c0-.1 27.9-63.3 32.2-73.2c2-4.6 5.4-6.5 10.3-6.5c26.4.1 52.9 0 79.3 0c12.4 0 13.9-13.6 3.9-13.6h-75.8c-6.3 0-7.8-2.5-5.3-8.3c5.8-13.1 11.6-26.1 17.3-39.2c1.7-4 4.5-5.8 8.8-5.8c23.1.1 26 0 130.8 0c6.1 0 8 2.8 5.6 8.3z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsWpressr(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 72C183 72 72 183 72 320s111 248 248 248s248-111 248-248S457 72 320 72m171.3 158.6l-45.6 103.5c-2.4 5.5-6.9 8.2-13 8.2c-23 0-46 .1-69 0c-5.1 0-8.2 1.9-10.3 6.7c-10.2 23.6-20.6 47-31 70.5c-1.5 3.5-4.1 5.3-7.9 5.3H176.7c-3.1 0-5.6-1.1-7.7-3.4c-11.2-12.3-22.5-24.6-33.7-36.9c-2.7-3-2.8-6.2-1.2-9.7c8.7-19.5 17.3-39.1 25.9-58.7c12.9-29.4 25.9-58.7 38.7-88.1c1.7-3.9 4.3-5.7 8.5-5.7c14.2.1 28.5 0 42.7 0c6.2 0 9.2 4.8 6.7 10.6c-13.6 30.8-27.2 61.6-40.7 92.3l-17.1 39c-3.9 9 7.1 12 11 5.6c.2-.4-1.4 4.2 30-67.7c1.4-3.1 3.4-4.4 6.8-4.4c15.2.1 30.4 0 45.6 0c5.6 0 7.9 3.6 5.7 8.7c-8.3 19-16.7 37.9-25 56.9c-5 11.4 8.1 12.5 11.3 5.3c0-.1 27.9-63.3 32.2-73.2c2-4.6 5.4-6.5 10.3-6.5c26.4.1 52.9 0 79.3 0c12.4 0 13.9-13.6 3.9-13.6h-75.8c-6.3 0-7.8-2.5-5.3-8.3c5.8-13.1 11.6-26.1 17.3-39.2c1.7-4 4.5-5.8 8.8-5.8c23.1.1 26 0 130.8 0c6.1 0 8 2.8 5.6 8.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 72C183 72 72 183 72 320s111 248 248 248s248-111 248-248S457 72 320 72m171.3 158.6l-45.6 103.5c-2.4 5.5-6.9 8.2-13 8.2c-23 0-46 .1-69 0c-5.1 0-8.2 1.9-10.3 6.7c-10.2 23.6-20.6 47-31 70.5c-1.5 3.5-4.1 5.3-7.9 5.3H176.7c-3.1 0-5.6-1.1-7.7-3.4c-11.2-12.3-22.5-24.6-33.7-36.9c-2.7-3-2.8-6.2-1.2-9.7c8.7-19.5 17.3-39.1 25.9-58.7c12.9-29.4 25.9-58.7 38.7-88.1c1.7-3.9 4.3-5.7 8.5-5.7c14.2.1 28.5 0 42.7 0c6.2 0 9.2 4.8 6.7 10.6c-13.6 30.8-27.2 61.6-40.7 92.3l-17.1 39c-3.9 9 7.1 12 11 5.6c.2-.4-1.4 4.2 30-67.7c1.4-3.1 3.4-4.4 6.8-4.4c15.2.1 30.4 0 45.6 0c5.6 0 7.9 3.6 5.7 8.7c-8.3 19-16.7 37.9-25 56.9c-5 11.4 8.1 12.5 11.3 5.3c0-.1 27.9-63.3 32.2-73.2c2-4.6 5.4-6.5 10.3-6.5c26.4.1 52.9 0 79.3 0c12.4 0 13.9-13.6 3.9-13.6h-75.8c-6.3 0-7.8-2.5-5.3-8.3c5.8-13.1 11.6-26.1 17.3-39.2c1.7-4 4.5-5.8 8.8-5.8c23.1.1 26 0 130.8 0c6.1 0 8 2.8 5.6 8.3z"/></svg> </template>
CSS
.icon-wpressr {
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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2072C183%2072%2072%20183%2072%20320s111%20248%20248%20248s248-111%20248-248S457%2072%20320%2072m171.3%20158.6l-45.6%20103.5c-2.4%205.5-6.9%208.2-13%208.2c-23%200-46%20.1-69%200c-5.1%200-8.2%201.9-10.3%206.7c-10.2%2023.6-20.6%2047-31%2070.5c-1.5%203.5-4.1%205.3-7.9%205.3H176.7c-3.1%200-5.6-1.1-7.7-3.4c-11.2-12.3-22.5-24.6-33.7-36.9c-2.7-3-2.8-6.2-1.2-9.7c8.7-19.5%2017.3-39.1%2025.9-58.7c12.9-29.4%2025.9-58.7%2038.7-88.1c1.7-3.9%204.3-5.7%208.5-5.7c14.2.1%2028.5%200%2042.7%200c6.2%200%209.2%204.8%206.7%2010.6c-13.6%2030.8-27.2%2061.6-40.7%2092.3l-17.1%2039c-3.9%209%207.1%2012%2011%205.6c.2-.4-1.4%204.2%2030-67.7c1.4-3.1%203.4-4.4%206.8-4.4c15.2.1%2030.4%200%2045.6%200c5.6%200%207.9%203.6%205.7%208.7c-8.3%2019-16.7%2037.9-25%2056.9c-5%2011.4%208.1%2012.5%2011.3%205.3c0-.1%2027.9-63.3%2032.2-73.2c2-4.6%205.4-6.5%2010.3-6.5c26.4.1%2052.9%200%2079.3%200c12.4%200%2013.9-13.6%203.9-13.6h-75.8c-6.3%200-7.8-2.5-5.3-8.3c5.8-13.1%2011.6-26.1%2017.3-39.2c1.7-4%204.5-5.8%208.8-5.8c23.1.1%2026%200%20130.8%200c6.1%200%208%202.8%205.6%208.3z%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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2072C183%2072%2072%20183%2072%20320s111%20248%20248%20248s248-111%20248-248S457%2072%20320%2072m171.3%20158.6l-45.6%20103.5c-2.4%205.5-6.9%208.2-13%208.2c-23%200-46%20.1-69%200c-5.1%200-8.2%201.9-10.3%206.7c-10.2%2023.6-20.6%2047-31%2070.5c-1.5%203.5-4.1%205.3-7.9%205.3H176.7c-3.1%200-5.6-1.1-7.7-3.4c-11.2-12.3-22.5-24.6-33.7-36.9c-2.7-3-2.8-6.2-1.2-9.7c8.7-19.5%2017.3-39.1%2025.9-58.7c12.9-29.4%2025.9-58.7%2038.7-88.1c1.7-3.9%204.3-5.7%208.5-5.7c14.2.1%2028.5%200%2042.7%200c6.2%200%209.2%204.8%206.7%2010.6c-13.6%2030.8-27.2%2061.6-40.7%2092.3l-17.1%2039c-3.9%209%207.1%2012%2011%205.6c.2-.4-1.4%204.2%2030-67.7c1.4-3.1%203.4-4.4%206.8-4.4c15.2.1%2030.4%200%2045.6%200c5.6%200%207.9%203.6%205.7%208.7c-8.3%2019-16.7%2037.9-25%2056.9c-5%2011.4%208.1%2012.5%2011.3%205.3c0-.1%2027.9-63.3%2032.2-73.2c2-4.6%205.4-6.5%2010.3-6.5c26.4.1%2052.9%200%2079.3%200c12.4%200%2013.9-13.6%203.9-13.6h-75.8c-6.3%200-7.8-2.5-5.3-8.3c5.8-13.1%2011.6-26.1%2017.3-39.2c1.7-4%204.5-5.8%208.8-5.8c23.1.1%2026%200%20130.8%200c6.1%200%208%202.8%205.6%208.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/wpressr.svg?color=%231a73e8&size=48