rocket-launch-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
rocket-launch-rounded
Set
Material Symbols Light
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the rocket launch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.952 12.67q.63-1.42 1.447-2.705q.817-1.284 1.793-2.461l-1.415-.295q-.404-.08-.783.031q-.378.112-.671.404L4.538 10.43q-.298.298-.22.727t.482.59zm12.527-8.847q-2.304.048-4.345 1.025T11.467 7.45q-1.046 1.046-1.853 2.273t-1.443 2.566q-.125.267-.125.547t.212.491l2.567 2.548q.212.212.482.221t.537-.115q1.339-.617 2.566-1.443t2.273-1.872q1.625-1.625 2.602-3.667t1.025-4.345q0-.162-.062-.304q-.061-.142-.192-.273t-.273-.192q-.143-.062-.304-.062m-5.925 5.249q0-.626.44-1.066t1.067-.44t1.066.44t.44 1.066t-.44 1.067t-1.066.44t-1.067-.44t-.44-1.067m-2.11 8.109l.923 2.152q.162.404.59.484q.43.081.728-.217l2.784-2.784q.293-.293.404-.684t.03-.795l-.287-1.396q-1.183.976-2.465 1.793q-1.282.816-2.707 1.447m-6.298-1.035q.587-.586 1.423-.58t1.423.594q.587.586.587 1.423t-.587 1.423q-.834.834-1.962 1.05q-1.128.215-2.278.325q.11-1.17.337-2.288t1.057-1.947"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightRocketLaunchRounded(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="M6.952 12.67q.63-1.42 1.447-2.705q.817-1.284 1.793-2.461l-1.415-.295q-.404-.08-.783.031q-.378.112-.671.404L4.538 10.43q-.298.298-.22.727t.482.59zm12.527-8.847q-2.304.048-4.345 1.025T11.467 7.45q-1.046 1.046-1.853 2.273t-1.443 2.566q-.125.267-.125.547t.212.491l2.567 2.548q.212.212.482.221t.537-.115q1.339-.617 2.566-1.443t2.273-1.872q1.625-1.625 2.602-3.667t1.025-4.345q0-.162-.062-.304q-.061-.142-.192-.273t-.273-.192q-.143-.062-.304-.062m-5.925 5.249q0-.626.44-1.066t1.067-.44t1.066.44t.44 1.066t-.44 1.067t-1.066.44t-1.067-.44t-.44-1.067m-2.11 8.109l.923 2.152q.162.404.59.484q.43.081.728-.217l2.784-2.784q.293-.293.404-.684t.03-.795l-.287-1.396q-1.183.976-2.465 1.793q-1.282.816-2.707 1.447m-6.298-1.035q.587-.586 1.423-.58t1.423.594q.587.586.587 1.423t-.587 1.423q-.834.834-1.962 1.05q-1.128.215-2.278.325q.11-1.17.337-2.288t1.057-1.947"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.952 12.67q.63-1.42 1.447-2.705q.817-1.284 1.793-2.461l-1.415-.295q-.404-.08-.783.031q-.378.112-.671.404L4.538 10.43q-.298.298-.22.727t.482.59zm12.527-8.847q-2.304.048-4.345 1.025T11.467 7.45q-1.046 1.046-1.853 2.273t-1.443 2.566q-.125.267-.125.547t.212.491l2.567 2.548q.212.212.482.221t.537-.115q1.339-.617 2.566-1.443t2.273-1.872q1.625-1.625 2.602-3.667t1.025-4.345q0-.162-.062-.304q-.061-.142-.192-.273t-.273-.192q-.143-.062-.304-.062m-5.925 5.249q0-.626.44-1.066t1.067-.44t1.066.44t.44 1.066t-.44 1.067t-1.066.44t-1.067-.44t-.44-1.067m-2.11 8.109l.923 2.152q.162.404.59.484q.43.081.728-.217l2.784-2.784q.293-.293.404-.684t.03-.795l-.287-1.396q-1.183.976-2.465 1.793q-1.282.816-2.707 1.447m-6.298-1.035q.587-.586 1.423-.58t1.423.594q.587.586.587 1.423t-.587 1.423q-.834.834-1.962 1.05q-1.128.215-2.278.325q.11-1.17.337-2.288t1.057-1.947"/></svg>
</template>

CSS

.icon-rocket-launch-rounded {
  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%22M6.952%2012.67q.63-1.42%201.447-2.705q.817-1.284%201.793-2.461l-1.415-.295q-.404-.08-.783.031q-.378.112-.671.404L4.538%2010.43q-.298.298-.22.727t.482.59zm12.527-8.847q-2.304.048-4.345%201.025T11.467%207.45q-1.046%201.046-1.853%202.273t-1.443%202.566q-.125.267-.125.547t.212.491l2.567%202.548q.212.212.482.221t.537-.115q1.339-.617%202.566-1.443t2.273-1.872q1.625-1.625%202.602-3.667t1.025-4.345q0-.162-.062-.304q-.061-.142-.192-.273t-.273-.192q-.143-.062-.304-.062m-5.925%205.249q0-.626.44-1.066t1.067-.44t1.066.44t.44%201.066t-.44%201.067t-1.066.44t-1.067-.44t-.44-1.067m-2.11%208.109l.923%202.152q.162.404.59.484q.43.081.728-.217l2.784-2.784q.293-.293.404-.684t.03-.795l-.287-1.396q-1.183.976-2.465%201.793q-1.282.816-2.707%201.447m-6.298-1.035q.587-.586%201.423-.58t1.423.594q.587.586.587%201.423t-.587%201.423q-.834.834-1.962%201.05q-1.128.215-2.278.325q.11-1.17.337-2.288t1.057-1.947%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%22M6.952%2012.67q.63-1.42%201.447-2.705q.817-1.284%201.793-2.461l-1.415-.295q-.404-.08-.783.031q-.378.112-.671.404L4.538%2010.43q-.298.298-.22.727t.482.59zm12.527-8.847q-2.304.048-4.345%201.025T11.467%207.45q-1.046%201.046-1.853%202.273t-1.443%202.566q-.125.267-.125.547t.212.491l2.567%202.548q.212.212.482.221t.537-.115q1.339-.617%202.566-1.443t2.273-1.872q1.625-1.625%202.602-3.667t1.025-4.345q0-.162-.062-.304q-.061-.142-.192-.273t-.273-.192q-.143-.062-.304-.062m-5.925%205.249q0-.626.44-1.066t1.067-.44t1.066.44t.44%201.066t-.44%201.067t-1.066.44t-1.067-.44t-.44-1.067m-2.11%208.109l.923%202.152q.162.404.59.484q.43.081.728-.217l2.784-2.784q.293-.293.404-.684t.03-.795l-.287-1.396q-1.183.976-2.465%201.793q-1.282.816-2.707%201.447m-6.298-1.035q.587-.586%201.423-.58t1.423.594q.587.586.587%201.423t-.587%201.423q-.834.834-1.962%201.05q-1.128.215-2.278.325q.11-1.17.337-2.288t1.057-1.947%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/rocket-launch-rounded.svg?color=%231a73e8&size=48