rocket launch icon
rocket-launch-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- rocket-launch-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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="M7.504 12.35q.465-.93 1.013-1.792q.549-.862 1.21-1.685L8.192 8.56q-.154-.039-.298.01t-.26.163L5.208 11.16q-.058.057-.039.134t.096.116zm11.454-7.471q-2.308.165-4.065 1.015t-3.305 2.398Q10.482 9.4 9.657 10.6t-1.36 2.385l2.831 2.825q1.185-.535 2.394-1.36t2.318-1.933q1.548-1.548 2.398-3.292t1.015-4.052q0-.061-.009-.113t-.064-.108t-.108-.064t-.113-.01m-5.789 4.58q0-.617.44-1.057q.441-.44 1.06-.44t1.06.44t.44 1.057t-.44 1.056t-1.06.44t-1.06-.44t-.44-1.056m-1.41 7.164l.941 2.245q.039.076.115.086t.135-.048l2.427-2.408q.115-.115.163-.26q.049-.144.01-.297l-.313-1.535q-.823.662-1.685 1.207t-1.792 1.01M20.21 4.733q-.012 2.5-.948 4.612t-2.793 3.968q-.096.096-.183.173t-.182.173l.423 2.072q.08.404-.04.783q-.121.378-.414.67l-2.785 2.785q-.298.298-.727.22q-.428-.077-.59-.481l-1.198-2.825l-3.544-3.564l-2.825-1.198q-.404-.161-.475-.59t.227-.727L6.94 8.019q.292-.292.674-.403q.381-.112.785-.031l2.071.423q.096-.096.164-.173q.067-.077.163-.173q1.856-1.856 3.968-2.802t4.613-.958q.161.006.313.064t.283.19t.18.273t.054.304M5.117 16.167q.587-.586 1.426-.58t1.426.594t.584 1.426q-.003.84-.59 1.426q-.834.834-1.962 1.05q-1.128.215-2.278.325q.11-1.17.335-2.288t1.06-1.953m.713.727q-.445.445-.617 1.045t-.253 1.244q.645-.081 1.245-.26T7.25 18.3q.3-.3.306-.715q.005-.416-.295-.716t-.715-.287q-.415.012-.715.312"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRocketLaunchOutlineRounded(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="M7.504 12.35q.465-.93 1.013-1.792q.549-.862 1.21-1.685L8.192 8.56q-.154-.039-.298.01t-.26.163L5.208 11.16q-.058.057-.039.134t.096.116zm11.454-7.471q-2.308.165-4.065 1.015t-3.305 2.398Q10.482 9.4 9.657 10.6t-1.36 2.385l2.831 2.825q1.185-.535 2.394-1.36t2.318-1.933q1.548-1.548 2.398-3.292t1.015-4.052q0-.061-.009-.113t-.064-.108t-.108-.064t-.113-.01m-5.789 4.58q0-.617.44-1.057q.441-.44 1.06-.44t1.06.44t.44 1.057t-.44 1.056t-1.06.44t-1.06-.44t-.44-1.056m-1.41 7.164l.941 2.245q.039.076.115.086t.135-.048l2.427-2.408q.115-.115.163-.26q.049-.144.01-.297l-.313-1.535q-.823.662-1.685 1.207t-1.792 1.01M20.21 4.733q-.012 2.5-.948 4.612t-2.793 3.968q-.096.096-.183.173t-.182.173l.423 2.072q.08.404-.04.783q-.121.378-.414.67l-2.785 2.785q-.298.298-.727.22q-.428-.077-.59-.481l-1.198-2.825l-3.544-3.564l-2.825-1.198q-.404-.161-.475-.59t.227-.727L6.94 8.019q.292-.292.674-.403q.381-.112.785-.031l2.071.423q.096-.096.164-.173q.067-.077.163-.173q1.856-1.856 3.968-2.802t4.613-.958q.161.006.313.064t.283.19t.18.273t.054.304M5.117 16.167q.587-.586 1.426-.58t1.426.594t.584 1.426q-.003.84-.59 1.426q-.834.834-1.962 1.05q-1.128.215-2.278.325q.11-1.17.335-2.288t1.06-1.953m.713.727q-.445.445-.617 1.045t-.253 1.244q.645-.081 1.245-.26T7.25 18.3q.3-.3.306-.715q.005-.416-.295-.716t-.715-.287q-.415.012-.715.312"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.504 12.35q.465-.93 1.013-1.792q.549-.862 1.21-1.685L8.192 8.56q-.154-.039-.298.01t-.26.163L5.208 11.16q-.058.057-.039.134t.096.116zm11.454-7.471q-2.308.165-4.065 1.015t-3.305 2.398Q10.482 9.4 9.657 10.6t-1.36 2.385l2.831 2.825q1.185-.535 2.394-1.36t2.318-1.933q1.548-1.548 2.398-3.292t1.015-4.052q0-.061-.009-.113t-.064-.108t-.108-.064t-.113-.01m-5.789 4.58q0-.617.44-1.057q.441-.44 1.06-.44t1.06.44t.44 1.057t-.44 1.056t-1.06.44t-1.06-.44t-.44-1.056m-1.41 7.164l.941 2.245q.039.076.115.086t.135-.048l2.427-2.408q.115-.115.163-.26q.049-.144.01-.297l-.313-1.535q-.823.662-1.685 1.207t-1.792 1.01M20.21 4.733q-.012 2.5-.948 4.612t-2.793 3.968q-.096.096-.183.173t-.182.173l.423 2.072q.08.404-.04.783q-.121.378-.414.67l-2.785 2.785q-.298.298-.727.22q-.428-.077-.59-.481l-1.198-2.825l-3.544-3.564l-2.825-1.198q-.404-.161-.475-.59t.227-.727L6.94 8.019q.292-.292.674-.403q.381-.112.785-.031l2.071.423q.096-.096.164-.173q.067-.077.163-.173q1.856-1.856 3.968-2.802t4.613-.958q.161.006.313.064t.283.19t.18.273t.054.304M5.117 16.167q.587-.586 1.426-.58t1.426.594t.584 1.426q-.003.84-.59 1.426q-.834.834-1.962 1.05q-1.128.215-2.278.325q.11-1.17.335-2.288t1.06-1.953m.713.727q-.445.445-.617 1.045t-.253 1.244q.645-.081 1.245-.26T7.25 18.3q.3-.3.306-.715q.005-.416-.295-.716t-.715-.287q-.415.012-.715.312"/></svg> </template>
CSS
.icon-rocket-launch-outline-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%22M7.504%2012.35q.465-.93%201.013-1.792q.549-.862%201.21-1.685L8.192%208.56q-.154-.039-.298.01t-.26.163L5.208%2011.16q-.058.057-.039.134t.096.116zm11.454-7.471q-2.308.165-4.065%201.015t-3.305%202.398Q10.482%209.4%209.657%2010.6t-1.36%202.385l2.831%202.825q1.185-.535%202.394-1.36t2.318-1.933q1.548-1.548%202.398-3.292t1.015-4.052q0-.061-.009-.113t-.064-.108t-.108-.064t-.113-.01m-5.789%204.58q0-.617.44-1.057q.441-.44%201.06-.44t1.06.44t.44%201.057t-.44%201.056t-1.06.44t-1.06-.44t-.44-1.056m-1.41%207.164l.941%202.245q.039.076.115.086t.135-.048l2.427-2.408q.115-.115.163-.26q.049-.144.01-.297l-.313-1.535q-.823.662-1.685%201.207t-1.792%201.01M20.21%204.733q-.012%202.5-.948%204.612t-2.793%203.968q-.096.096-.183.173t-.182.173l.423%202.072q.08.404-.04.783q-.121.378-.414.67l-2.785%202.785q-.298.298-.727.22q-.428-.077-.59-.481l-1.198-2.825l-3.544-3.564l-2.825-1.198q-.404-.161-.475-.59t.227-.727L6.94%208.019q.292-.292.674-.403q.381-.112.785-.031l2.071.423q.096-.096.164-.173q.067-.077.163-.173q1.856-1.856%203.968-2.802t4.613-.958q.161.006.313.064t.283.19t.18.273t.054.304M5.117%2016.167q.587-.586%201.426-.58t1.426.594t.584%201.426q-.003.84-.59%201.426q-.834.834-1.962%201.05q-1.128.215-2.278.325q.11-1.17.335-2.288t1.06-1.953m.713.727q-.445.445-.617%201.045t-.253%201.244q.645-.081%201.245-.26T7.25%2018.3q.3-.3.306-.715q.005-.416-.295-.716t-.715-.287q-.415.012-.715.312%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%22M7.504%2012.35q.465-.93%201.013-1.792q.549-.862%201.21-1.685L8.192%208.56q-.154-.039-.298.01t-.26.163L5.208%2011.16q-.058.057-.039.134t.096.116zm11.454-7.471q-2.308.165-4.065%201.015t-3.305%202.398Q10.482%209.4%209.657%2010.6t-1.36%202.385l2.831%202.825q1.185-.535%202.394-1.36t2.318-1.933q1.548-1.548%202.398-3.292t1.015-4.052q0-.061-.009-.113t-.064-.108t-.108-.064t-.113-.01m-5.789%204.58q0-.617.44-1.057q.441-.44%201.06-.44t1.06.44t.44%201.057t-.44%201.056t-1.06.44t-1.06-.44t-.44-1.056m-1.41%207.164l.941%202.245q.039.076.115.086t.135-.048l2.427-2.408q.115-.115.163-.26q.049-.144.01-.297l-.313-1.535q-.823.662-1.685%201.207t-1.792%201.01M20.21%204.733q-.012%202.5-.948%204.612t-2.793%203.968q-.096.096-.183.173t-.182.173l.423%202.072q.08.404-.04.783q-.121.378-.414.67l-2.785%202.785q-.298.298-.727.22q-.428-.077-.59-.481l-1.198-2.825l-3.544-3.564l-2.825-1.198q-.404-.161-.475-.59t.227-.727L6.94%208.019q.292-.292.674-.403q.381-.112.785-.031l2.071.423q.096-.096.164-.173q.067-.077.163-.173q1.856-1.856%203.968-2.802t4.613-.958q.161.006.313.064t.283.19t.18.273t.054.304M5.117%2016.167q.587-.586%201.426-.58t1.426.594t.584%201.426q-.003.84-.59%201.426q-.834.834-1.962%201.05q-1.128.215-2.278.325q.11-1.17.335-2.288t1.06-1.953m.713.727q-.445.445-.617%201.045t-.253%201.244q.645-.081%201.245-.26T7.25%2018.3q.3-.3.306-.715q.005-.416-.295-.716t-.715-.287q-.415.012-.715.312%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-outline-rounded.svg?color=%231a73e8&size=48