Dailyhunt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dailyhunt 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/324255.svg" alt="Dailyhunt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324255.svg" alt="Dailyhunt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324255.svg" alt="Dailyhunt icon" :width="24" :height="24" />
CSS background
.icon-dailyhunt {
background-image: url('https://proicons.com/icon/324255.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m20.9861,12.4943c.6373,1.9915.8763,9.3682.8763,9.3682,0,0-7.7112-.0265-9.3522-.6824-3.9229-1.568-7.0102-4.1103-7.0102-8.0963,0-3.9551,3.1353-7.4404,7.4404-7.4404,4.2247,0,6.8309,3.0545,8.0458,6.8509Z"/><path class="c" d="m35.5057,20.9861c-1.9915.6373-9.3682.8763-9.3682.8763,0,0,.0265-7.7112.6824-9.3522,1.568-3.9229,4.1103-7.0102,8.0963-7.0102,3.9551,0,7.4404,3.1353,7.4404,7.4404,0,4.2247-3.0545,6.8309-6.8509,8.0458Z"/><path class="c" d="m27.0139,35.5057c-.6373-1.9915-.8763-9.3682-.8763-9.3682,0,0,7.7112.0265,9.3522.6824,3.9229,1.568,7.0102,4.1103,7.0102,8.0963,0,3.9551-3.1353,7.4404-7.4404,7.4404-4.2247,0-6.8309-3.0545-8.0458-6.8509Z"/><path class="c" d="m12.4943,27.0139c1.9915-.6373,9.3682-.8763,9.3682-.8763,0,0-.0265,7.7112-.6824,9.3522-1.568,3.9229-4.1103,7.0102-8.0963,7.0102-3.9551,0-7.4404-3.1353-7.4404-7.4404,0-4.2247,3.0545-6.8309,6.8509-8.0458Z"/></svg>
Copied!