Blue Light Filter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blue Light Filter 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/337328.svg" alt="Blue Light Filter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337328.svg" alt="Blue Light Filter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337328.svg" alt="Blue Light Filter icon" :width="24" :height="24" />
CSS background
.icon-blue-light-filter {
background-image: url('https://proicons.com/icon/337328.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M9.24,25.998l-.661-1.571-1.287-.807,1.287-.807.66-1.57.661,1.57,1.286.807-1.286.807-.66,1.571ZM12.217,19.391l-.94-2.203-1.83-1.131,1.83-1.132.94-2.203.94,2.203,1.83,1.132-1.83,1.131-.94,2.203ZM29.744,9.412c.7225,1.8296,1.0943,3.7789,1.096,5.746,0,8.661-7.021,15.682-15.682,15.682-1.96-.013-3.9-.394-5.719-1.121,2.3479,5.9955,8.1222,9.9464,14.561,9.963,8.66,0,15.682-7.021,15.682-15.682-.0014-6.4425-3.9432-12.2285-9.938-14.588ZM45.5,24c0,11.8741-9.6259,21.5-21.5,21.5S2.5,35.8741,2.5,24,12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5Z"/></svg>
Copied!