photoshop icon
photoshop from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- photoshop
- Set
- Mage Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
Use the photoshop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.45 10.48a1.3 1.3 0 0 1-1 1.33a4.8 4.8 0 0 1-1.61.19c-.14 0-.15-.09-.15-.19V9.26c0-.07.07-.19.11-.19a4.9 4.9 0 0 1 1.71.11a1.28 1.28 0 0 1 .94 1.3"/><path fill="currentColor" d="M17 2H7a5 5 0 0 0-5 5v10a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V7a5 5 0 0 0-5-5m-6 11a3.5 3.5 0 0 1-1.68.54H7.98c-.28 0-.28 0-.28.27v2.32c0 .2-.06.26-.26.26H6.12c-.19 0-.24-.07-.24-.25V7.71c0-.2 0-.26.25-.26h3.13a3.34 3.34 0 0 1 1.62.47a2.75 2.75 0 0 1 1.4 2.39A2.83 2.83 0 0 1 11 13m5.92 3.3a4.6 4.6 0 0 1-2.73.19q-.409-.09-.8-.24a.29.29 0 0 1-.16-.2v-1.51c.32.12.62.26.93.36a3.66 3.66 0 0 0 1.61.14q.162-.03.31-.1a.37.37 0 0 0 .08-.63a4 4 0 0 0-.73-.4c-.41-.2-.83-.36-1.22-.59a1.82 1.82 0 0 1-1-1.93a2 2 0 0 1 1.36-1.63a4.2 4.2 0 0 1 2-.17c.32 0 .63.12.95.18c.17 0 .23.14.22.31v1.17c0 .22-.05.24-.25.16a3.87 3.87 0 0 0-2-.34a.9.9 0 0 0-.28.08a.37.37 0 0 0-.1.63q.434.289.91.5c.38.19.78.34 1.15.55a1.73 1.73 0 0 1 1 1.79a1.92 1.92 0 0 1-1.26 1.64z"/></svg>
React
import type { SVGProps } from "react";
export function MagePhotoshop(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.45 10.48a1.3 1.3 0 0 1-1 1.33a4.8 4.8 0 0 1-1.61.19c-.14 0-.15-.09-.15-.19V9.26c0-.07.07-.19.11-.19a4.9 4.9 0 0 1 1.71.11a1.28 1.28 0 0 1 .94 1.3"/><path fill="currentColor" d="M17 2H7a5 5 0 0 0-5 5v10a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V7a5 5 0 0 0-5-5m-6 11a3.5 3.5 0 0 1-1.68.54H7.98c-.28 0-.28 0-.28.27v2.32c0 .2-.06.26-.26.26H6.12c-.19 0-.24-.07-.24-.25V7.71c0-.2 0-.26.25-.26h3.13a3.34 3.34 0 0 1 1.62.47a2.75 2.75 0 0 1 1.4 2.39A2.83 2.83 0 0 1 11 13m5.92 3.3a4.6 4.6 0 0 1-2.73.19q-.409-.09-.8-.24a.29.29 0 0 1-.16-.2v-1.51c.32.12.62.26.93.36a3.66 3.66 0 0 0 1.61.14q.162-.03.31-.1a.37.37 0 0 0 .08-.63a4 4 0 0 0-.73-.4c-.41-.2-.83-.36-1.22-.59a1.82 1.82 0 0 1-1-1.93a2 2 0 0 1 1.36-1.63a4.2 4.2 0 0 1 2-.17c.32 0 .63.12.95.18c.17 0 .23.14.22.31v1.17c0 .22-.05.24-.25.16a3.87 3.87 0 0 0-2-.34a.9.9 0 0 0-.28.08a.37.37 0 0 0-.1.63q.434.289.91.5c.38.19.78.34 1.15.55a1.73 1.73 0 0 1 1 1.79a1.92 1.92 0 0 1-1.26 1.64z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.45 10.48a1.3 1.3 0 0 1-1 1.33a4.8 4.8 0 0 1-1.61.19c-.14 0-.15-.09-.15-.19V9.26c0-.07.07-.19.11-.19a4.9 4.9 0 0 1 1.71.11a1.28 1.28 0 0 1 .94 1.3"/><path fill="currentColor" d="M17 2H7a5 5 0 0 0-5 5v10a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V7a5 5 0 0 0-5-5m-6 11a3.5 3.5 0 0 1-1.68.54H7.98c-.28 0-.28 0-.28.27v2.32c0 .2-.06.26-.26.26H6.12c-.19 0-.24-.07-.24-.25V7.71c0-.2 0-.26.25-.26h3.13a3.34 3.34 0 0 1 1.62.47a2.75 2.75 0 0 1 1.4 2.39A2.83 2.83 0 0 1 11 13m5.92 3.3a4.6 4.6 0 0 1-2.73.19q-.409-.09-.8-.24a.29.29 0 0 1-.16-.2v-1.51c.32.12.62.26.93.36a3.66 3.66 0 0 0 1.61.14q.162-.03.31-.1a.37.37 0 0 0 .08-.63a4 4 0 0 0-.73-.4c-.41-.2-.83-.36-1.22-.59a1.82 1.82 0 0 1-1-1.93a2 2 0 0 1 1.36-1.63a4.2 4.2 0 0 1 2-.17c.32 0 .63.12.95.18c.17 0 .23.14.22.31v1.17c0 .22-.05.24-.25.16a3.87 3.87 0 0 0-2-.34a.9.9 0 0 0-.28.08a.37.37 0 0 0-.1.63q.434.289.91.5c.38.19.78.34 1.15.55a1.73 1.73 0 0 1 1 1.79a1.92 1.92 0 0 1-1.26 1.64z"/></svg> </template>
CSS
.icon-photoshop {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.45%2010.48a1.3%201.3%200%200%201-1%201.33a4.8%204.8%200%200%201-1.61.19c-.14%200-.15-.09-.15-.19V9.26c0-.07.07-.19.11-.19a4.9%204.9%200%200%201%201.71.11a1.28%201.28%200%200%201%20.94%201.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%202H7a5%205%200%200%200-5%205v10a5%205%200%200%200%205%205h10a5%205%200%200%200%205-5V7a5%205%200%200%200-5-5m-6%2011a3.5%203.5%200%200%201-1.68.54H7.98c-.28%200-.28%200-.28.27v2.32c0%20.2-.06.26-.26.26H6.12c-.19%200-.24-.07-.24-.25V7.71c0-.2%200-.26.25-.26h3.13a3.34%203.34%200%200%201%201.62.47a2.75%202.75%200%200%201%201.4%202.39A2.83%202.83%200%200%201%2011%2013m5.92%203.3a4.6%204.6%200%200%201-2.73.19q-.409-.09-.8-.24a.29.29%200%200%201-.16-.2v-1.51c.32.12.62.26.93.36a3.66%203.66%200%200%200%201.61.14q.162-.03.31-.1a.37.37%200%200%200%20.08-.63a4%204%200%200%200-.73-.4c-.41-.2-.83-.36-1.22-.59a1.82%201.82%200%200%201-1-1.93a2%202%200%200%201%201.36-1.63a4.2%204.2%200%200%201%202-.17c.32%200%20.63.12.95.18c.17%200%20.23.14.22.31v1.17c0%20.22-.05.24-.25.16a3.87%203.87%200%200%200-2-.34a.9.9%200%200%200-.28.08a.37.37%200%200%200-.1.63q.434.289.91.5c.38.19.78.34%201.15.55a1.73%201.73%200%200%201%201%201.79a1.92%201.92%200%200%201-1.26%201.64z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.45%2010.48a1.3%201.3%200%200%201-1%201.33a4.8%204.8%200%200%201-1.61.19c-.14%200-.15-.09-.15-.19V9.26c0-.07.07-.19.11-.19a4.9%204.9%200%200%201%201.71.11a1.28%201.28%200%200%201%20.94%201.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%202H7a5%205%200%200%200-5%205v10a5%205%200%200%200%205%205h10a5%205%200%200%200%205-5V7a5%205%200%200%200-5-5m-6%2011a3.5%203.5%200%200%201-1.68.54H7.98c-.28%200-.28%200-.28.27v2.32c0%20.2-.06.26-.26.26H6.12c-.19%200-.24-.07-.24-.25V7.71c0-.2%200-.26.25-.26h3.13a3.34%203.34%200%200%201%201.62.47a2.75%202.75%200%200%201%201.4%202.39A2.83%202.83%200%200%201%2011%2013m5.92%203.3a4.6%204.6%200%200%201-2.73.19q-.409-.09-.8-.24a.29.29%200%200%201-.16-.2v-1.51c.32.12.62.26.93.36a3.66%203.66%200%200%200%201.61.14q.162-.03.31-.1a.37.37%200%200%200%20.08-.63a4%204%200%200%200-.73-.4c-.41-.2-.83-.36-1.22-.59a1.82%201.82%200%200%201-1-1.93a2%202%200%200%201%201.36-1.63a4.2%204.2%200%200%201%202-.17c.32%200%20.63.12.95.18c.17%200%20.23.14.22.31v1.17c0%20.22-.05.24-.25.16a3.87%203.87%200%200%200-2-.34a.9.9%200%200%200-.28.08a.37.37%200%200%200-.1.63q.434.289.91.5c.38.19.78.34%201.15.55a1.73%201.73%200%200%201%201%201.79a1.92%201.92%200%200%201-1.26%201.64z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/photoshop.svg?color=%231a73e8&size=48