Dailybrief Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dailybrief 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/324253.svg" alt="Dailybrief icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324253.svg" alt="Dailybrief icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324253.svg" alt="Dailybrief icon" :width="24" :height="24" />
CSS background
.icon-dailybrief {
background-image: url('https://proicons.com/icon/324253.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"><path d="M17.3322,6.2875c-6.3773,3.6825-8.5624,11.8373-4.8806,18.215,1.7766,3.0532,4.692,5.2767,8.1063,6.1825l-1.4381,5.3671,11.548-6.667c6.3778-3.6827,8.5627-11.8384,4.88-18.2162-.0002-.0003-.0003-.0005-.0005-.0008-3.6825-6.3773-11.8373-8.5624-18.215-4.8806h0Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M30.6682,33.944l-11.548,6.667" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M26.7192,40.782l-4.7092,2.7189" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!