Lumii Photo Editor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lumii Photo Editor 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/328720.svg" alt="Lumii Photo Editor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328720.svg" alt="Lumii Photo Editor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328720.svg" alt="Lumii Photo Editor icon" :width="24" :height="24" />
CSS background
.icon-lumii-photo-editor {
background-image: url('https://proicons.com/icon/328720.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M14.756,27.0079c-3.0982,1.1117-4.8202,4.4194-3.954,7.595.8983,3.3797,4.3663,5.3914,7.746,4.4931.0271-.0072.0541-.0146.081-.0221,1.525-.527,2.859-1.561,3.771-3.956.913-2.395,1.051-7.389.837-12.552-.21-5.086-1.308-7.04-2.483-9.069-1.624-2.804-5.584-4.807-8.827-4.807-4.1013-.0006-7.4264,3.3237-7.427,7.425h0c0,3.171,2.057,6.897,4.789,8.589,3.603,2.232,7.45,2.36,11.349,4.62,1.424.825,2.068,2.635,2.109,4.292M33.244,27.0079c3.0982,1.1117,4.8202,4.4194,3.954,7.595-.8983,3.3797-4.3663,5.3914-7.746,4.4931-.0271-.0072-.0541-.0146-.081-.0221-1.525-.527-2.859-1.561-3.771-3.956-.913-2.395-1.051-7.389-.837-12.552.21-5.086,1.308-7.04,2.483-9.069,1.624-2.804,5.584-4.807,8.827-4.807,4.1013-.0006,7.4264,3.3237,7.427,7.425h0c0,3.171-2.057,6.897-4.789,8.589-3.603,2.232-7.45,2.36-11.349,4.62-1.424.825-2.068,2.635-2.109,4.292"/></svg>
Copied!