round new releases icon

round-new-releases from Google Material Icons by Material Design Authors · Baseline · AV · Apache-2.0 Free for personal and commercial use.

Name
round-new-releases
Set
Google Material Icons
Style
Baseline
Category
AV
Viewbox
24×24
License
Apache 2.0

More av icons from Google Material Icons

Use the round new releases icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.42 11.34l-1.86-2.12l.26-2.81c.05-.5-.29-.96-.77-1.07l-2.76-.63l-1.44-2.43a1 1 0 0 0-1.25-.41L12 3L9.41 1.89c-.46-.2-1-.02-1.25.41L6.71 4.72l-2.75.62c-.49.11-.83.56-.78 1.07l.26 2.8l-1.86 2.13c-.33.38-.33.94 0 1.32l1.86 2.12l-.26 2.82c-.05.5.29.96.77 1.07l2.76.63l1.44 2.42c.26.43.79.61 1.26.41L12 21l2.59 1.11c.46.2 1 .02 1.25-.41l1.44-2.43l2.76-.63c.49-.11.82-.57.77-1.07l-.26-2.81l1.86-2.12c.34-.36.34-.92.01-1.3M13 17h-2v-2h2zm-1-4c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v4c0 .55-.45 1-1 1"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundNewReleases(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.42 11.34l-1.86-2.12l.26-2.81c.05-.5-.29-.96-.77-1.07l-2.76-.63l-1.44-2.43a1 1 0 0 0-1.25-.41L12 3L9.41 1.89c-.46-.2-1-.02-1.25.41L6.71 4.72l-2.75.62c-.49.11-.83.56-.78 1.07l.26 2.8l-1.86 2.13c-.33.38-.33.94 0 1.32l1.86 2.12l-.26 2.82c-.05.5.29.96.77 1.07l2.76.63l1.44 2.42c.26.43.79.61 1.26.41L12 21l2.59 1.11c.46.2 1 .02 1.25-.41l1.44-2.43l2.76-.63c.49-.11.82-.57.77-1.07l-.26-2.81l1.86-2.12c.34-.36.34-.92.01-1.3M13 17h-2v-2h2zm-1-4c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v4c0 .55-.45 1-1 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.42 11.34l-1.86-2.12l.26-2.81c.05-.5-.29-.96-.77-1.07l-2.76-.63l-1.44-2.43a1 1 0 0 0-1.25-.41L12 3L9.41 1.89c-.46-.2-1-.02-1.25.41L6.71 4.72l-2.75.62c-.49.11-.83.56-.78 1.07l.26 2.8l-1.86 2.13c-.33.38-.33.94 0 1.32l1.86 2.12l-.26 2.82c-.05.5.29.96.77 1.07l2.76.63l1.44 2.42c.26.43.79.61 1.26.41L12 21l2.59 1.11c.46.2 1 .02 1.25-.41l1.44-2.43l2.76-.63c.49-.11.82-.57.77-1.07l-.26-2.81l1.86-2.12c.34-.36.34-.92.01-1.3M13 17h-2v-2h2zm-1-4c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v4c0 .55-.45 1-1 1"/></svg>
</template>

CSS

.icon-round-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22.42%2011.34l-1.86-2.12l.26-2.81c.05-.5-.29-.96-.77-1.07l-2.76-.63l-1.44-2.43a1%201%200%200%200-1.25-.41L12%203L9.41%201.89c-.46-.2-1-.02-1.25.41L6.71%204.72l-2.75.62c-.49.11-.83.56-.78%201.07l.26%202.8l-1.86%202.13c-.33.38-.33.94%200%201.32l1.86%202.12l-.26%202.82c-.05.5.29.96.77%201.07l2.76.63l1.44%202.42c.26.43.79.61%201.26.41L12%2021l2.59%201.11c.46.2%201%20.02%201.25-.41l1.44-2.43l2.76-.63c.49-.11.82-.57.77-1.07l-.26-2.81l1.86-2.12c.34-.36.34-.92.01-1.3M13%2017h-2v-2h2zm-1-4c-.55%200-1-.45-1-1V8c0-.55.45-1%201-1s1%20.45%201%201v4c0%20.55-.45%201-1%201%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22.42%2011.34l-1.86-2.12l.26-2.81c.05-.5-.29-.96-.77-1.07l-2.76-.63l-1.44-2.43a1%201%200%200%200-1.25-.41L12%203L9.41%201.89c-.46-.2-1-.02-1.25.41L6.71%204.72l-2.75.62c-.49.11-.83.56-.78%201.07l.26%202.8l-1.86%202.13c-.33.38-.33.94%200%201.32l1.86%202.12l-.26%202.82c-.05.5.29.96.77%201.07l2.76.63l1.44%202.42c.26.43.79.61%201.26.41L12%2021l2.59%201.11c.46.2%201%20.02%201.25-.41l1.44-2.43l2.76-.63c.49-.11.82-.57.77-1.07l-.26-2.81l1.86-2.12c.34-.36.34-.92.01-1.3M13%2017h-2v-2h2zm-1-4c-.55%200-1-.45-1-1V8c0-.55.45-1%201-1s1%20.45%201%201v4c0%20.55-.45%201-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-new-releases.svg?color=%231a73e8&size=48