wpressr from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
wpressr
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
496×512
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 496 512"><path fill="currentColor" d="M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248s248-111.03 248-248S384.97 8 248 8m171.33 158.6c-15.18 34.51-30.37 69.02-45.63 103.5c-2.44 5.51-6.89 8.24-12.97 8.24c-23.02-.01-46.03.06-69.05-.05c-5.12-.03-8.25 1.89-10.34 6.72c-10.19 23.56-20.63 47-30.95 70.5c-1.54 3.51-4.06 5.29-7.92 5.29c-45.94-.01-91.87-.02-137.81 0c-3.13 0-5.63-1.15-7.72-3.45c-11.21-12.33-22.46-24.63-33.68-36.94c-2.69-2.95-2.79-6.18-1.21-9.73c8.66-19.54 17.27-39.1 25.89-58.66c12.93-29.35 25.89-58.69 38.75-88.08c1.7-3.88 4.28-5.68 8.54-5.65c14.24.1 28.48.02 42.72.05c6.24.01 9.2 4.84 6.66 10.59c-13.6 30.77-27.17 61.55-40.74 92.33c-5.72 12.99-11.42 25.99-17.09 39c-3.91 8.95 7.08 11.97 10.95 5.6c.23-.37-1.42 4.18 30.01-67.69c1.36-3.1 3.41-4.4 6.77-4.39c15.21.08 30.43.02 45.64.04c5.56.01 7.91 3.64 5.66 8.75c-8.33 18.96-16.71 37.9-24.98 56.89c-4.98 11.43 8.08 12.49 11.28 5.33c.04-.08 27.89-63.33 32.19-73.16c2.02-4.61 5.44-6.51 10.35-6.5c26.43.05 52.86 0 79.29.05c12.44.02 13.93-13.65 3.9-13.64c-25.26.03-50.52.02-75.78.02c-6.27 0-7.84-2.47-5.27-8.27c5.78-13.06 11.59-26.11 17.3-39.21c1.73-3.96 4.52-5.79 8.84-5.78c23.09.06 25.98.02 130.78.03c6.08-.01 8.03 2.79 5.62 8.27"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsWpressr(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 496 512"><path fill="currentColor" d="M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248s248-111.03 248-248S384.97 8 248 8m171.33 158.6c-15.18 34.51-30.37 69.02-45.63 103.5c-2.44 5.51-6.89 8.24-12.97 8.24c-23.02-.01-46.03.06-69.05-.05c-5.12-.03-8.25 1.89-10.34 6.72c-10.19 23.56-20.63 47-30.95 70.5c-1.54 3.51-4.06 5.29-7.92 5.29c-45.94-.01-91.87-.02-137.81 0c-3.13 0-5.63-1.15-7.72-3.45c-11.21-12.33-22.46-24.63-33.68-36.94c-2.69-2.95-2.79-6.18-1.21-9.73c8.66-19.54 17.27-39.1 25.89-58.66c12.93-29.35 25.89-58.69 38.75-88.08c1.7-3.88 4.28-5.68 8.54-5.65c14.24.1 28.48.02 42.72.05c6.24.01 9.2 4.84 6.66 10.59c-13.6 30.77-27.17 61.55-40.74 92.33c-5.72 12.99-11.42 25.99-17.09 39c-3.91 8.95 7.08 11.97 10.95 5.6c.23-.37-1.42 4.18 30.01-67.69c1.36-3.1 3.41-4.4 6.77-4.39c15.21.08 30.43.02 45.64.04c5.56.01 7.91 3.64 5.66 8.75c-8.33 18.96-16.71 37.9-24.98 56.89c-4.98 11.43 8.08 12.49 11.28 5.33c.04-.08 27.89-63.33 32.19-73.16c2.02-4.61 5.44-6.51 10.35-6.5c26.43.05 52.86 0 79.29.05c12.44.02 13.93-13.65 3.9-13.64c-25.26.03-50.52.02-75.78.02c-6.27 0-7.84-2.47-5.27-8.27c5.78-13.06 11.59-26.11 17.3-39.21c1.73-3.96 4.52-5.79 8.84-5.78c23.09.06 25.98.02 130.78.03c6.08-.01 8.03 2.79 5.62 8.27"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 496 512"><path fill="currentColor" d="M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248s248-111.03 248-248S384.97 8 248 8m171.33 158.6c-15.18 34.51-30.37 69.02-45.63 103.5c-2.44 5.51-6.89 8.24-12.97 8.24c-23.02-.01-46.03.06-69.05-.05c-5.12-.03-8.25 1.89-10.34 6.72c-10.19 23.56-20.63 47-30.95 70.5c-1.54 3.51-4.06 5.29-7.92 5.29c-45.94-.01-91.87-.02-137.81 0c-3.13 0-5.63-1.15-7.72-3.45c-11.21-12.33-22.46-24.63-33.68-36.94c-2.69-2.95-2.79-6.18-1.21-9.73c8.66-19.54 17.27-39.1 25.89-58.66c12.93-29.35 25.89-58.69 38.75-88.08c1.7-3.88 4.28-5.68 8.54-5.65c14.24.1 28.48.02 42.72.05c6.24.01 9.2 4.84 6.66 10.59c-13.6 30.77-27.17 61.55-40.74 92.33c-5.72 12.99-11.42 25.99-17.09 39c-3.91 8.95 7.08 11.97 10.95 5.6c.23-.37-1.42 4.18 30.01-67.69c1.36-3.1 3.41-4.4 6.77-4.39c15.21.08 30.43.02 45.64.04c5.56.01 7.91 3.64 5.66 8.75c-8.33 18.96-16.71 37.9-24.98 56.89c-4.98 11.43 8.08 12.49 11.28 5.33c.04-.08 27.89-63.33 32.19-73.16c2.02-4.61 5.44-6.51 10.35-6.5c26.43.05 52.86 0 79.29.05c12.44.02 13.93-13.65 3.9-13.64c-25.26.03-50.52.02-75.78.02c-6.27 0-7.84-2.47-5.27-8.27c5.78-13.06 11.59-26.11 17.3-39.21c1.73-3.96 4.52-5.79 8.84-5.78c23.09.06 25.98.02 130.78.03c6.08-.01 8.03 2.79 5.62 8.27"/></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%20496%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M248%208C111.03%208%200%20119.03%200%20256s111.03%20248%20248%20248s248-111.03%20248-248S384.97%208%20248%208m171.33%20158.6c-15.18%2034.51-30.37%2069.02-45.63%20103.5c-2.44%205.51-6.89%208.24-12.97%208.24c-23.02-.01-46.03.06-69.05-.05c-5.12-.03-8.25%201.89-10.34%206.72c-10.19%2023.56-20.63%2047-30.95%2070.5c-1.54%203.51-4.06%205.29-7.92%205.29c-45.94-.01-91.87-.02-137.81%200c-3.13%200-5.63-1.15-7.72-3.45c-11.21-12.33-22.46-24.63-33.68-36.94c-2.69-2.95-2.79-6.18-1.21-9.73c8.66-19.54%2017.27-39.1%2025.89-58.66c12.93-29.35%2025.89-58.69%2038.75-88.08c1.7-3.88%204.28-5.68%208.54-5.65c14.24.1%2028.48.02%2042.72.05c6.24.01%209.2%204.84%206.66%2010.59c-13.6%2030.77-27.17%2061.55-40.74%2092.33c-5.72%2012.99-11.42%2025.99-17.09%2039c-3.91%208.95%207.08%2011.97%2010.95%205.6c.23-.37-1.42%204.18%2030.01-67.69c1.36-3.1%203.41-4.4%206.77-4.39c15.21.08%2030.43.02%2045.64.04c5.56.01%207.91%203.64%205.66%208.75c-8.33%2018.96-16.71%2037.9-24.98%2056.89c-4.98%2011.43%208.08%2012.49%2011.28%205.33c.04-.08%2027.89-63.33%2032.19-73.16c2.02-4.61%205.44-6.51%2010.35-6.5c26.43.05%2052.86%200%2079.29.05c12.44.02%2013.93-13.65%203.9-13.64c-25.26.03-50.52.02-75.78.02c-6.27%200-7.84-2.47-5.27-8.27c5.78-13.06%2011.59-26.11%2017.3-39.21c1.73-3.96%204.52-5.79%208.84-5.78c23.09.06%2025.98.02%20130.78.03c6.08-.01%208.03%202.79%205.62%208.27%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%20496%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M248%208C111.03%208%200%20119.03%200%20256s111.03%20248%20248%20248s248-111.03%20248-248S384.97%208%20248%208m171.33%20158.6c-15.18%2034.51-30.37%2069.02-45.63%20103.5c-2.44%205.51-6.89%208.24-12.97%208.24c-23.02-.01-46.03.06-69.05-.05c-5.12-.03-8.25%201.89-10.34%206.72c-10.19%2023.56-20.63%2047-30.95%2070.5c-1.54%203.51-4.06%205.29-7.92%205.29c-45.94-.01-91.87-.02-137.81%200c-3.13%200-5.63-1.15-7.72-3.45c-11.21-12.33-22.46-24.63-33.68-36.94c-2.69-2.95-2.79-6.18-1.21-9.73c8.66-19.54%2017.27-39.1%2025.89-58.66c12.93-29.35%2025.89-58.69%2038.75-88.08c1.7-3.88%204.28-5.68%208.54-5.65c14.24.1%2028.48.02%2042.72.05c6.24.01%209.2%204.84%206.66%2010.59c-13.6%2030.77-27.17%2061.55-40.74%2092.33c-5.72%2012.99-11.42%2025.99-17.09%2039c-3.91%208.95%207.08%2011.97%2010.95%205.6c.23-.37-1.42%204.18%2030.01-67.69c1.36-3.1%203.41-4.4%206.77-4.39c15.21.08%2030.43.02%2045.64.04c5.56.01%207.91%203.64%205.66%208.75c-8.33%2018.96-16.71%2037.9-24.98%2056.89c-4.98%2011.43%208.08%2012.49%2011.28%205.33c.04-.08%2027.89-63.33%2032.19-73.16c2.02-4.61%205.44-6.51%2010.35-6.5c26.43.05%2052.86%200%2079.29.05c12.44.02%2013.93-13.65%203.9-13.64c-25.26.03-50.52.02-75.78.02c-6.27%200-7.84-2.47-5.27-8.27c5.78-13.06%2011.59-26.11%2017.3-39.21c1.73-3.96%204.52-5.79%208.84-5.78c23.09.06%2025.98.02%20130.78.03c6.08-.01%208.03%202.79%205.62%208.27%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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