new releases icon
new-releases from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- new-releases
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the new releases icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M11.514 2.093c.313-.124.66-.124.972 0c1.006.401 1.203 1.944 2.39 2.03c.836.06 1.657-.636 2.496-.427c.338.084.63.3.814.6c.561.922-.163 2.277.752 3.042c.636.53 1.687.462 2.24 1.113c.233.274.347.632.317.993c-.088 1.073-1.456 1.744-1.155 2.9c.207.8 1.085 1.363 1.155 2.212a1.36 1.36 0 0 1-.317.993c-.695.818-2.197.549-2.63 1.657c-.305.778.086 1.762-.362 2.497a1.33 1.33 0 0 1-.814.601c-1.042.26-2.1-.86-3.102-.228c-.716.45-.972 1.508-1.784 1.83a1.3 1.3 0 0 1-.972 0c-.812-.322-1.068-1.38-1.784-1.83c-.99-.624-2.078.483-3.102.228a1.33 1.33 0 0 1-.814-.6c-.561-.922.163-2.277-.752-3.042c-.636-.53-1.687-.462-2.24-1.113a1.36 1.36 0 0 1-.317-.993c.07-.849.947-1.412 1.156-2.212c.297-1.144-1.069-1.843-1.156-2.9a1.36 1.36 0 0 1 .317-.993c.695-.818 2.197-.548 2.63-1.657c.305-.778-.086-1.762.362-2.497c.183-.301.475-.517.814-.601c.84-.21 1.66.488 2.496.427c1.187-.086 1.384-1.629 2.39-2.03Z"/><path stroke-linecap="round" d="M9 13.333s.875 0 1.75 1.667c0 0 2.78-4.167 5.25-5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsNewReleases(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path d="M11.514 2.093c.313-.124.66-.124.972 0c1.006.401 1.203 1.944 2.39 2.03c.836.06 1.657-.636 2.496-.427c.338.084.63.3.814.6c.561.922-.163 2.277.752 3.042c.636.53 1.687.462 2.24 1.113c.233.274.347.632.317.993c-.088 1.073-1.456 1.744-1.155 2.9c.207.8 1.085 1.363 1.155 2.212a1.36 1.36 0 0 1-.317.993c-.695.818-2.197.549-2.63 1.657c-.305.778.086 1.762-.362 2.497a1.33 1.33 0 0 1-.814.601c-1.042.26-2.1-.86-3.102-.228c-.716.45-.972 1.508-1.784 1.83a1.3 1.3 0 0 1-.972 0c-.812-.322-1.068-1.38-1.784-1.83c-.99-.624-2.078.483-3.102.228a1.33 1.33 0 0 1-.814-.6c-.561-.922.163-2.277-.752-3.042c-.636-.53-1.687-.462-2.24-1.113a1.36 1.36 0 0 1-.317-.993c.07-.849.947-1.412 1.156-2.212c.297-1.144-1.069-1.843-1.156-2.9a1.36 1.36 0 0 1 .317-.993c.695-.818 2.197-.548 2.63-1.657c.305-.778-.086-1.762.362-2.497c.183-.301.475-.517.814-.601c.84-.21 1.66.488 2.496.427c1.187-.086 1.384-1.629 2.39-2.03Z"/><path strokeLinecap="round" d="M9 13.333s.875 0 1.75 1.667c0 0 2.78-4.167 5.25-5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M11.514 2.093c.313-.124.66-.124.972 0c1.006.401 1.203 1.944 2.39 2.03c.836.06 1.657-.636 2.496-.427c.338.084.63.3.814.6c.561.922-.163 2.277.752 3.042c.636.53 1.687.462 2.24 1.113c.233.274.347.632.317.993c-.088 1.073-1.456 1.744-1.155 2.9c.207.8 1.085 1.363 1.155 2.212a1.36 1.36 0 0 1-.317.993c-.695.818-2.197.549-2.63 1.657c-.305.778.086 1.762-.362 2.497a1.33 1.33 0 0 1-.814.601c-1.042.26-2.1-.86-3.102-.228c-.716.45-.972 1.508-1.784 1.83a1.3 1.3 0 0 1-.972 0c-.812-.322-1.068-1.38-1.784-1.83c-.99-.624-2.078.483-3.102.228a1.33 1.33 0 0 1-.814-.6c-.561-.922.163-2.277-.752-3.042c-.636-.53-1.687-.462-2.24-1.113a1.36 1.36 0 0 1-.317-.993c.07-.849.947-1.412 1.156-2.212c.297-1.144-1.069-1.843-1.156-2.9a1.36 1.36 0 0 1 .317-.993c.695-.818 2.197-.548 2.63-1.657c.305-.778-.086-1.762.362-2.497c.183-.301.475-.517.814-.601c.84-.21 1.66.488 2.496.427c1.187-.086 1.384-1.629 2.39-2.03Z"/><path stroke-linecap="round" d="M9 13.333s.875 0 1.75 1.667c0 0 2.78-4.167 5.25-5"/></g></svg> </template>
CSS
.icon-new-releases {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11.514%202.093c.313-.124.66-.124.972%200c1.006.401%201.203%201.944%202.39%202.03c.836.06%201.657-.636%202.496-.427c.338.084.63.3.814.6c.561.922-.163%202.277.752%203.042c.636.53%201.687.462%202.24%201.113c.233.274.347.632.317.993c-.088%201.073-1.456%201.744-1.155%202.9c.207.8%201.085%201.363%201.155%202.212a1.36%201.36%200%200%201-.317.993c-.695.818-2.197.549-2.63%201.657c-.305.778.086%201.762-.362%202.497a1.33%201.33%200%200%201-.814.601c-1.042.26-2.1-.86-3.102-.228c-.716.45-.972%201.508-1.784%201.83a1.3%201.3%200%200%201-.972%200c-.812-.322-1.068-1.38-1.784-1.83c-.99-.624-2.078.483-3.102.228a1.33%201.33%200%200%201-.814-.6c-.561-.922.163-2.277-.752-3.042c-.636-.53-1.687-.462-2.24-1.113a1.36%201.36%200%200%201-.317-.993c.07-.849.947-1.412%201.156-2.212c.297-1.144-1.069-1.843-1.156-2.9a1.36%201.36%200%200%201%20.317-.993c.695-.818%202.197-.548%202.63-1.657c.305-.778-.086-1.762.362-2.497c.183-.301.475-.517.814-.601c.84-.21%201.66.488%202.496.427c1.187-.086%201.384-1.629%202.39-2.03Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2013.333s.875%200%201.75%201.667c0%200%202.78-4.167%205.25-5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11.514%202.093c.313-.124.66-.124.972%200c1.006.401%201.203%201.944%202.39%202.03c.836.06%201.657-.636%202.496-.427c.338.084.63.3.814.6c.561.922-.163%202.277.752%203.042c.636.53%201.687.462%202.24%201.113c.233.274.347.632.317.993c-.088%201.073-1.456%201.744-1.155%202.9c.207.8%201.085%201.363%201.155%202.212a1.36%201.36%200%200%201-.317.993c-.695.818-2.197.549-2.63%201.657c-.305.778.086%201.762-.362%202.497a1.33%201.33%200%200%201-.814.601c-1.042.26-2.1-.86-3.102-.228c-.716.45-.972%201.508-1.784%201.83a1.3%201.3%200%200%201-.972%200c-.812-.322-1.068-1.38-1.784-1.83c-.99-.624-2.078.483-3.102.228a1.33%201.33%200%200%201-.814-.6c-.561-.922.163-2.277-.752-3.042c-.636-.53-1.687-.462-2.24-1.113a1.36%201.36%200%200%201-.317-.993c.07-.849.947-1.412%201.156-2.212c.297-1.144-1.069-1.843-1.156-2.9a1.36%201.36%200%200%201%20.317-.993c.695-.818%202.197-.548%202.63-1.657c.305-.778-.086-1.762.362-2.497c.183-.301.475-.517.814-.601c.84-.21%201.66.488%202.496.427c1.187-.086%201.384-1.629%202.39-2.03Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2013.333s.875%200%201.75%201.667c0%200%202.78-4.167%205.25-5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/new-releases.svg?color=%231a73e8&size=48