Echo Nightly Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Echo Nightly 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/339503.svg" alt="Echo Nightly icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339503.svg" alt="Echo Nightly icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339503.svg" alt="Echo Nightly icon" :width="24" :height="24" />
CSS background
.icon-echo-nightly {
background-image: url('https://proicons.com/icon/339503.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M44.1454,20.9149c-.86-.79-1.35-1.9-1.34-3.0601,0-.42.06-.86.19-1.27.14-.41.2-.84.19-1.27,0-1.96-1.36-3.6401-3.2701-4.0601-1.58-.35-2.8301-1.59-3.1801-3.1801-.42-1.91-2.11-3.2701-4.0601-3.2701-.42,0-.86.05-1.27.19-1.54.5-3.2401.06-4.3301-1.14-.09-.1-.18-.19-.27-.27-1.7-1.55-4.3401-1.42-5.8801.27-.79.86-1.9,1.35-3.0601,1.34-.42,0-.86-.06-1.27-.19s-.84-.19-1.27-.19c-1.96,0-3.6401,1.36-4.0601,3.2701-.35,1.58-1.59,2.83-3.1801,3.1801-1.91.42-3.2701,2.11-3.2701,4.0601,0,.42.05.86.19,1.27.13.41.2.84.19,1.27,0,1.16-.48,2.27-1.34,3.0601-.1.09-.19.18-.27.27-1.55,1.7-1.42,4.3401.27,5.8801.86.79,1.35,1.9,1.34,3.0601,0,.42-.06.86-.19,1.27s-.19.84-.19,1.27c0,1.96,1.36,3.6401,3.2701,4.0601,1.58.35,2.83,1.59,3.1801,3.1801.42,1.91,2.11,3.2701,4.0601,3.2701.42,0,.86-.05,1.27-.19.41-.13.84-.2,1.27-.19,1.16,0,2.27.48,3.0601,1.34.09.1.18.19.27.27,1.7,1.55,4.3401,1.42,5.8801-.27.79-.86,1.9-1.35,3.0601-1.34.42,0,.86.06,1.27.19.41.13.84.19,1.27.19,1.96,0,3.6401-1.36,4.0601-3.2701.35-1.58,1.59-2.83,3.1801-3.1801,1.91-.42,3.2701-2.11,3.2701-4.0601,0-.42-.05-.86-.19-1.27-.13-.41-.2-.84-.19-1.27,0-1.16.48-2.27,1.34-3.0601.1-.09.19-.18.27-.27,1.55-1.7,1.42-4.3401-.27-5.8801v-.01ZM33.2952,24.965c-.17.29-.41.54-.71.71l-11.4302,6.6001c-.93.54-2.11.22-2.65-.71-.17-.29-.26-.63-.26-.97v-13.2002c0-1.07.87-1.94,1.94-1.94.35,0,.68.09.97.26l11.4302,6.6001c.93.54,1.25,1.73.71,2.65Z"/></svg>
Copied!