This Artist Proves That You Can Find Art In Anything, Even Death And Depression
Visual Art
By David /
July, 06, 2025
A 32-year-old, Polish artist, Igor Dobrowolski is creating portraits. The unique part about these portraits is that these portraits are based on death, depression, war, problems of the poor and homeless, addiction, narcissism, and lack of empathy.
He is a self-taught street artist and he started in 2014. Since he got recognition, he has exhibited his art in Los Angeles, London, Berlin, and Warsaw.
While talking about his portraits, he said, “It is very important for me to include, in all of my works the particle of hope, because I believe it’s going to be better even after the greatest tragedies, perhaps for life or maybe death. I do not want to be too lofty, it’s just the way I feel and I do not know how to put it into words.”
Celebrities like Channing Tatum, Gigi Hadid, Nicole Scherzinger, and Mohamed Hadid have included his pieces of art in their collection.
Take a look at his collection and maybe you will be able to find something positive out of your depressing life.
The post This Artist Proves That You Can Find Art In Anything, Even Death And Depression appeared first on The Artistic Trap.
","
","
\n\n
","
","
","
\n\n
","
","
\n\n
","
","
The post This Artist Proves That You Can Find Art In Anything, Even Death And Depression appeared first on The Artistic Trap.
"],"image":"https://idc-ads-media-production.s3.ap-south-1.amazonaws.com/CMS/death-1640587166654-1640588689587.jpg","slug":"this-artist-proves-that-you-can-find-art-in-anything-even-death-and-depression","stores":[],"awic_rule":null,"domains":[{"id":3,"name":"The Artistic Trap","domain_url":"theartistictrap.com","domain_story":{"id":2621,"story_id":1721,"domain_id":3,"deletedAt":null,"createdAt":"2021-12-12T05:23:34.000Z","updatedAt":"2021-12-12T05:23:34.000Z"}}],"categories":[{"id":15,"name":"Visual Art","story_category":{"id":1259,"story_id":1721,"category_id":15,"deletedAt":null,"createdAt":"2021-12-12T05:39:54.000Z","updatedAt":"2021-12-12T05:39:54.000Z"}}]};
let domainData = {"id":3,"name":"The Artistic Trap","domain_url":"theartistictrap.com","header_script":null,"footer_script":null,"logo":"https://idc-ads-media-production.s3.ap-south-1.amazonaws.com/CMS/IzkPF-1651484387552.png","logo_light":"https://idc-ads-media-production.s3.ap-south-1.amazonaws.com/CMS/ZLjNC-1651484398712.png","og_image":"","apple_touch_icon":"","affiliate_id":"FNX4R","analytics_id":null,"fb_pixels":null,"fb_page_id":null,"tracking_domain":"www.qrsb4k3.com","cdn_domain":null,"description":"Art is limitless, it shatters all the boundaries making way for talent to flow in. Indulging in art is equivalent to therapy. Exhausted by the daily hustle? Let art be your road to serenity. artistictrap.com is a package of inspiration and creativity waiting to be unwrapped by you.","favicon":"https://idc-ads-media-production.s3.ap-south-1.amazonaws.com/CMS/4rkks-1651484402911.jpeg","keyword":null,"dms_id":null,"agency_id":1,"user_id":1,"status":"Published","robot_file":null,"ads_file":"google.com, pub-8886947692614071, DIRECT, f08c47fec0942fa0","is_private":false,"deletedAt":null,"createdAt":"2021-12-09T08:54:39.000Z","updatedAt":"2024-03-07T05:55:08.000Z","categories":[{"id":17,"name":"Photography","slug":"photography","children_category":[],"domain_category":{"id":1392,"domain_id":3,"is_menu":true,"category_id":17,"deletedAt":null,"createdAt":"2024-02-05T10:47:39.000Z","updatedAt":"2024-02-05T10:47:39.000Z"}},{"id":16,"name":"Re-create","slug":"re-create","children_category":[],"domain_category":{"id":1393,"domain_id":3,"is_menu":true,"category_id":16,"deletedAt":null,"createdAt":"2024-02-05T10:47:39.000Z","updatedAt":"2024-02-05T10:47:39.000Z"}},{"id":15,"name":"Visual Art","slug":"visual-art","children_category":[],"domain_category":{"id":1394,"domain_id":3,"is_menu":true,"category_id":15,"deletedAt":null,"createdAt":"2024-02-05T10:47:39.000Z","updatedAt":"2024-02-05T10:47:39.000Z"}},{"id":14,"name":"Inspiration","slug":"inspiration","children_category":[],"domain_category":{"id":1395,"domain_id":3,"is_menu":true,"category_id":14,"deletedAt":null,"createdAt":"2024-02-05T10:47:39.000Z","updatedAt":"2024-02-05T10:47:39.000Z"}}],"banners":[]};
let campaignData = null;
let url = new URL(window.location.href);
let query = url.search.replace('?','');
let uid = url.searchParams.get("uid")
let channelId = campaignData?.channelId
const ncidData = url.searchParams.get("ncid")
const rsoc = url.searchParams.get("rsfc");
const dyn = url.searchParams.get("dyn");
const pixel = url.searchParams.get("pixel");
const nrm = url.searchParams.get("nrm");
const readMore = document.getElementById('read-more');
readMore.style.visibility = "hidden";
const regex = /pixel=([^&]+)/;
const match = query.match(regex);
let pixelValue = "";
if (match) {
pixelValue = decodeURIComponent(match[1]);
}
let replacedString;
if(pixel && pixel.includes("pixel")){
replacedString = query.replace(regex, "pixel=12345678");
}else{
replacedString = query.replace(regex, `pixel=${pixelValue}`);
}
if(rsoc){
const elementsToRemove = document.querySelectorAll(".sas-keywords-box");
const newDiv1 = document.createElement("div");
newDiv1.id = "relatedsearches2"
newDiv1.className = "blog_artical";
const parentElement = elementsToRemove[0]?.parentNode;
parentElement?.insertBefore(newDiv1, elementsToRemove[0]);
elementsToRemove.forEach((element,index) => {
element.remove();
});
}
if(ncidData && rsoc){
const mainContent = document.getElementById('blog-data');
const mainRoute = document.getElementById('main-route');
const leftSidebar = document.getElementById('left_sidebar');
const rightSidebar = document.getElementById('sidebar');
const clickId = `${Date.now()}${Math.floor(Math.random() * 99) + 1000}`;
const currentTimestamp = Date.now();
leftSidebar.style.visibility = "hidden";
rightSidebar.style.display = "none";
mainRoute.style.display = "inline";
if(!nrm){
readMore.style.visibility = "visible";
mainContent.style.display = "none";
}
readMore.addEventListener('click', function() {
readMore.style.visibility = "hidden";
mainContent.style.display = "block";
});
var pageOptions = {
pubId: "partner-pub-8886947692614071", // Make sure this is the correct client ID!
styleId: "8711171478",
relatedSearchTargeting: "content",
resultsPageBaseUrl: encodeURI(`https://track.${domainData.domain_url}/?searchpage=https://search.${domainData.domain_url}/web/search&${replacedString}&visitTime=${currentTimestamp}&clickId=${clickId}&ch=${channelId}&platformId=${campaignData?.platformId}&categoryId=${campaignData?.categoryId}&kwsetId=${campaignData?.kwsetId}`) ,
resultsPageQueryParam: "q", // (Default to "q") Matches the param denoting the query on the search page,
terms: "",
};
var rsblock1 = {
container: "relatedsearches1",
relatedSearches: 5,
};
var rsblock2 = {
container: "relatedsearches2",
relatedSearches: 5,
};
_googCsa("relatedsearch", pageOptions, rsblock2);
_googCsa("relatedsearch", pageOptions, rsblock1);
let relatedKeywords = document.getElementsByClassName("keyword-related-a");
for (let i = 0; i < relatedKeywords.length; i++) {
const link = relatedKeywords[i];
let url = new URL(window.location);
url.pathname = "/web/search";
url.searchParams.set("q", link.textContent.trim());
// Update the desired attribute, such as href
link.href = url.href;
}
// document.querySelector("input[name='pixel']").value = url.searchParams.get("pixel") ?? "";
// document.querySelector("input[name='ncid']").value = url.searchParams.get("ncid") ?? "";
// document.querySelector("input[name='ch']").value = url.searchParams.get("ch") ?? "";
window.addEventListener("beforeunload", function (event) {
var link = event.currentTarget.location.href;
let nextUrl = new URL(link);
// fbq('track', 'Search');
});
}
if(dyn =="1" && campaignData){
const mainContent = document.getElementById('blog-data');
const mainRoute = document.getElementById('main-route');
const leftSidebar = document.getElementById('left_sidebar');
const rightSidebar = document.getElementById('sidebar');
const clickId = `${Date.now()}${Math.floor(Math.random() * 99) + 1000}`;
const currentTimestamp = Date.now();
leftSidebar.style.visibility = "hidden";
rightSidebar.style.display = "none";
mainRoute.style.display = "inline";
if(!nrm){
readMore.style.visibility = "visible";
mainContent.style.display = "none";
}
readMore.addEventListener('click', function() {
readMore.style.visibility = "hidden";
mainContent.style.display = "block";
});
var rsblock1 = {
container: "relatedsearches1",
relatedSearches: 5,
};
var rsblock2 = {
container: "relatedsearches2",
relatedSearches: 5,
};
window.addEventListener("beforeunload", function (event) {
var link = event.currentTarget.location.href;
let nextUrl = new URL(link);
});
}