Blue Light Card Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blue Light Card 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/337327.svg" alt="Blue Light Card icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337327.svg" alt="Blue Light Card icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337327.svg" alt="Blue Light Card icon" :width="24" :height="24" />
CSS background
.icon-blue-light-card {
background-image: url('https://proicons.com/icon/337327.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M24,2.5l5.4303,8.3902,9.7725-2.0929-2.0929,9.7725,8.3902,5.4303-8.3902,5.4303,2.0929,9.7725-9.7725-2.0929-5.4303,8.3902-5.4303-8.3902-9.7725,2.0929,2.0929-9.7725-8.3902-5.4303,8.3902-5.4303-2.0929-9.7725,9.7725,2.0929,5.4303-8.3902Z"/><path class="b" d="M24,14.5939l-.8887,2.8047c-1.1426.1578-2.2247.6093-3.1406,1.3105l-2.6211-1.3594,1.3594,2.6211c-.7012.9159-1.1527,1.998-1.3105,3.1406l-2.8047.8887,2.8047.8887c.1578,1.1426.6093,2.2247,1.3105,3.1406l-1.3594,2.6211,2.6211-1.3594c.9159.7012,1.998,1.1527,3.1406,1.3105l.8887,2.8047.8887-2.8047c1.1426-.1578,2.2247-.6093,3.1406-1.3105l2.6211,1.3594-1.3594-2.6211c.7012-.9159,1.1527-1.998,1.3105-3.1406l2.8047-.8887-2.8008-.8887c-.1549-1.1472-.6059-2.2343-1.3086-3.1543l1.3535-2.6074-2.6074,1.3535c-.92-.7027-2.0071-1.1537-3.1543-1.3086l-.8887-2.8008h.0001Z"/><path class="b" d="M24,9.2397l3.7279,5.76,6.7092-1.4368-1.4369,6.7089,5.7601,3.7282-5.76,3.7279,1.4368,6.7092-6.7089-1.4369-3.7282,5.7601-3.7279-5.76-6.7092,1.4368,1.4369-6.7089-5.7601-3.7282,5.76-3.7279-1.4368-6.7092,6.7089,1.4369,3.7282-5.7601Z"/><circle class="b" cx="24" cy="23.9999" r="5"/><path class="b" d="M24,21.6479v4.7031"/><path class="b" d="M26.036,22.8239l-4.073,2.3516"/><path class="b" d="M21.964,22.8239l4.073,2.3516"/></svg>
Copied!