adobe photoshop light logo

adobe-photoshop-light from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
adobe-photoshop-light
Set
Material Icon Theme
Style
Color
Viewbox
32×32
License
MIT

Related icons in Material Icon Theme

Use the adobe photoshop light logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><rect width="28" height="28" x="2" y="2" fill="#455a64" rx="4"/><path fill="#64b5f6" d="M23.744 14.716a3.7 3.7 0 0 0-1.066-.408a5.4 5.4 0 0 0-1.245-.157a2.1 2.1 0 0 0-.666.085a.57.57 0 0 0-.345.24a.7.7 0 0 0-.089.324a.56.56 0 0 0 .111.313a1.3 1.3 0 0 0 .378.324q.386.217.79.397a7.8 7.8 0 0 1 1.71.877a2.7 2.7 0 0 1 .878.998a2.8 2.8 0 0 1 .256 1.238a2.96 2.96 0 0 1-.434 1.599a2.83 2.83 0 0 1-1.244 1.07a4.75 4.75 0 0 1-2.011.384a7 7 0 0 1-1.511-.156a4.2 4.2 0 0 1-1.134-.385a.24.24 0 0 1-.122-.228v-2.092a.14.14 0 0 1 .044-.108c.034-.024.067-.012.1.012a4.6 4.6 0 0 0 1.378.59a4.8 4.8 0 0 0 1.311.18a2 2 0 0 0 .923-.169a.56.56 0 0 0 .3-.505a.65.65 0 0 0-.267-.48a4.6 4.6 0 0 0-1.089-.565a6.6 6.6 0 0 1-1.578-.866a3 3 0 0 1-.844-1.021a2.76 2.76 0 0 1-.256-1.226a3 3 0 0 1 .378-1.455a2.8 2.8 0 0 1 1.167-1.105A4 4 0 0 1 21.533 12a9 9 0 0 1 1.378.108a3.7 3.7 0 0 1 .956.277a.2.2 0 0 1 .11.108a.7.7 0 0 1 .023.144v1.96a.15.15 0 0 1-.056.12a.28.28 0 0 1-.2 0M12.38 10H9.99v-.03h-2v12h2V18h2.39A3.62 3.62 0 0 0 16 14.38v-.76A3.62 3.62 0 0 0 12.38 10M14 14.38A1.626 1.626 0 0 1 12.38 16H9.99v-4h2.39A1.626 1.626 0 0 1 14 13.62Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeAdobePhotoshopLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><rect width="28" height="28" x="2" y="2" fill="#455a64" rx="4"/><path fill="#64b5f6" d="M23.744 14.716a3.7 3.7 0 0 0-1.066-.408a5.4 5.4 0 0 0-1.245-.157a2.1 2.1 0 0 0-.666.085a.57.57 0 0 0-.345.24a.7.7 0 0 0-.089.324a.56.56 0 0 0 .111.313a1.3 1.3 0 0 0 .378.324q.386.217.79.397a7.8 7.8 0 0 1 1.71.877a2.7 2.7 0 0 1 .878.998a2.8 2.8 0 0 1 .256 1.238a2.96 2.96 0 0 1-.434 1.599a2.83 2.83 0 0 1-1.244 1.07a4.75 4.75 0 0 1-2.011.384a7 7 0 0 1-1.511-.156a4.2 4.2 0 0 1-1.134-.385a.24.24 0 0 1-.122-.228v-2.092a.14.14 0 0 1 .044-.108c.034-.024.067-.012.1.012a4.6 4.6 0 0 0 1.378.59a4.8 4.8 0 0 0 1.311.18a2 2 0 0 0 .923-.169a.56.56 0 0 0 .3-.505a.65.65 0 0 0-.267-.48a4.6 4.6 0 0 0-1.089-.565a6.6 6.6 0 0 1-1.578-.866a3 3 0 0 1-.844-1.021a2.76 2.76 0 0 1-.256-1.226a3 3 0 0 1 .378-1.455a2.8 2.8 0 0 1 1.167-1.105A4 4 0 0 1 21.533 12a9 9 0 0 1 1.378.108a3.7 3.7 0 0 1 .956.277a.2.2 0 0 1 .11.108a.7.7 0 0 1 .023.144v1.96a.15.15 0 0 1-.056.12a.28.28 0 0 1-.2 0M12.38 10H9.99v-.03h-2v12h2V18h2.39A3.62 3.62 0 0 0 16 14.38v-.76A3.62 3.62 0 0 0 12.38 10M14 14.38A1.626 1.626 0 0 1 12.38 16H9.99v-4h2.39A1.626 1.626 0 0 1 14 13.62Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><rect width="28" height="28" x="2" y="2" fill="#455a64" rx="4"/><path fill="#64b5f6" d="M23.744 14.716a3.7 3.7 0 0 0-1.066-.408a5.4 5.4 0 0 0-1.245-.157a2.1 2.1 0 0 0-.666.085a.57.57 0 0 0-.345.24a.7.7 0 0 0-.089.324a.56.56 0 0 0 .111.313a1.3 1.3 0 0 0 .378.324q.386.217.79.397a7.8 7.8 0 0 1 1.71.877a2.7 2.7 0 0 1 .878.998a2.8 2.8 0 0 1 .256 1.238a2.96 2.96 0 0 1-.434 1.599a2.83 2.83 0 0 1-1.244 1.07a4.75 4.75 0 0 1-2.011.384a7 7 0 0 1-1.511-.156a4.2 4.2 0 0 1-1.134-.385a.24.24 0 0 1-.122-.228v-2.092a.14.14 0 0 1 .044-.108c.034-.024.067-.012.1.012a4.6 4.6 0 0 0 1.378.59a4.8 4.8 0 0 0 1.311.18a2 2 0 0 0 .923-.169a.56.56 0 0 0 .3-.505a.65.65 0 0 0-.267-.48a4.6 4.6 0 0 0-1.089-.565a6.6 6.6 0 0 1-1.578-.866a3 3 0 0 1-.844-1.021a2.76 2.76 0 0 1-.256-1.226a3 3 0 0 1 .378-1.455a2.8 2.8 0 0 1 1.167-1.105A4 4 0 0 1 21.533 12a9 9 0 0 1 1.378.108a3.7 3.7 0 0 1 .956.277a.2.2 0 0 1 .11.108a.7.7 0 0 1 .023.144v1.96a.15.15 0 0 1-.056.12a.28.28 0 0 1-.2 0M12.38 10H9.99v-.03h-2v12h2V18h2.39A3.62 3.62 0 0 0 16 14.38v-.76A3.62 3.62 0 0 0 12.38 10M14 14.38A1.626 1.626 0 0 1 12.38 16H9.99v-4h2.39A1.626 1.626 0 0 1 14 13.62Z"/></svg>
</template>

