xmark octagon icon

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

Name
xmark-octagon-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the xmark octagon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M20.887 50.71h14.226c2.977 0 4.407-.96 5.93-2.624l8.625-9.563c1.547-1.71 1.945-2.836 1.945-5.156v-10.71c0-2.344-.398-3.446-1.945-5.157l-8.625-9.562c-1.523-1.665-2.953-2.649-5.93-2.649H20.887c-2.977 0-4.383.984-5.93 2.649L6.332 17.5c-1.547 1.71-1.945 2.813-1.945 5.156v10.711c0 2.32.398 3.446 1.945 5.156l8.625 9.563c1.547 1.664 2.953 2.625 5.93 2.625m-1.29-12.304a2.006 2.006 0 0 1-1.992-1.992c0-.539.235-1.031.586-1.36l7.008-7.03l-7.008-7.032a1.87 1.87 0 0 1-.586-1.36c0-1.1.891-1.945 1.993-1.945q.809 0 1.335.563l7.055 7.031l7.078-7.054c.399-.422.82-.586 1.336-.586a1.97 1.97 0 0 1 1.992 1.968c0 .54-.187.985-.585 1.36l-7.032 7.054l7.008 6.985c.352.375.586.843.586 1.406c0 1.078-.89 1.992-1.992 1.992c-.563 0-1.031-.258-1.383-.61l-7.008-7.007l-7.008 7.008c-.351.375-.843.61-1.382.61"/></svg>

React

import type { SVGProps } from "react";

export function F7XmarkOctagonFill(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="M20.887 50.71h14.226c2.977 0 4.407-.96 5.93-2.624l8.625-9.563c1.547-1.71 1.945-2.836 1.945-5.156v-10.71c0-2.344-.398-3.446-1.945-5.157l-8.625-9.562c-1.523-1.665-2.953-2.649-5.93-2.649H20.887c-2.977 0-4.383.984-5.93 2.649L6.332 17.5c-1.547 1.71-1.945 2.813-1.945 5.156v10.711c0 2.32.398 3.446 1.945 5.156l8.625 9.563c1.547 1.664 2.953 2.625 5.93 2.625m-1.29-12.304a2.006 2.006 0 0 1-1.992-1.992c0-.539.235-1.031.586-1.36l7.008-7.03l-7.008-7.032a1.87 1.87 0 0 1-.586-1.36c0-1.1.891-1.945 1.993-1.945q.809 0 1.335.563l7.055 7.031l7.078-7.054c.399-.422.82-.586 1.336-.586a1.97 1.97 0 0 1 1.992 1.968c0 .54-.187.985-.585 1.36l-7.032 7.054l7.008 6.985c.352.375.586.843.586 1.406c0 1.078-.89 1.992-1.992 1.992c-.563 0-1.031-.258-1.383-.61l-7.008-7.007l-7.008 7.008c-.351.375-.843.61-1.382.61"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M20.887 50.71h14.226c2.977 0 4.407-.96 5.93-2.624l8.625-9.563c1.547-1.71 1.945-2.836 1.945-5.156v-10.71c0-2.344-.398-3.446-1.945-5.157l-8.625-9.562c-1.523-1.665-2.953-2.649-5.93-2.649H20.887c-2.977 0-4.383.984-5.93 2.649L6.332 17.5c-1.547 1.71-1.945 2.813-1.945 5.156v10.711c0 2.32.398 3.446 1.945 5.156l8.625 9.563c1.547 1.664 2.953 2.625 5.93 2.625m-1.29-12.304a2.006 2.006 0 0 1-1.992-1.992c0-.539.235-1.031.586-1.36l7.008-7.03l-7.008-7.032a1.87 1.87 0 0 1-.586-1.36c0-1.1.891-1.945 1.993-1.945q.809 0 1.335.563l7.055 7.031l7.078-7.054c.399-.422.82-.586 1.336-.586a1.97 1.97 0 0 1 1.992 1.968c0 .54-.187.985-.585 1.36l-7.032 7.054l7.008 6.985c.352.375.586.843.586 1.406c0 1.078-.89 1.992-1.992 1.992c-.563 0-1.031-.258-1.383-.61l-7.008-7.007l-7.008 7.008c-.351.375-.843.61-1.382.61"/></svg>
</template>

CSS

.icon-xmark-octagon-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%22M20.887%2050.71h14.226c2.977%200%204.407-.96%205.93-2.624l8.625-9.563c1.547-1.71%201.945-2.836%201.945-5.156v-10.71c0-2.344-.398-3.446-1.945-5.157l-8.625-9.562c-1.523-1.665-2.953-2.649-5.93-2.649H20.887c-2.977%200-4.383.984-5.93%202.649L6.332%2017.5c-1.547%201.71-1.945%202.813-1.945%205.156v10.711c0%202.32.398%203.446%201.945%205.156l8.625%209.563c1.547%201.664%202.953%202.625%205.93%202.625m-1.29-12.304a2.006%202.006%200%200%201-1.992-1.992c0-.539.235-1.031.586-1.36l7.008-7.03l-7.008-7.032a1.87%201.87%200%200%201-.586-1.36c0-1.1.891-1.945%201.993-1.945q.809%200%201.335.563l7.055%207.031l7.078-7.054c.399-.422.82-.586%201.336-.586a1.97%201.97%200%200%201%201.992%201.968c0%20.54-.187.985-.585%201.36l-7.032%207.054l7.008%206.985c.352.375.586.843.586%201.406c0%201.078-.89%201.992-1.992%201.992c-.563%200-1.031-.258-1.383-.61l-7.008-7.007l-7.008%207.008c-.351.375-.843.61-1.382.61%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%22M20.887%2050.71h14.226c2.977%200%204.407-.96%205.93-2.624l8.625-9.563c1.547-1.71%201.945-2.836%201.945-5.156v-10.71c0-2.344-.398-3.446-1.945-5.157l-8.625-9.562c-1.523-1.665-2.953-2.649-5.93-2.649H20.887c-2.977%200-4.383.984-5.93%202.649L6.332%2017.5c-1.547%201.71-1.945%202.813-1.945%205.156v10.711c0%202.32.398%203.446%201.945%205.156l8.625%209.563c1.547%201.664%202.953%202.625%205.93%202.625m-1.29-12.304a2.006%202.006%200%200%201-1.992-1.992c0-.539.235-1.031.586-1.36l7.008-7.03l-7.008-7.032a1.87%201.87%200%200%201-.586-1.36c0-1.1.891-1.945%201.993-1.945q.809%200%201.335.563l7.055%207.031l7.078-7.054c.399-.422.82-.586%201.336-.586a1.97%201.97%200%200%201%201.992%201.968c0%20.54-.187.985-.585%201.36l-7.032%207.054l7.008%206.985c.352.375.586.843.586%201.406c0%201.078-.89%201.992-1.992%201.992c-.563%200-1.031-.258-1.383-.61l-7.008-7.007l-7.008%207.008c-.351.375-.843.61-1.382.61%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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