Material You Light Dark Icons Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Material You Light Dark Icons icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/328913.svg" alt="Material You Light Dark Icons icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328913.svg" alt="Material You Light Dark Icons icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328913.svg" alt="Material You Light Dark Icons icon" :width="24" :height="24" />
CSS background
.icon-material-you-light-dark-icons {
background-image: url('https://proicons.com/icon/328913.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M29.2151,44.4573c-1.6493.1159-3.209-.4159-4.7144-1.1461-.3613-.1752-.6419-.1947-1.0167.001-1.9183,1.0015-3.9799,1.4003-6.1129,1.0886-2.5313-.37-4.3557-1.8311-5.6381-4.0131-.4391-.7472-.7766-1.5371-1.017-2.3635-.1164-.4001-.3272-.5933-.7199-.7223-1.9243-.6321-3.66-1.5737-4.9135-3.2271-1.5276-2.015-1.83-4.2931-1.3735-6.7146.1959-1.0392.561-2.0261,1.0626-2.9579.1424-.2645.1389-.4822-.0021-.7566-.9928-1.9316-1.4844-3.9896-1.1802-6.1472.3666-2.6006,1.835-4.4986,4.094-5.7949.7612-.4368,1.5562-.8112,2.4107-1.0297.3859-.0987.5096-.3649.6166-.7054.6407-2.0401,1.6774-3.8316,3.4696-5.0682,2.4254-1.6734,5.0589-1.7152,7.7722-.8399.5452.1759,1.0912.3718,1.5769.6797.3311.2099.607.1707.9316.0016,1.0816-.5635,2.2265-.9564,3.4344-1.1298,3.7005-.5313,6.7198,1.0282,8.435,4.1119.4281.7696.7794,1.5697,1.0258,2.413.087.2978.2599.4511.5461.5311,1.4322.4005,2.7372,1.0648,3.8559,2.0393,1.6729,1.4573,2.6064,3.2867,2.7146,5.5387.0906,1.8863-.3608,3.632-1.1823,5.3017-.1561.3173-.1584.5873.0027.9016.9463,1.8461,1.3619,3.8107,1.1547,5.8748-.2001,1.9928-1.1467,3.6177-2.6401,4.9352-1.0961.967-2.3906,1.5732-3.758,2.031-.4076.1364-.6311.3565-.7523.766-.4353,1.4715-1.133,2.8145-2.1898,3.9315-1.575,1.6648-3.4901,2.5857-5.8926,2.4698v-.0002Z"/><path class="b" d="M24,4.8829c-5.2976,0-9.5921,4.2945-9.5921,9.5921,0,5.2976,4.2945,9.5921,9.5921,9.5921s9.5921,4.2945,9.5921,9.5921-4.2945,9.5921-9.5921,9.5921"/></svg>
Copied!