xmark octagon icon

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

Name
xmark-octagon
Set
Framework7 Icons
Style
Outline
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.625m1.265-3.75c-2.343 0-3-.515-4.312-1.921l-7.97-8.79c-.937-1.031-1.148-1.617-1.148-3.328v-9.82c0-1.711.21-2.297 1.148-3.329l7.969-8.789c1.312-1.43 1.969-1.921 4.312-1.921h11.696c2.343 0 3 .492 4.312 1.921l7.992 8.79c.914 1.03 1.126 1.617 1.126 3.328v9.82c0 1.71-.212 2.297-1.126 3.328l-7.992 8.789c-1.312 1.406-1.969 1.922-4.312 1.922Zm-2.156-9.046c.516 0 .984-.21 1.336-.586l6.656-6.656l6.657 6.656c.351.352.796.586 1.335.586a1.905 1.905 0 0 0 1.899-1.898c0-.54-.211-.961-.586-1.336l-6.656-6.657l6.68-6.703c.398-.398.585-.797.585-1.312c0-1.055-.843-1.875-1.898-1.875c-.492 0-.89.187-1.29.586l-6.726 6.68l-6.703-6.657a1.7 1.7 0 0 0-1.289-.562c-1.055 0-1.898.797-1.898 1.851c0 .516.21.961.585 1.313l6.657 6.68l-6.657 6.68c-.374.35-.585.796-.585 1.312c0 1.03.843 1.898 1.898 1.898"/></svg>

React

import type { SVGProps } from "react";

export function F7XmarkOctagon(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.625m1.265-3.75c-2.343 0-3-.515-4.312-1.921l-7.97-8.79c-.937-1.031-1.148-1.617-1.148-3.328v-9.82c0-1.711.21-2.297 1.148-3.329l7.969-8.789c1.312-1.43 1.969-1.921 4.312-1.921h11.696c2.343 0 3 .492 4.312 1.921l7.992 8.79c.914 1.03 1.126 1.617 1.126 3.328v9.82c0 1.71-.212 2.297-1.126 3.328l-7.992 8.789c-1.312 1.406-1.969 1.922-4.312 1.922Zm-2.156-9.046c.516 0 .984-.21 1.336-.586l6.656-6.656l6.657 6.656c.351.352.796.586 1.335.586a1.905 1.905 0 0 0 1.899-1.898c0-.54-.211-.961-.586-1.336l-6.656-6.657l6.68-6.703c.398-.398.585-.797.585-1.312c0-1.055-.843-1.875-1.898-1.875c-.492 0-.89.187-1.29.586l-6.726 6.68l-6.703-6.657a1.7 1.7 0 0 0-1.289-.562c-1.055 0-1.898.797-1.898 1.851c0 .516.21.961.585 1.313l6.657 6.68l-6.657 6.68c-.374.35-.585.796-.585 1.312c0 1.03.843 1.898 1.898 1.898"/></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.625m1.265-3.75c-2.343 0-3-.515-4.312-1.921l-7.97-8.79c-.937-1.031-1.148-1.617-1.148-3.328v-9.82c0-1.711.21-2.297 1.148-3.329l7.969-8.789c1.312-1.43 1.969-1.921 4.312-1.921h11.696c2.343 0 3 .492 4.312 1.921l7.992 8.79c.914 1.03 1.126 1.617 1.126 3.328v9.82c0 1.71-.212 2.297-1.126 3.328l-7.992 8.789c-1.312 1.406-1.969 1.922-4.312 1.922Zm-2.156-9.046c.516 0 .984-.21 1.336-.586l6.656-6.656l6.657 6.656c.351.352.796.586 1.335.586a1.905 1.905 0 0 0 1.899-1.898c0-.54-.211-.961-.586-1.336l-6.656-6.657l6.68-6.703c.398-.398.585-.797.585-1.312c0-1.055-.843-1.875-1.898-1.875c-.492 0-.89.187-1.29.586l-6.726 6.68l-6.703-6.657a1.7 1.7 0 0 0-1.289-.562c-1.055 0-1.898.797-1.898 1.851c0 .516.21.961.585 1.313l6.657 6.68l-6.657 6.68c-.374.35-.585.796-.585 1.312c0 1.03.843 1.898 1.898 1.898"/></svg>
</template>

CSS

.icon-xmark-octagon {
  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.625m1.265-3.75c-2.343%200-3-.515-4.312-1.921l-7.97-8.79c-.937-1.031-1.148-1.617-1.148-3.328v-9.82c0-1.711.21-2.297%201.148-3.329l7.969-8.789c1.312-1.43%201.969-1.921%204.312-1.921h11.696c2.343%200%203%20.492%204.312%201.921l7.992%208.79c.914%201.03%201.126%201.617%201.126%203.328v9.82c0%201.71-.212%202.297-1.126%203.328l-7.992%208.789c-1.312%201.406-1.969%201.922-4.312%201.922Zm-2.156-9.046c.516%200%20.984-.21%201.336-.586l6.656-6.656l6.657%206.656c.351.352.796.586%201.335.586a1.905%201.905%200%200%200%201.899-1.898c0-.54-.211-.961-.586-1.336l-6.656-6.657l6.68-6.703c.398-.398.585-.797.585-1.312c0-1.055-.843-1.875-1.898-1.875c-.492%200-.89.187-1.29.586l-6.726%206.68l-6.703-6.657a1.7%201.7%200%200%200-1.289-.562c-1.055%200-1.898.797-1.898%201.851c0%20.516.21.961.585%201.313l6.657%206.68l-6.657%206.68c-.374.35-.585.796-.585%201.312c0%201.03.843%201.898%201.898%201.898%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.625m1.265-3.75c-2.343%200-3-.515-4.312-1.921l-7.97-8.79c-.937-1.031-1.148-1.617-1.148-3.328v-9.82c0-1.711.21-2.297%201.148-3.329l7.969-8.789c1.312-1.43%201.969-1.921%204.312-1.921h11.696c2.343%200%203%20.492%204.312%201.921l7.992%208.79c.914%201.03%201.126%201.617%201.126%203.328v9.82c0%201.71-.212%202.297-1.126%203.328l-7.992%208.789c-1.312%201.406-1.969%201.922-4.312%201.922Zm-2.156-9.046c.516%200%20.984-.21%201.336-.586l6.656-6.656l6.657%206.656c.351.352.796.586%201.335.586a1.905%201.905%200%200%200%201.899-1.898c0-.54-.211-.961-.586-1.336l-6.656-6.657l6.68-6.703c.398-.398.585-.797.585-1.312c0-1.055-.843-1.875-1.898-1.875c-.492%200-.89.187-1.29.586l-6.726%206.68l-6.703-6.657a1.7%201.7%200%200%200-1.289-.562c-1.055%200-1.898.797-1.898%201.851c0%20.516.21.961.585%201.313l6.657%206.68l-6.657%206.68c-.374.35-.585.796-.585%201.312c0%201.03.843%201.898%201.898%201.898%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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