ios rocket icon

ios-rocket from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-rocket
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios rocket icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M461.8 53.6c-.4-1.7-1.6-3-3.3-3.4-54.4-13.3-180.1 34.1-248.2 102.2-13.3 13.3-24.2 26.4-33.1 39.1-21-1.9-42-.3-59.9 7.5-50.5 22.2-65.2 80.2-69.3 105.1-1 5.9 3.9 11 9.8 10.4l81.1-8.9c.1 7.8.6 14 1.1 18.3.4 4.2 2.3 8.1 5.3 11.1l31.4 31.4c3 3 6.9 4.9 11.1 5.3 4.3.5 10.5 1 18.2 1.1l-8.9 81c-.6 5.9 4.5 10.8 10.4 9.8 24.9-4 83-18.7 105.1-69.2 7.8-17.9 9.4-38.8 7.6-59.7 12.7-8.9 25.9-19.8 39.2-33.1 68.4-68 115.5-190.9 102.4-248zM298.6 213.5c-16.7-16.7-16.7-43.7 0-60.4 16.7-16.7 43.7-16.7 60.4 0 16.7 16.7 16.7 43.7 0 60.4-16.7 16.7-43.7 16.7-60.4 0z" fill="currentColor"/><path d="M174.5 380.5c-4.2 4.2-11.7 6.6-19.8 8-18.2 3.1-34.1-12.8-31-31 1.4-8.1 3.7-15.6 7.9-19.7l.1-.1c2.3-2.3.4-6.1-2.8-5.7-9.8 1.2-19.4 5.6-26.9 13.1-18 18-19.7 84.8-19.7 84.8s66.9-1.7 84.9-19.7c7.6-7.6 11.9-17.1 13.1-26.9.3-3.2-3.6-5.1-5.8-2.8z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosRocket(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M461.8 53.6c-.4-1.7-1.6-3-3.3-3.4-54.4-13.3-180.1 34.1-248.2 102.2-13.3 13.3-24.2 26.4-33.1 39.1-21-1.9-42-.3-59.9 7.5-50.5 22.2-65.2 80.2-69.3 105.1-1 5.9 3.9 11 9.8 10.4l81.1-8.9c.1 7.8.6 14 1.1 18.3.4 4.2 2.3 8.1 5.3 11.1l31.4 31.4c3 3 6.9 4.9 11.1 5.3 4.3.5 10.5 1 18.2 1.1l-8.9 81c-.6 5.9 4.5 10.8 10.4 9.8 24.9-4 83-18.7 105.1-69.2 7.8-17.9 9.4-38.8 7.6-59.7 12.7-8.9 25.9-19.8 39.2-33.1 68.4-68 115.5-190.9 102.4-248zM298.6 213.5c-16.7-16.7-16.7-43.7 0-60.4 16.7-16.7 43.7-16.7 60.4 0 16.7 16.7 16.7 43.7 0 60.4-16.7 16.7-43.7 16.7-60.4 0z" fill="currentColor"/><path d="M174.5 380.5c-4.2 4.2-11.7 6.6-19.8 8-18.2 3.1-34.1-12.8-31-31 1.4-8.1 3.7-15.6 7.9-19.7l.1-.1c2.3-2.3.4-6.1-2.8-5.7-9.8 1.2-19.4 5.6-26.9 13.1-18 18-19.7 84.8-19.7 84.8s66.9-1.7 84.9-19.7c7.6-7.6 11.9-17.1 13.1-26.9.3-3.2-3.6-5.1-5.8-2.8z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M461.8 53.6c-.4-1.7-1.6-3-3.3-3.4-54.4-13.3-180.1 34.1-248.2 102.2-13.3 13.3-24.2 26.4-33.1 39.1-21-1.9-42-.3-59.9 7.5-50.5 22.2-65.2 80.2-69.3 105.1-1 5.9 3.9 11 9.8 10.4l81.1-8.9c.1 7.8.6 14 1.1 18.3.4 4.2 2.3 8.1 5.3 11.1l31.4 31.4c3 3 6.9 4.9 11.1 5.3 4.3.5 10.5 1 18.2 1.1l-8.9 81c-.6 5.9 4.5 10.8 10.4 9.8 24.9-4 83-18.7 105.1-69.2 7.8-17.9 9.4-38.8 7.6-59.7 12.7-8.9 25.9-19.8 39.2-33.1 68.4-68 115.5-190.9 102.4-248zM298.6 213.5c-16.7-16.7-16.7-43.7 0-60.4 16.7-16.7 43.7-16.7 60.4 0 16.7 16.7 16.7 43.7 0 60.4-16.7 16.7-43.7 16.7-60.4 0z" fill="currentColor"/><path d="M174.5 380.5c-4.2 4.2-11.7 6.6-19.8 8-18.2 3.1-34.1-12.8-31-31 1.4-8.1 3.7-15.6 7.9-19.7l.1-.1c2.3-2.3.4-6.1-2.8-5.7-9.8 1.2-19.4 5.6-26.9 13.1-18 18-19.7 84.8-19.7 84.8s66.9-1.7 84.9-19.7c7.6-7.6 11.9-17.1 13.1-26.9.3-3.2-3.6-5.1-5.8-2.8z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-rocket {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M461.8%2053.6c-.4-1.7-1.6-3-3.3-3.4-54.4-13.3-180.1%2034.1-248.2%20102.2-13.3%2013.3-24.2%2026.4-33.1%2039.1-21-1.9-42-.3-59.9%207.5-50.5%2022.2-65.2%2080.2-69.3%20105.1-1%205.9%203.9%2011%209.8%2010.4l81.1-8.9c.1%207.8.6%2014%201.1%2018.3.4%204.2%202.3%208.1%205.3%2011.1l31.4%2031.4c3%203%206.9%204.9%2011.1%205.3%204.3.5%2010.5%201%2018.2%201.1l-8.9%2081c-.6%205.9%204.5%2010.8%2010.4%209.8%2024.9-4%2083-18.7%20105.1-69.2%207.8-17.9%209.4-38.8%207.6-59.7%2012.7-8.9%2025.9-19.8%2039.2-33.1%2068.4-68%20115.5-190.9%20102.4-248zM298.6%20213.5c-16.7-16.7-16.7-43.7%200-60.4%2016.7-16.7%2043.7-16.7%2060.4%200%2016.7%2016.7%2016.7%2043.7%200%2060.4-16.7%2016.7-43.7%2016.7-60.4%200z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M174.5%20380.5c-4.2%204.2-11.7%206.6-19.8%208-18.2%203.1-34.1-12.8-31-31%201.4-8.1%203.7-15.6%207.9-19.7l.1-.1c2.3-2.3.4-6.1-2.8-5.7-9.8%201.2-19.4%205.6-26.9%2013.1-18%2018-19.7%2084.8-19.7%2084.8s66.9-1.7%2084.9-19.7c7.6-7.6%2011.9-17.1%2013.1-26.9.3-3.2-3.6-5.1-5.8-2.8z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M461.8%2053.6c-.4-1.7-1.6-3-3.3-3.4-54.4-13.3-180.1%2034.1-248.2%20102.2-13.3%2013.3-24.2%2026.4-33.1%2039.1-21-1.9-42-.3-59.9%207.5-50.5%2022.2-65.2%2080.2-69.3%20105.1-1%205.9%203.9%2011%209.8%2010.4l81.1-8.9c.1%207.8.6%2014%201.1%2018.3.4%204.2%202.3%208.1%205.3%2011.1l31.4%2031.4c3%203%206.9%204.9%2011.1%205.3%204.3.5%2010.5%201%2018.2%201.1l-8.9%2081c-.6%205.9%204.5%2010.8%2010.4%209.8%2024.9-4%2083-18.7%20105.1-69.2%207.8-17.9%209.4-38.8%207.6-59.7%2012.7-8.9%2025.9-19.8%2039.2-33.1%2068.4-68%20115.5-190.9%20102.4-248zM298.6%20213.5c-16.7-16.7-16.7-43.7%200-60.4%2016.7-16.7%2043.7-16.7%2060.4%200%2016.7%2016.7%2016.7%2043.7%200%2060.4-16.7%2016.7-43.7%2016.7-60.4%200z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M174.5%20380.5c-4.2%204.2-11.7%206.6-19.8%208-18.2%203.1-34.1-12.8-31-31%201.4-8.1%203.7-15.6%207.9-19.7l.1-.1c2.3-2.3.4-6.1-2.8-5.7-9.8%201.2-19.4%205.6-26.9%2013.1-18%2018-19.7%2084.8-19.7%2084.8s66.9-1.7%2084.9-19.7c7.6-7.6%2011.9-17.1%2013.1-26.9.3-3.2-3.6-5.1-5.8-2.8z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-rocket.svg?color=%231a73e8&size=48