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

Name
screenpal
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same logo in other sets

Use the screenpal logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M233.5 22.49C233.5 10.07 243.6 0 256 0s22.5 10.07 22.5 22.49s-10.1 22.49-22.5 22.49s-22.5-10.07-22.5-22.49M313.4 259c0 31.7-25.7 57.4-57.4 57.4s-57.4-25.7-57.4-57.4s25.7-57.4 57.4-57.4s57.4 25.7 57.4 57.4m23.8 91c22.3-19.9 36.5-47.3 39.9-77h119.5c-3.5 61.4-30.4 119.2-75.2 161.4c-44.7 42.2-103.9 65.8-165.4 65.8s-120.7-23.6-165.44-65.8c-44.73-42.2-71.62-100-75.17-161.4H135.1c3.4 29.7 17.6 57.1 39.9 77s51.2 30.9 81.1 30.9c29 0 58.7-11 81.1-30.9M73.14 140.3c.4 12.4-9.33 22.8-21.75 23.2s-22.8-9.3-23.21-21.7c-.4-12.5 9.34-22.9 21.76-23.3c12.41-.4 22.8 9.4 23.2 21.8m365.76.7c0-12.4 10-22.5 22.5-22.5c12.4 0 22.4 10.1 22.4 22.5c0 12.5-10 22.5-22.4 22.5c-12.5 0-22.5-10-22.5-22.5m-121-45.73c-17.3 13.83-39.2 22.83-61.9 22.83s-44.6-9-61.9-22.83c-17.3-14.72-28.8-35.09-32.4-57.49c15.1-6.41 30.8-11.26 46.9-14.47c0 12.57 5 24.62 13.9 33.51c8.9 8.88 20.9 13.88 33.5 13.88s24.6-5 33.5-13.88c8.9-8.89 13.9-20.94 13.9-33.51c16.1 3.21 31.8 8.06 46.9 14.47c-3.6 22.4-15.1 42.77-32.4 57.49M82.78 231c-21.36 7.6-44.72 7.4-65.92-.6c1.96-16.3 5.6-32.3 10.85-47.9c5.39 3.1 11.34 5.1 17.51 6c6.17.8 12.45.4 18.46-1.2c6.01-1.7 11.65-4.4 16.59-8.2s9.09-8.5 12.2-13.9s5.14-11.4 5.95-17.5c.81-6.2.41-12.5-1.2-18.5s-4.39-11.6-8.18-16.6c-3.79-4.9-8.51-9.1-13.9-12.2a242 242 0 0 1 35.96-33.33c17.6 14.35 29.5 34.53 33.6 56.83s.1 45.4-11.2 65c-11.4 19.6-29.4 34.5-50.72 42.1m346.42.1c-21.3-7.6-39.3-22.6-50.7-42.2c-11.3-19.6-15.2-42.7-11.1-65c4.1-22.2 16-42.36 33.5-56.71c13.1 9.85 25.2 21.02 36 33.31c-10.7 6.4-18.4 16.7-21.5 28.8c-3.2 12-2.3 24.8 4.8 35.6c6.2 10.8 16.4 18.7 28.4 22s24.9 1.7 35.7-4.3c5.3 15.5 8.9 31.6 10.9 47.8c-22.1 8.1-44.6 8.3-66 .7"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsScreenpal(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M233.5 22.49C233.5 10.07 243.6 0 256 0s22.5 10.07 22.5 22.49s-10.1 22.49-22.5 22.49s-22.5-10.07-22.5-22.49M313.4 259c0 31.7-25.7 57.4-57.4 57.4s-57.4-25.7-57.4-57.4s25.7-57.4 57.4-57.4s57.4 25.7 57.4 57.4m23.8 91c22.3-19.9 36.5-47.3 39.9-77h119.5c-3.5 61.4-30.4 119.2-75.2 161.4c-44.7 42.2-103.9 65.8-165.4 65.8s-120.7-23.6-165.44-65.8c-44.73-42.2-71.62-100-75.17-161.4H135.1c3.4 29.7 17.6 57.1 39.9 77s51.2 30.9 81.1 30.9c29 0 58.7-11 81.1-30.9M73.14 140.3c.4 12.4-9.33 22.8-21.75 23.2s-22.8-9.3-23.21-21.7c-.4-12.5 9.34-22.9 21.76-23.3c12.41-.4 22.8 9.4 23.2 21.8m365.76.7c0-12.4 10-22.5 22.5-22.5c12.4 0 22.4 10.1 22.4 22.5c0 12.5-10 22.5-22.4 22.5c-12.5 0-22.5-10-22.5-22.5m-121-45.73c-17.3 13.83-39.2 22.83-61.9 22.83s-44.6-9-61.9-22.83c-17.3-14.72-28.8-35.09-32.4-57.49c15.1-6.41 30.8-11.26 46.9-14.47c0 12.57 5 24.62 13.9 33.51c8.9 8.88 20.9 13.88 33.5 13.88s24.6-5 33.5-13.88c8.9-8.89 13.9-20.94 13.9-33.51c16.1 3.21 31.8 8.06 46.9 14.47c-3.6 22.4-15.1 42.77-32.4 57.49M82.78 231c-21.36 7.6-44.72 7.4-65.92-.6c1.96-16.3 5.6-32.3 10.85-47.9c5.39 3.1 11.34 5.1 17.51 6c6.17.8 12.45.4 18.46-1.2c6.01-1.7 11.65-4.4 16.59-8.2s9.09-8.5 12.2-13.9s5.14-11.4 5.95-17.5c.81-6.2.41-12.5-1.2-18.5s-4.39-11.6-8.18-16.6c-3.79-4.9-8.51-9.1-13.9-12.2a242 242 0 0 1 35.96-33.33c17.6 14.35 29.5 34.53 33.6 56.83s.1 45.4-11.2 65c-11.4 19.6-29.4 34.5-50.72 42.1m346.42.1c-21.3-7.6-39.3-22.6-50.7-42.2c-11.3-19.6-15.2-42.7-11.1-65c4.1-22.2 16-42.36 33.5-56.71c13.1 9.85 25.2 21.02 36 33.31c-10.7 6.4-18.4 16.7-21.5 28.8c-3.2 12-2.3 24.8 4.8 35.6c6.2 10.8 16.4 18.7 28.4 22s24.9 1.7 35.7-4.3c5.3 15.5 8.9 31.6 10.9 47.8c-22.1 8.1-44.6 8.3-66 .7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M233.5 22.49C233.5 10.07 243.6 0 256 0s22.5 10.07 22.5 22.49s-10.1 22.49-22.5 22.49s-22.5-10.07-22.5-22.49M313.4 259c0 31.7-25.7 57.4-57.4 57.4s-57.4-25.7-57.4-57.4s25.7-57.4 57.4-57.4s57.4 25.7 57.4 57.4m23.8 91c22.3-19.9 36.5-47.3 39.9-77h119.5c-3.5 61.4-30.4 119.2-75.2 161.4c-44.7 42.2-103.9 65.8-165.4 65.8s-120.7-23.6-165.44-65.8c-44.73-42.2-71.62-100-75.17-161.4H135.1c3.4 29.7 17.6 57.1 39.9 77s51.2 30.9 81.1 30.9c29 0 58.7-11 81.1-30.9M73.14 140.3c.4 12.4-9.33 22.8-21.75 23.2s-22.8-9.3-23.21-21.7c-.4-12.5 9.34-22.9 21.76-23.3c12.41-.4 22.8 9.4 23.2 21.8m365.76.7c0-12.4 10-22.5 22.5-22.5c12.4 0 22.4 10.1 22.4 22.5c0 12.5-10 22.5-22.4 22.5c-12.5 0-22.5-10-22.5-22.5m-121-45.73c-17.3 13.83-39.2 22.83-61.9 22.83s-44.6-9-61.9-22.83c-17.3-14.72-28.8-35.09-32.4-57.49c15.1-6.41 30.8-11.26 46.9-14.47c0 12.57 5 24.62 13.9 33.51c8.9 8.88 20.9 13.88 33.5 13.88s24.6-5 33.5-13.88c8.9-8.89 13.9-20.94 13.9-33.51c16.1 3.21 31.8 8.06 46.9 14.47c-3.6 22.4-15.1 42.77-32.4 57.49M82.78 231c-21.36 7.6-44.72 7.4-65.92-.6c1.96-16.3 5.6-32.3 10.85-47.9c5.39 3.1 11.34 5.1 17.51 6c6.17.8 12.45.4 18.46-1.2c6.01-1.7 11.65-4.4 16.59-8.2s9.09-8.5 12.2-13.9s5.14-11.4 5.95-17.5c.81-6.2.41-12.5-1.2-18.5s-4.39-11.6-8.18-16.6c-3.79-4.9-8.51-9.1-13.9-12.2a242 242 0 0 1 35.96-33.33c17.6 14.35 29.5 34.53 33.6 56.83s.1 45.4-11.2 65c-11.4 19.6-29.4 34.5-50.72 42.1m346.42.1c-21.3-7.6-39.3-22.6-50.7-42.2c-11.3-19.6-15.2-42.7-11.1-65c4.1-22.2 16-42.36 33.5-56.71c13.1 9.85 25.2 21.02 36 33.31c-10.7 6.4-18.4 16.7-21.5 28.8c-3.2 12-2.3 24.8 4.8 35.6c6.2 10.8 16.4 18.7 28.4 22s24.9 1.7 35.7-4.3c5.3 15.5 8.9 31.6 10.9 47.8c-22.1 8.1-44.6 8.3-66 .7"/></svg>
</template>

