flag-slash-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
flag-slash-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the flag slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M47.067 46.598c.726.703 1.874.703 2.554 0c.727-.68.727-1.852 0-2.555L8.911 3.356a1.84 1.84 0 0 0-2.579 0c-.68.68-.68 1.875 0 2.554ZM16.879 7.363l31.172 31.149c.375-.586.586-1.266.586-2.11V12.59c0-1.242-1.078-1.992-2.438-1.992c-1.148 0-3.304 1.007-7.336 1.007c-8.086 0-13.476-4.124-21.984-4.242M7.012 51.566c0 .961.82 1.782 1.781 1.782c.984 0 1.781-.774 1.781-1.782V38.56c.586-.258 2.79-1.102 6.235-1.102c8.297 0 13.5 3.844 21.351 4.195L7.48 11.02a3 3 0 0 0-.468 1.617Z"/></svg>

React

import type { SVGProps } from "react";

export function F7FlagSlashFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M47.067 46.598c.726.703 1.874.703 2.554 0c.727-.68.727-1.852 0-2.555L8.911 3.356a1.84 1.84 0 0 0-2.579 0c-.68.68-.68 1.875 0 2.554ZM16.879 7.363l31.172 31.149c.375-.586.586-1.266.586-2.11V12.59c0-1.242-1.078-1.992-2.438-1.992c-1.148 0-3.304 1.007-7.336 1.007c-8.086 0-13.476-4.124-21.984-4.242M7.012 51.566c0 .961.82 1.782 1.781 1.782c.984 0 1.781-.774 1.781-1.782V38.56c.586-.258 2.79-1.102 6.235-1.102c8.297 0 13.5 3.844 21.351 4.195L7.48 11.02a3 3 0 0 0-.468 1.617Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M47.067 46.598c.726.703 1.874.703 2.554 0c.727-.68.727-1.852 0-2.555L8.911 3.356a1.84 1.84 0 0 0-2.579 0c-.68.68-.68 1.875 0 2.554ZM16.879 7.363l31.172 31.149c.375-.586.586-1.266.586-2.11V12.59c0-1.242-1.078-1.992-2.438-1.992c-1.148 0-3.304 1.007-7.336 1.007c-8.086 0-13.476-4.124-21.984-4.242M7.012 51.566c0 .961.82 1.782 1.781 1.782c.984 0 1.781-.774 1.781-1.782V38.56c.586-.258 2.79-1.102 6.235-1.102c8.297 0 13.5 3.844 21.351 4.195L7.48 11.02a3 3 0 0 0-.468 1.617Z"/></svg>
</template>

CSS

.icon-flag-slash-fill {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M47.067%2046.598c.726.703%201.874.703%202.554%200c.727-.68.727-1.852%200-2.555L8.911%203.356a1.84%201.84%200%200%200-2.579%200c-.68.68-.68%201.875%200%202.554ZM16.879%207.363l31.172%2031.149c.375-.586.586-1.266.586-2.11V12.59c0-1.242-1.078-1.992-2.438-1.992c-1.148%200-3.304%201.007-7.336%201.007c-8.086%200-13.476-4.124-21.984-4.242M7.012%2051.566c0%20.961.82%201.782%201.781%201.782c.984%200%201.781-.774%201.781-1.782V38.56c.586-.258%202.79-1.102%206.235-1.102c8.297%200%2013.5%203.844%2021.351%204.195L7.48%2011.02a3%203%200%200%200-.468%201.617Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M47.067%2046.598c.726.703%201.874.703%202.554%200c.727-.68.727-1.852%200-2.555L8.911%203.356a1.84%201.84%200%200%200-2.579%200c-.68.68-.68%201.875%200%202.554ZM16.879%207.363l31.172%2031.149c.375-.586.586-1.266.586-2.11V12.59c0-1.242-1.078-1.992-2.438-1.992c-1.148%200-3.304%201.007-7.336%201.007c-8.086%200-13.476-4.124-21.984-4.242M7.012%2051.566c0%20.961.82%201.782%201.781%201.782c.984%200%201.781-.774%201.781-1.782V38.56c.586-.258%202.79-1.102%206.235-1.102c8.297%200%2013.5%203.844%2021.351%204.195L7.48%2011.02a3%203%200%200%200-.468%201.617Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/flag-slash-fill.svg?color=%231a73e8&size=48