screenpal logo
screenpal from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- screenpal
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- 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 640 640"><path fill="currentColor" d="M342.6 86.5c0 12.4-10.1 22.5-22.5 22.5s-22.5-10.1-22.5-22.5S307.7 64 320.1 64s22.5 10.1 22.5 22.5M262.7 323c0-31.7 25.7-57.4 57.4-57.4s57.4 25.7 57.4 57.4s-25.7 57.4-57.4 57.4s-57.4-25.7-57.4-57.4m138.6 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.4-65.8c-44.8-42.2-71.6-100-75.2-161.4h119.7c3.4 29.7 17.6 57.1 39.9 77s51.2 30.9 81.1 30.9c29 0 58.7-11 81.1-30.9m-309-208.3c-.4-12.4 9.4-22.8 21.8-23.2s22.8 9.4 23.2 21.8s-9.4 22.8-21.8 23.2s-22.8-9.4-23.2-21.8m455.6-.7c0 12.4-10.1 22.5-22.4 22.5c-12.4 0-22.5-10.1-22.5-22.5s10.1-22.4 22.5-22.4c12.3 0 22.4 10 22.4 22.4M382 159.3c-17.3 13.8-39.2 22.8-61.9 22.8s-44.6-9-61.9-22.8a95.34 95.34 0 0 1-32.4-57.5c15.1-6.4 30.8-11.3 46.9-14.5c0 12.6 5 24.6 13.9 33.5s20.9 13.9 33.5 13.9s24.6-5 33.5-13.9s13.9-20.9 13.9-33.5c16.1 3.2 31.8 8.1 46.9 14.5a95.34 95.34 0 0 1-32.4 57.5M146.9 295c-21.4 7.6-44.7 7.4-65.9-.6c2-16.3 5.6-32.3 10.8-47.9c5.4 3.1 11.3 5.1 17.5 6c6.2.8 12.4.4 18.5-1.2c6-1.7 11.6-4.4 16.6-8.2s9.1-8.5 12.2-13.9s5.1-11.4 6-17.5c.8-6.2.4-12.5-1.2-18.5s-4.4-11.6-8.2-16.6c-3.8-4.9-8.5-9.1-13.9-12.2c10.8-12.3 22.9-23.5 36-33.3c17.6 14.3 29.5 34.5 33.6 56.8s.1 45.4-11.2 65c-11.4 19.6-29.4 34.5-50.7 42.1zm346.4.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.4 33.5-56.7c13.1 9.8 25.2 21 36 33.3c-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 Fa7BrandsScreenpal(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="M342.6 86.5c0 12.4-10.1 22.5-22.5 22.5s-22.5-10.1-22.5-22.5S307.7 64 320.1 64s22.5 10.1 22.5 22.5M262.7 323c0-31.7 25.7-57.4 57.4-57.4s57.4 25.7 57.4 57.4s-25.7 57.4-57.4 57.4s-57.4-25.7-57.4-57.4m138.6 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.4-65.8c-44.8-42.2-71.6-100-75.2-161.4h119.7c3.4 29.7 17.6 57.1 39.9 77s51.2 30.9 81.1 30.9c29 0 58.7-11 81.1-30.9m-309-208.3c-.4-12.4 9.4-22.8 21.8-23.2s22.8 9.4 23.2 21.8s-9.4 22.8-21.8 23.2s-22.8-9.4-23.2-21.8m455.6-.7c0 12.4-10.1 22.5-22.4 22.5c-12.4 0-22.5-10.1-22.5-22.5s10.1-22.4 22.5-22.4c12.3 0 22.4 10 22.4 22.4M382 159.3c-17.3 13.8-39.2 22.8-61.9 22.8s-44.6-9-61.9-22.8a95.34 95.34 0 0 1-32.4-57.5c15.1-6.4 30.8-11.3 46.9-14.5c0 12.6 5 24.6 13.9 33.5s20.9 13.9 33.5 13.9s24.6-5 33.5-13.9s13.9-20.9 13.9-33.5c16.1 3.2 31.8 8.1 46.9 14.5a95.34 95.34 0 0 1-32.4 57.5M146.9 295c-21.4 7.6-44.7 7.4-65.9-.6c2-16.3 5.6-32.3 10.8-47.9c5.4 3.1 11.3 5.1 17.5 6c6.2.8 12.4.4 18.5-1.2c6-1.7 11.6-4.4 16.6-8.2s9.1-8.5 12.2-13.9s5.1-11.4 6-17.5c.8-6.2.4-12.5-1.2-18.5s-4.4-11.6-8.2-16.6c-3.8-4.9-8.5-9.1-13.9-12.2c10.8-12.3 22.9-23.5 36-33.3c17.6 14.3 29.5 34.5 33.6 56.8s.1 45.4-11.2 65c-11.4 19.6-29.4 34.5-50.7 42.1zm346.4.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.4 33.5-56.7c13.1 9.8 25.2 21 36 33.3c-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 640 640"><path fill="currentColor" d="M342.6 86.5c0 12.4-10.1 22.5-22.5 22.5s-22.5-10.1-22.5-22.5S307.7 64 320.1 64s22.5 10.1 22.5 22.5M262.7 323c0-31.7 25.7-57.4 57.4-57.4s57.4 25.7 57.4 57.4s-25.7 57.4-57.4 57.4s-57.4-25.7-57.4-57.4m138.6 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.4-65.8c-44.8-42.2-71.6-100-75.2-161.4h119.7c3.4 29.7 17.6 57.1 39.9 77s51.2 30.9 81.1 30.9c29 0 58.7-11 81.1-30.9m-309-208.3c-.4-12.4 9.4-22.8 21.8-23.2s22.8 9.4 23.2 21.8s-9.4 22.8-21.8 23.2s-22.8-9.4-23.2-21.8m455.6-.7c0 12.4-10.1 22.5-22.4 22.5c-12.4 0-22.5-10.1-22.5-22.5s10.1-22.4 22.5-22.4c12.3 0 22.4 10 22.4 22.4M382 159.3c-17.3 13.8-39.2 22.8-61.9 22.8s-44.6-9-61.9-22.8a95.34 95.34 0 0 1-32.4-57.5c15.1-6.4 30.8-11.3 46.9-14.5c0 12.6 5 24.6 13.9 33.5s20.9 13.9 33.5 13.9s24.6-5 33.5-13.9s13.9-20.9 13.9-33.5c16.1 3.2 31.8 8.1 46.9 14.5a95.34 95.34 0 0 1-32.4 57.5M146.9 295c-21.4 7.6-44.7 7.4-65.9-.6c2-16.3 5.6-32.3 10.8-47.9c5.4 3.1 11.3 5.1 17.5 6c6.2.8 12.4.4 18.5-1.2c6-1.7 11.6-4.4 16.6-8.2s9.1-8.5 12.2-13.9s5.1-11.4 6-17.5c.8-6.2.4-12.5-1.2-18.5s-4.4-11.6-8.2-16.6c-3.8-4.9-8.5-9.1-13.9-12.2c10.8-12.3 22.9-23.5 36-33.3c17.6 14.3 29.5 34.5 33.6 56.8s.1 45.4-11.2 65c-11.4 19.6-29.4 34.5-50.7 42.1zm346.4.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.4 33.5-56.7c13.1 9.8 25.2 21 36 33.3c-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M342.6%2086.5c0%2012.4-10.1%2022.5-22.5%2022.5s-22.5-10.1-22.5-22.5S307.7%2064%20320.1%2064s22.5%2010.1%2022.5%2022.5M262.7%20323c0-31.7%2025.7-57.4%2057.4-57.4s57.4%2025.7%2057.4%2057.4s-25.7%2057.4-57.4%2057.4s-57.4-25.7-57.4-57.4m138.6%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.4-65.8c-44.8-42.2-71.6-100-75.2-161.4h119.7c3.4%2029.7%2017.6%2057.1%2039.9%2077s51.2%2030.9%2081.1%2030.9c29%200%2058.7-11%2081.1-30.9m-309-208.3c-.4-12.4%209.4-22.8%2021.8-23.2s22.8%209.4%2023.2%2021.8s-9.4%2022.8-21.8%2023.2s-22.8-9.4-23.2-21.8m455.6-.7c0%2012.4-10.1%2022.5-22.4%2022.5c-12.4%200-22.5-10.1-22.5-22.5s10.1-22.4%2022.5-22.4c12.3%200%2022.4%2010%2022.4%2022.4M382%20159.3c-17.3%2013.8-39.2%2022.8-61.9%2022.8s-44.6-9-61.9-22.8a95.34%2095.34%200%200%201-32.4-57.5c15.1-6.4%2030.8-11.3%2046.9-14.5c0%2012.6%205%2024.6%2013.9%2033.5s20.9%2013.9%2033.5%2013.9s24.6-5%2033.5-13.9s13.9-20.9%2013.9-33.5c16.1%203.2%2031.8%208.1%2046.9%2014.5a95.34%2095.34%200%200%201-32.4%2057.5M146.9%20295c-21.4%207.6-44.7%207.4-65.9-.6c2-16.3%205.6-32.3%2010.8-47.9c5.4%203.1%2011.3%205.1%2017.5%206c6.2.8%2012.4.4%2018.5-1.2c6-1.7%2011.6-4.4%2016.6-8.2s9.1-8.5%2012.2-13.9s5.1-11.4%206-17.5c.8-6.2.4-12.5-1.2-18.5s-4.4-11.6-8.2-16.6c-3.8-4.9-8.5-9.1-13.9-12.2c10.8-12.3%2022.9-23.5%2036-33.3c17.6%2014.3%2029.5%2034.5%2033.6%2056.8s.1%2045.4-11.2%2065c-11.4%2019.6-29.4%2034.5-50.7%2042.1zm346.4.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.4%2033.5-56.7c13.1%209.8%2025.2%2021%2036%2033.3c-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M342.6%2086.5c0%2012.4-10.1%2022.5-22.5%2022.5s-22.5-10.1-22.5-22.5S307.7%2064%20320.1%2064s22.5%2010.1%2022.5%2022.5M262.7%20323c0-31.7%2025.7-57.4%2057.4-57.4s57.4%2025.7%2057.4%2057.4s-25.7%2057.4-57.4%2057.4s-57.4-25.7-57.4-57.4m138.6%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.4-65.8c-44.8-42.2-71.6-100-75.2-161.4h119.7c3.4%2029.7%2017.6%2057.1%2039.9%2077s51.2%2030.9%2081.1%2030.9c29%200%2058.7-11%2081.1-30.9m-309-208.3c-.4-12.4%209.4-22.8%2021.8-23.2s22.8%209.4%2023.2%2021.8s-9.4%2022.8-21.8%2023.2s-22.8-9.4-23.2-21.8m455.6-.7c0%2012.4-10.1%2022.5-22.4%2022.5c-12.4%200-22.5-10.1-22.5-22.5s10.1-22.4%2022.5-22.4c12.3%200%2022.4%2010%2022.4%2022.4M382%20159.3c-17.3%2013.8-39.2%2022.8-61.9%2022.8s-44.6-9-61.9-22.8a95.34%2095.34%200%200%201-32.4-57.5c15.1-6.4%2030.8-11.3%2046.9-14.5c0%2012.6%205%2024.6%2013.9%2033.5s20.9%2013.9%2033.5%2013.9s24.6-5%2033.5-13.9s13.9-20.9%2013.9-33.5c16.1%203.2%2031.8%208.1%2046.9%2014.5a95.34%2095.34%200%200%201-32.4%2057.5M146.9%20295c-21.4%207.6-44.7%207.4-65.9-.6c2-16.3%205.6-32.3%2010.8-47.9c5.4%203.1%2011.3%205.1%2017.5%206c6.2.8%2012.4.4%2018.5-1.2c6-1.7%2011.6-4.4%2016.6-8.2s9.1-8.5%2012.2-13.9s5.1-11.4%206-17.5c.8-6.2.4-12.5-1.2-18.5s-4.4-11.6-8.2-16.6c-3.8-4.9-8.5-9.1-13.9-12.2c10.8-12.3%2022.9-23.5%2036-33.3c17.6%2014.3%2029.5%2034.5%2033.6%2056.8s.1%2045.4-11.2%2065c-11.4%2019.6-29.4%2034.5-50.7%2042.1zm346.4.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.4%2033.5-56.7c13.1%209.8%2025.2%2021%2036%2033.3c-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/fa7-brands/screenpal.svg?color=%231a73e8&size=48