feed tag icon

feed-tag-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.

Name
feed-tag-16
Set
Octicons
Style
16
Viewbox
16×16
License
MIT

Related icons in Octicons

Use the feed tag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.22 6.5a.72.72 0 1 1-1.44 0a.72.72 0 0 1 1.44 0"/><path fill="currentColor" d="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16M4 5v3.38c.001.397.159.778.44 1.059l3.211 3.213a1.2 1.2 0 0 0 1.698 0l3.303-3.303a1.2 1.2 0 0 0 0-1.698L9.439 4.44A1.5 1.5 0 0 0 8.379 4H5a1 1 0 0 0-1 1"/></svg>

React

import type { SVGProps } from "react";

export function OcticonFeedTag16(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="M7.22 6.5a.72.72 0 1 1-1.44 0a.72.72 0 0 1 1.44 0"/><path fill="currentColor" d="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16M4 5v3.38c.001.397.159.778.44 1.059l3.211 3.213a1.2 1.2 0 0 0 1.698 0l3.303-3.303a1.2 1.2 0 0 0 0-1.698L9.439 4.44A1.5 1.5 0 0 0 8.379 4H5a1 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="M7.22 6.5a.72.72 0 1 1-1.44 0a.72.72 0 0 1 1.44 0"/><path fill="currentColor" d="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16M4 5v3.38c.001.397.159.778.44 1.059l3.211 3.213a1.2 1.2 0 0 0 1.698 0l3.303-3.303a1.2 1.2 0 0 0 0-1.698L9.439 4.44A1.5 1.5 0 0 0 8.379 4H5a1 1 0 0 0-1 1"/></svg>
</template>

CSS

.icon-feed-tag-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%22M7.22%206.5a.72.72%200%201%201-1.44%200a.72.72%200%200%201%201.44%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2016A8%208%200%201%201%208%200a8%208%200%200%201%200%2016M4%205v3.38c.001.397.159.778.44%201.059l3.211%203.213a1.2%201.2%200%200%200%201.698%200l3.303-3.303a1.2%201.2%200%200%200%200-1.698L9.439%204.44A1.5%201.5%200%200%200%208.379%204H5a1%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%22M7.22%206.5a.72.72%200%201%201-1.44%200a.72.72%200%200%201%201.44%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2016A8%208%200%201%201%208%200a8%208%200%200%201%200%2016M4%205v3.38c.001.397.159.778.44%201.059l3.211%203.213a1.2%201.2%200%200%200%201.698%200l3.303-3.303a1.2%201.2%200%200%200%200-1.698L9.439%204.44A1.5%201.5%200%200%200%208.379%204H5a1%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-tag-16.svg?color=%231a73e8&size=48