Blip Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blip 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/322727.svg" alt="Blip icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322727.svg" alt="Blip icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322727.svg" alt="Blip icon" :width="24" :height="24" />
CSS background
.icon-blip {
background-image: url('https://proicons.com/icon/322727.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 class="d" d="M11.2983,7.9864c.2186-1.2394.3279-1.8592.6413-2.3238.2763-.4096.6622-.7334,1.1135-.9344.512-.228,1.1413-.228,2.3999-.228l15.5489-.0003c1.7277,0,2.5916,0,3.2034.3532.5368.3099.9474.799,1.1595,1.3815.2417.6638.0919,1.5146-.2077,3.2162l-.5017,2.8493,5.5244-.0003c.8639,0,1.2959,0,1.6018.1765.2685.155.4738.3996.5798.6908.1209.3319.046.7573-.1038,1.6081l-.6307,3.5819c-.1092.62-.1638.93-.3205,1.1624-.1381.2048-.3311.3668-.5568.4673-.2561.114-.5708.114-1.2003.114h-6.2723l-1.3732,7.7986,5.5244-.0003c.8639,0,1.2959,0,1.6018.1765.2685.1549.4737.3995.5798.6907.1209.3319.046.7573-.1038,1.6082l-.6307,3.5819c-.1092.62-.1638.9299-.3205,1.1623-.1381.2049-.3311.3669-.5568.4674-.2561.114-.5708.114-1.2003.114h-6.2723l-.7593,4.3122c-.2183,1.2399-.3275,1.8599-.6409,2.3247-.2763.4098-.6622.7336-1.1137.9347-.5121.228-1.1416.228-2.4007.228h-15.5485c-1.7282,0-2.5923,0-3.2042-.3533-.537-.3101-.9474-.7993-1.1595-1.3819-.2416-.664-.0915-1.515.2087-3.2169L11.2983,7.9864ZM30.525,35.6988l1.3756-7.7982h-14.3037c-.6295,0-.9443,0-1.2003.114-.2257.1005-.4187.2625-.5568.4674-.1567.2324-.2113.5424-.3204,1.1623l-.6303,3.5793c-.1498.8508-.2247,1.2763-.1038,1.6082.1061.2912.3114.5358.5798.6907.306.1766.7379.1765,1.6018.1765l13.5582-.0003ZM34.6524,12.3012l-1.3756,7.7982-13.5583.0005c-.8639,0-1.2959,0-1.6018-.1766-.2685-.1549-.4737-.3995-.5797-.6907-.1209-.3319-.046-.7573.1038-1.6081l.6303-3.5794c.1092-.62.1638-.93.3204-1.1624.1381-.2048.3311-.3668.5568-.4673.2561-.114.5708-.114,1.2003-.114h14.3037Z"/></svg>
Copied!