Dr Nyheder Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dr Nyheder 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/339275.svg" alt="Dr Nyheder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339275.svg" alt="Dr Nyheder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339275.svg" alt="Dr Nyheder icon" :width="24" :height="24" />
CSS background
.icon-dr-nyheder {
background-image: url('https://proicons.com/icon/339275.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path class="c" d="M19.528,34.327c-.207,0-1.781.122-3.745-.585-1.958-.706-3.806-1.512-5.36-2.442-1.554-.929-2.836-1.916-3.729-2.785-.893-.869-1.394-1.494-1.398-2.078-.003-.492.216-1.244.634-2.118.417-.874,1.036-1.869,1.842-2.848.806-.979,1.803-1.959,2.937-2.863,1.776-1.416,3.337-2.389,3.844-2.301.616.107-4.737,9.773,3.893,15.316,3.08,1.919,2.439,2.704,1.082,2.704Z"/><path class="c" d="M18.68,34.335h0"/><path class="c" d="M24.502,30.002c-4.239,0-7.675-3.433-7.675-7.669s3.436-7.668,7.675-7.668,7.675,3.433,7.675,7.668-3.436,7.669-7.675,7.669Z"/><path class="c" d="M29.472,34.327c.207,0,1.781.122,3.745-.585,1.958-.706,3.806-1.512,5.36-2.442,1.554-.929,2.836-1.916,3.729-2.785.893-.869,1.394-1.494,1.398-2.078.003-.492-.216-1.244-.634-2.118-.417-.874-1.036-1.869-1.842-2.848s-1.803-1.959-2.937-2.863c-1.776-1.416-3.337-2.389-3.844-2.301-.616.107,4.737,9.773-3.893,15.316-3.08,1.919-2.439,2.704-1.082,2.704Z"/></g></svg>
Copied!