feed trophy icon
feed-trophy-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.
- Name
- feed-trophy-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-rocket-16feed-star-16feed-tag-16
Use the feed trophy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11 5h1v1.146a1 1 0 0 1-.629.928L11 7.223zM5 7.223l-.371-.149A1 1 0 0 1 4 6.146V5h1z"/><path fill="currentColor" d="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16M3 5v1.146a2 2 0 0 0 1.257 1.858l.865.346a3 3 0 0 0 2.294 2.093C7.22 11.404 6.658 12 5.502 12H5.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1c-1.158 0-1.72-.595-1.916-1.557a3 3 0 0 0 2.294-2.094l.865-.346A2 2 0 0 0 13 6.146V5a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1"/></svg>
React
import type { SVGProps } from "react";
export function OcticonFeedTrophy16(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="M11 5h1v1.146a1 1 0 0 1-.629.928L11 7.223zM5 7.223l-.371-.149A1 1 0 0 1 4 6.146V5h1z"/><path fill="currentColor" d="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16M3 5v1.146a2 2 0 0 0 1.257 1.858l.865.346a3 3 0 0 0 2.294 2.093C7.22 11.404 6.658 12 5.502 12H5.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1c-1.158 0-1.72-.595-1.916-1.557a3 3 0 0 0 2.294-2.094l.865-.346A2 2 0 0 0 13 6.146V5a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11 5h1v1.146a1 1 0 0 1-.629.928L11 7.223zM5 7.223l-.371-.149A1 1 0 0 1 4 6.146V5h1z"/><path fill="currentColor" d="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16M3 5v1.146a2 2 0 0 0 1.257 1.858l.865.346a3 3 0 0 0 2.294 2.093C7.22 11.404 6.658 12 5.502 12H5.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1c-1.158 0-1.72-.595-1.916-1.557a3 3 0 0 0 2.294-2.094l.865-.346A2 2 0 0 0 13 6.146V5a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1"/></svg> </template>
CSS
.icon-feed-trophy-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%22M11%205h1v1.146a1%201%200%200%201-.629.928L11%207.223zM5%207.223l-.371-.149A1%201%200%200%201%204%206.146V5h1z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2016A8%208%200%201%201%208%200a8%208%200%200%201%200%2016M3%205v1.146a2%202%200%200%200%201.257%201.858l.865.346a3%203%200%200%200%202.294%202.093C7.22%2011.404%206.658%2012%205.502%2012H5.5a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1c-1.158%200-1.72-.595-1.916-1.557a3%203%200%200%200%202.294-2.094l.865-.346A2%202%200%200%200%2013%206.146V5a1%201%200%200%200-1-1H4a1%201%200%200%200-1%201%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%22M11%205h1v1.146a1%201%200%200%201-.629.928L11%207.223zM5%207.223l-.371-.149A1%201%200%200%201%204%206.146V5h1z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2016A8%208%200%201%201%208%200a8%208%200%200%201%200%2016M3%205v1.146a2%202%200%200%200%201.257%201.858l.865.346a3%203%200%200%200%202.294%202.093C7.22%2011.404%206.658%2012%205.502%2012H5.5a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1c-1.158%200-1.72-.595-1.916-1.557a3%203%200%200%200%202.294-2.094l.865-.346A2%202%200%200%200%2013%206.146V5a1%201%200%200%200-1-1H4a1%201%200%200%200-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/feed-trophy-16.svg?color=%231a73e8&size=48