Flashlight Tiramisu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flashlight Tiramisu 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/325953.svg" alt="Flashlight Tiramisu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325953.svg" alt="Flashlight Tiramisu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325953.svg" alt="Flashlight Tiramisu icon" :width="24" :height="24" />
CSS background
.icon-flashlight-tiramisu {
background-image: url('https://proicons.com/icon/325953.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><polygon class="b" points="32.913 19.1404 32.913 26.7931 28.54 30.8624 28.54 38.5 19.46 38.5 19.46 30.8624 15.087 26.7931 15.087 19.1404 32.913 19.1404"/><line class="b" x1="24" y1="9.5" x2="24" y2="12.5511"/><line class="b" x1="12.9295" y1="13.9649" x2="15.087" y2="16.1223"/><line class="b" x1="35.0705" y1="13.9649" x2="32.913" y2="16.1223"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!