round rocket icon
round-rocket from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- round-rocket
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Action
- Viewbox
- 24×24
- License
- Apache 2.0
More action icons from Google Material Icons
baseline-123baseline-3d-rotationbaseline-abcbaseline-accessibilitybaseline-accessibility-newbaseline-accessiblebaseline-accessible-forwardbaseline-account-balancebaseline-account-balance-walletbaseline-account-boxbaseline-account-circlebaseline-add-cardbaseline-add-homebaseline-add-shopping-cartbaseline-add-taskbaseline-add-to-drivebaseline-addchartbaseline-admin-panel-settingsbaseline-ads-clickbaseline-alarmbaseline-alarm-addbaseline-alarm-offbaseline-alarm-onbaseline-all-inbox
Use the round rocket icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.41 2.87a.99.99 0 0 1 1.18 0c1.22.88 3.91 3.59 3.91 10.13c0 2.16-.78 4.76-1.36 6.35c-.14.39-.51.65-.93.65H9.8c-.42 0-.8-.26-.94-.65C8.28 17.76 7.5 15.16 7.5 13c0-6.54 2.69-9.25 3.91-10.13M14 11c0-1.1-.9-2-2-2s-2 .9-2 2s.9 2 2 2s2-.9 2-2m-6.31 9.52c-.48-1.23-1.52-4.17-1.67-6.87l-1.13.75c-.56.38-.89 1-.89 1.67v4.45c0 .71.71 1.19 1.37.93zm12.31 0v-4.45c0-.67-.33-1.29-.89-1.66l-1.13-.75c-.15 2.69-1.2 5.64-1.67 6.87l2.32.93c.66.25 1.37-.23 1.37-.94"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundRocket(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="M11.41 2.87a.99.99 0 0 1 1.18 0c1.22.88 3.91 3.59 3.91 10.13c0 2.16-.78 4.76-1.36 6.35c-.14.39-.51.65-.93.65H9.8c-.42 0-.8-.26-.94-.65C8.28 17.76 7.5 15.16 7.5 13c0-6.54 2.69-9.25 3.91-10.13M14 11c0-1.1-.9-2-2-2s-2 .9-2 2s.9 2 2 2s2-.9 2-2m-6.31 9.52c-.48-1.23-1.52-4.17-1.67-6.87l-1.13.75c-.56.38-.89 1-.89 1.67v4.45c0 .71.71 1.19 1.37.93zm12.31 0v-4.45c0-.67-.33-1.29-.89-1.66l-1.13-.75c-.15 2.69-1.2 5.64-1.67 6.87l2.32.93c.66.25 1.37-.23 1.37-.94"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.41 2.87a.99.99 0 0 1 1.18 0c1.22.88 3.91 3.59 3.91 10.13c0 2.16-.78 4.76-1.36 6.35c-.14.39-.51.65-.93.65H9.8c-.42 0-.8-.26-.94-.65C8.28 17.76 7.5 15.16 7.5 13c0-6.54 2.69-9.25 3.91-10.13M14 11c0-1.1-.9-2-2-2s-2 .9-2 2s.9 2 2 2s2-.9 2-2m-6.31 9.52c-.48-1.23-1.52-4.17-1.67-6.87l-1.13.75c-.56.38-.89 1-.89 1.67v4.45c0 .71.71 1.19 1.37.93zm12.31 0v-4.45c0-.67-.33-1.29-.89-1.66l-1.13-.75c-.15 2.69-1.2 5.64-1.67 6.87l2.32.93c.66.25 1.37-.23 1.37-.94"/></svg> </template>
CSS
.icon-round-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.41%202.87a.99.99%200%200%201%201.18%200c1.22.88%203.91%203.59%203.91%2010.13c0%202.16-.78%204.76-1.36%206.35c-.14.39-.51.65-.93.65H9.8c-.42%200-.8-.26-.94-.65C8.28%2017.76%207.5%2015.16%207.5%2013c0-6.54%202.69-9.25%203.91-10.13M14%2011c0-1.1-.9-2-2-2s-2%20.9-2%202s.9%202%202%202s2-.9%202-2m-6.31%209.52c-.48-1.23-1.52-4.17-1.67-6.87l-1.13.75c-.56.38-.89%201-.89%201.67v4.45c0%20.71.71%201.19%201.37.93zm12.31%200v-4.45c0-.67-.33-1.29-.89-1.66l-1.13-.75c-.15%202.69-1.2%205.64-1.67%206.87l2.32.93c.66.25%201.37-.23%201.37-.94%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%22M11.41%202.87a.99.99%200%200%201%201.18%200c1.22.88%203.91%203.59%203.91%2010.13c0%202.16-.78%204.76-1.36%206.35c-.14.39-.51.65-.93.65H9.8c-.42%200-.8-.26-.94-.65C8.28%2017.76%207.5%2015.16%207.5%2013c0-6.54%202.69-9.25%203.91-10.13M14%2011c0-1.1-.9-2-2-2s-2%20.9-2%202s.9%202%202%202s2-.9%202-2m-6.31%209.52c-.48-1.23-1.52-4.17-1.67-6.87l-1.13.75c-.56.38-.89%201-.89%201.67v4.45c0%20.71.71%201.19%201.37.93zm12.31%200v-4.45c0-.67-.33-1.29-.89-1.66l-1.13-.75c-.15%202.69-1.2%205.64-1.67%206.87l2.32.93c.66.25%201.37-.23%201.37-.94%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-rocket.svg?color=%231a73e8&size=48