feed rocket icon
feed-rocket-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.
- Name
- feed-rocket-16
- Set
- Octicons
- Style
- 16
- Viewbox
- 16×16
- License
- MIT
Related icons in Octicons
feed-discussion-16feed-forked-16feed-heart-16feed-issue-closed-16feed-issue-draft-16feed-issue-open-16feed-issue-reopen-16feed-merged-16feed-person-16feed-plus-16feed-public-16feed-pull-request-closed-16feed-pull-request-draft-16feed-pull-request-open-16feed-repo-16feed-star-16feed-tag-16feed-trophy-16
Use the feed rocket icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16m3.031-12a4.38 4.38 0 0 0-3.097 1.283l-.23.229q-.235.235-.452.49H5.65a.88.88 0 0 0-.746.417l-.856 1.388a.377.377 0 0 0 .21.556l1.552.477l1.35 1.35l.478 1.553a.374.374 0 0 0 .555.21l1.389-.855a.88.88 0 0 0 .416-.746V8.747q.255-.216.49-.452l.23-.23A4.38 4.38 0 0 0 12 4.969v-.093A.876.876 0 0 0 11.124 4Zm-5.107 7.144h-.001a.809.809 0 0 0-1.33-.881c-.395.394-.564 1.258-.62 1.62a.12.12 0 0 0 .035.108a.12.12 0 0 0 .108.035c.362-.056 1.226-.225 1.62-.619a.8.8 0 0 0 .188-.263"/></svg>
React
import type { SVGProps } from "react";
export function OcticonFeedRocket16(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16m3.031-12a4.38 4.38 0 0 0-3.097 1.283l-.23.229q-.235.235-.452.49H5.65a.88.88 0 0 0-.746.417l-.856 1.388a.377.377 0 0 0 .21.556l1.552.477l1.35 1.35l.478 1.553a.374.374 0 0 0 .555.21l1.389-.855a.88.88 0 0 0 .416-.746V8.747q.255-.216.49-.452l.23-.23A4.38 4.38 0 0 0 12 4.969v-.093A.876.876 0 0 0 11.124 4Zm-5.107 7.144h-.001a.809.809 0 0 0-1.33-.881c-.395.394-.564 1.258-.62 1.62a.12.12 0 0 0 .035.108a.12.12 0 0 0 .108.035c.362-.056 1.226-.225 1.62-.619a.8.8 0 0 0 .188-.263"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16m3.031-12a4.38 4.38 0 0 0-3.097 1.283l-.23.229q-.235.235-.452.49H5.65a.88.88 0 0 0-.746.417l-.856 1.388a.377.377 0 0 0 .21.556l1.552.477l1.35 1.35l.478 1.553a.374.374 0 0 0 .555.21l1.389-.855a.88.88 0 0 0 .416-.746V8.747q.255-.216.49-.452l.23-.23A4.38 4.38 0 0 0 12 4.969v-.093A.876.876 0 0 0 11.124 4Zm-5.107 7.144h-.001a.809.809 0 0 0-1.33-.881c-.395.394-.564 1.258-.62 1.62a.12.12 0 0 0 .035.108a.12.12 0 0 0 .108.035c.362-.056 1.226-.225 1.62-.619a.8.8 0 0 0 .188-.263"/></svg> </template>
CSS
.icon-feed-rocket-16 {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2016A8%208%200%201%201%208%200a8%208%200%200%201%200%2016m3.031-12a4.38%204.38%200%200%200-3.097%201.283l-.23.229q-.235.235-.452.49H5.65a.88.88%200%200%200-.746.417l-.856%201.388a.377.377%200%200%200%20.21.556l1.552.477l1.35%201.35l.478%201.553a.374.374%200%200%200%20.555.21l1.389-.855a.88.88%200%200%200%20.416-.746V8.747q.255-.216.49-.452l.23-.23A4.38%204.38%200%200%200%2012%204.969v-.093A.876.876%200%200%200%2011.124%204Zm-5.107%207.144h-.001a.809.809%200%200%200-1.33-.881c-.395.394-.564%201.258-.62%201.62a.12.12%200%200%200%20.035.108a.12.12%200%200%200%20.108.035c.362-.056%201.226-.225%201.62-.619a.8.8%200%200%200%20.188-.263%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2016A8%208%200%201%201%208%200a8%208%200%200%201%200%2016m3.031-12a4.38%204.38%200%200%200-3.097%201.283l-.23.229q-.235.235-.452.49H5.65a.88.88%200%200%200-.746.417l-.856%201.388a.377.377%200%200%200%20.21.556l1.552.477l1.35%201.35l.478%201.553a.374.374%200%200%200%20.555.21l1.389-.855a.88.88%200%200%200%20.416-.746V8.747q.255-.216.49-.452l.23-.23A4.38%204.38%200%200%200%2012%204.969v-.093A.876.876%200%200%200%2011.124%204Zm-5.107%207.144h-.001a.809.809%200%200%200-1.33-.881c-.395.394-.564%201.258-.62%201.62a.12.12%200%200%200%20.035.108a.12.12%200%200%200%20.108.035c.362-.056%201.226-.225%201.62-.619a.8.8%200%200%200%20.188-.263%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/feed-rocket-16.svg?color=%231a73e8&size=48