CSS

.icon-adobe-photoshop-light {
  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%2032%2032%22%3E%3Crect%20width%3D%2228%22%20height%3D%2228%22%20x%3D%222%22%20y%3D%222%22%20fill%3D%22%23455a64%22%20rx%3D%224%22%2F%3E%3Cpath%20fill%3D%22%2364b5f6%22%20d%3D%22M23.744%2014.716a3.7%203.7%200%200%200-1.066-.408a5.4%205.4%200%200%200-1.245-.157a2.1%202.1%200%200%200-.666.085a.57.57%200%200%200-.345.24a.7.7%200%200%200-.089.324a.56.56%200%200%200%20.111.313a1.3%201.3%200%200%200%20.378.324q.386.217.79.397a7.8%207.8%200%200%201%201.71.877a2.7%202.7%200%200%201%20.878.998a2.8%202.8%200%200%201%20.256%201.238a2.96%202.96%200%200%201-.434%201.599a2.83%202.83%200%200%201-1.244%201.07a4.75%204.75%200%200%201-2.011.384a7%207%200%200%201-1.511-.156a4.2%204.2%200%200%201-1.134-.385a.24.24%200%200%201-.122-.228v-2.092a.14.14%200%200%201%20.044-.108c.034-.024.067-.012.1.012a4.6%204.6%200%200%200%201.378.59a4.8%204.8%200%200%200%201.311.18a2%202%200%200%200%20.923-.169a.56.56%200%200%200%20.3-.505a.65.65%200%200%200-.267-.48a4.6%204.6%200%200%200-1.089-.565a6.6%206.6%200%200%201-1.578-.866a3%203%200%200%201-.844-1.021a2.76%202.76%200%200%201-.256-1.226a3%203%200%200%201%20.378-1.455a2.8%202.8%200%200%201%201.167-1.105A4%204%200%200%201%2021.533%2012a9%209%200%200%201%201.378.108a3.7%203.7%200%200%201%20.956.277a.2.2%200%200%201%20.11.108a.7.7%200%200%201%20.023.144v1.96a.15.15%200%200%201-.056.12a.28.28%200%200%201-.2%200M12.38%2010H9.99v-.03h-2v12h2V18h2.39A3.62%203.62%200%200%200%2016%2014.38v-.76A3.62%203.62%200%200%200%2012.38%2010M14%2014.38A1.626%201.626%200%200%201%2012.38%2016H9.99v-4h2.39A1.626%201.626%200%200%201%2014%2013.62Z%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%2032%2032%22%3E%3Crect%20width%3D%2228%22%20height%3D%2228%22%20x%3D%222%22%20y%3D%222%22%20fill%3D%22%23455a64%22%20rx%3D%224%22%2F%3E%3Cpath%20fill%3D%22%2364b5f6%22%20d%3D%22M23.744%2014.716a3.7%203.7%200%200%200-1.066-.408a5.4%205.4%200%200%200-1.245-.157a2.1%202.1%200%200%200-.666.085a.57.57%200%200%200-.345.24a.7.7%200%200%200-.089.324a.56.56%200%200%200%20.111.313a1.3%201.3%200%200%200%20.378.324q.386.217.79.397a7.8%207.8%200%200%201%201.71.877a2.7%202.7%200%200%201%20.878.998a2.8%202.8%200%200%201%20.256%201.238a2.96%202.96%200%200%201-.434%201.599a2.83%202.83%200%200%201-1.244%201.07a4.75%204.75%200%200%201-2.011.384a7%207%200%200%201-1.511-.156a4.2%204.2%200%200%201-1.134-.385a.24.24%200%200%201-.122-.228v-2.092a.14.14%200%200%201%20.044-.108c.034-.024.067-.012.1.012a4.6%204.6%200%200%200%201.378.59a4.8%204.8%200%200%200%201.311.18a2%202%200%200%200%20.923-.169a.56.56%200%200%200%20.3-.505a.65.65%200%200%200-.267-.48a4.6%204.6%200%200%200-1.089-.565a6.6%206.6%200%200%201-1.578-.866a3%203%200%200%201-.844-1.021a2.76%202.76%200%200%201-.256-1.226a3%203%200%200%201%20.378-1.455a2.8%202.8%200%200%201%201.167-1.105A4%204%200%200%201%2021.533%2012a9%209%200%200%201%201.378.108a3.7%203.7%200%200%201%20.956.277a.2.2%200%200%201%20.11.108a.7.7%200%200%201%20.023.144v1.96a.15.15%200%200%201-.056.12a.28.28%200%200%201-.2%200M12.38%2010H9.99v-.03h-2v12h2V18h2.39A3.62%203.62%200%200%200%2016%2014.38v-.76A3.62%203.62%200%200%200%2012.38%2010M14%2014.38A1.626%201.626%200%200%201%2012.38%2016H9.99v-4h2.39A1.626%201.626%200%200%201%2014%2013.62Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/adobe-photoshop-light.svg?color=%231a73e8&size=48