CSS

.icon-screenpal {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M233.5%2022.49C233.5%2010.07%20243.6%200%20256%200s22.5%2010.07%2022.5%2022.49s-10.1%2022.49-22.5%2022.49s-22.5-10.07-22.5-22.49M313.4%20259c0%2031.7-25.7%2057.4-57.4%2057.4s-57.4-25.7-57.4-57.4s25.7-57.4%2057.4-57.4s57.4%2025.7%2057.4%2057.4m23.8%2091c22.3-19.9%2036.5-47.3%2039.9-77h119.5c-3.5%2061.4-30.4%20119.2-75.2%20161.4c-44.7%2042.2-103.9%2065.8-165.4%2065.8s-120.7-23.6-165.44-65.8c-44.73-42.2-71.62-100-75.17-161.4H135.1c3.4%2029.7%2017.6%2057.1%2039.9%2077s51.2%2030.9%2081.1%2030.9c29%200%2058.7-11%2081.1-30.9M73.14%20140.3c.4%2012.4-9.33%2022.8-21.75%2023.2s-22.8-9.3-23.21-21.7c-.4-12.5%209.34-22.9%2021.76-23.3c12.41-.4%2022.8%209.4%2023.2%2021.8m365.76.7c0-12.4%2010-22.5%2022.5-22.5c12.4%200%2022.4%2010.1%2022.4%2022.5c0%2012.5-10%2022.5-22.4%2022.5c-12.5%200-22.5-10-22.5-22.5m-121-45.73c-17.3%2013.83-39.2%2022.83-61.9%2022.83s-44.6-9-61.9-22.83c-17.3-14.72-28.8-35.09-32.4-57.49c15.1-6.41%2030.8-11.26%2046.9-14.47c0%2012.57%205%2024.62%2013.9%2033.51c8.9%208.88%2020.9%2013.88%2033.5%2013.88s24.6-5%2033.5-13.88c8.9-8.89%2013.9-20.94%2013.9-33.51c16.1%203.21%2031.8%208.06%2046.9%2014.47c-3.6%2022.4-15.1%2042.77-32.4%2057.49M82.78%20231c-21.36%207.6-44.72%207.4-65.92-.6c1.96-16.3%205.6-32.3%2010.85-47.9c5.39%203.1%2011.34%205.1%2017.51%206c6.17.8%2012.45.4%2018.46-1.2c6.01-1.7%2011.65-4.4%2016.59-8.2s9.09-8.5%2012.2-13.9s5.14-11.4%205.95-17.5c.81-6.2.41-12.5-1.2-18.5s-4.39-11.6-8.18-16.6c-3.79-4.9-8.51-9.1-13.9-12.2a242%20242%200%200%201%2035.96-33.33c17.6%2014.35%2029.5%2034.53%2033.6%2056.83s.1%2045.4-11.2%2065c-11.4%2019.6-29.4%2034.5-50.72%2042.1m346.42.1c-21.3-7.6-39.3-22.6-50.7-42.2c-11.3-19.6-15.2-42.7-11.1-65c4.1-22.2%2016-42.36%2033.5-56.71c13.1%209.85%2025.2%2021.02%2036%2033.31c-10.7%206.4-18.4%2016.7-21.5%2028.8c-3.2%2012-2.3%2024.8%204.8%2035.6c6.2%2010.8%2016.4%2018.7%2028.4%2022s24.9%201.7%2035.7-4.3c5.3%2015.5%208.9%2031.6%2010.9%2047.8c-22.1%208.1-44.6%208.3-66%20.7%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M233.5%2022.49C233.5%2010.07%20243.6%200%20256%200s22.5%2010.07%2022.5%2022.49s-10.1%2022.49-22.5%2022.49s-22.5-10.07-22.5-22.49M313.4%20259c0%2031.7-25.7%2057.4-57.4%2057.4s-57.4-25.7-57.4-57.4s25.7-57.4%2057.4-57.4s57.4%2025.7%2057.4%2057.4m23.8%2091c22.3-19.9%2036.5-47.3%2039.9-77h119.5c-3.5%2061.4-30.4%20119.2-75.2%20161.4c-44.7%2042.2-103.9%2065.8-165.4%2065.8s-120.7-23.6-165.44-65.8c-44.73-42.2-71.62-100-75.17-161.4H135.1c3.4%2029.7%2017.6%2057.1%2039.9%2077s51.2%2030.9%2081.1%2030.9c29%200%2058.7-11%2081.1-30.9M73.14%20140.3c.4%2012.4-9.33%2022.8-21.75%2023.2s-22.8-9.3-23.21-21.7c-.4-12.5%209.34-22.9%2021.76-23.3c12.41-.4%2022.8%209.4%2023.2%2021.8m365.76.7c0-12.4%2010-22.5%2022.5-22.5c12.4%200%2022.4%2010.1%2022.4%2022.5c0%2012.5-10%2022.5-22.4%2022.5c-12.5%200-22.5-10-22.5-22.5m-121-45.73c-17.3%2013.83-39.2%2022.83-61.9%2022.83s-44.6-9-61.9-22.83c-17.3-14.72-28.8-35.09-32.4-57.49c15.1-6.41%2030.8-11.26%2046.9-14.47c0%2012.57%205%2024.62%2013.9%2033.51c8.9%208.88%2020.9%2013.88%2033.5%2013.88s24.6-5%2033.5-13.88c8.9-8.89%2013.9-20.94%2013.9-33.51c16.1%203.21%2031.8%208.06%2046.9%2014.47c-3.6%2022.4-15.1%2042.77-32.4%2057.49M82.78%20231c-21.36%207.6-44.72%207.4-65.92-.6c1.96-16.3%205.6-32.3%2010.85-47.9c5.39%203.1%2011.34%205.1%2017.51%206c6.17.8%2012.45.4%2018.46-1.2c6.01-1.7%2011.65-4.4%2016.59-8.2s9.09-8.5%2012.2-13.9s5.14-11.4%205.95-17.5c.81-6.2.41-12.5-1.2-18.5s-4.39-11.6-8.18-16.6c-3.79-4.9-8.51-9.1-13.9-12.2a242%20242%200%200%201%2035.96-33.33c17.6%2014.35%2029.5%2034.53%2033.6%2056.83s.1%2045.4-11.2%2065c-11.4%2019.6-29.4%2034.5-50.72%2042.1m346.42.1c-21.3-7.6-39.3-22.6-50.7-42.2c-11.3-19.6-15.2-42.7-11.1-65c4.1-22.2%2016-42.36%2033.5-56.71c13.1%209.85%2025.2%2021.02%2036%2033.31c-10.7%206.4-18.4%2016.7-21.5%2028.8c-3.2%2012-2.3%2024.8%204.8%2035.6c6.2%2010.8%2016.4%2018.7%2028.4%2022s24.9%201.7%2035.7-4.3c5.3%2015.5%208.9%2031.6%2010.9%2047.8c-22.1%208.1-44.6%208.3-66%20.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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