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

Name
xmark-shield
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the xmark shield icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M27.988 51.672c.375 0 .985-.14 1.594-.469c13.313-7.476 17.906-10.64 17.906-19.195v-17.93c0-2.46-1.078-3.234-3.047-4.078c-2.765-1.148-11.718-4.36-14.484-5.32c-.633-.211-1.289-.352-1.969-.352c-.656 0-1.312.188-1.945.352c-2.766.843-11.719 4.195-14.484 5.32c-1.97.82-3.047 1.617-3.047 4.078v17.93c0 8.554 4.617 11.695 17.906 19.195c.61.328 1.195.469 1.57.469m0-4.266c-.351 0-.75-.14-1.453-.562c-10.828-6.563-14.297-8.485-14.297-15.703V14.78c0-.797.164-1.101.797-1.36c3.563-1.405 10.43-3.843 14.04-5.132q.526-.21.913-.21c.282 0 .563.07.938.21c3.61 1.29 10.406 3.89 14.039 5.133c.633.234.797.562.797 1.36V31.14c0 7.218-3.492 9.117-14.297 15.703c-.703.422-1.102.562-1.477.562M19.996 37.28a1.8 1.8 0 0 0 1.336-.586l6.633-6.656l6.68 6.656c.351.352.796.586 1.335.586a1.89 1.89 0 0 0 1.899-1.898c0-.54-.211-.961-.586-1.336l-6.656-6.656l6.68-6.703c.398-.399.585-.797.585-1.313a1.886 1.886 0 0 0-1.898-1.875c-.492 0-.89.188-1.29.586l-6.75 6.68l-6.679-6.657a1.7 1.7 0 0 0-1.289-.562c-1.055 0-1.898.82-1.898 1.851c0 .516.21.961.586 1.313l6.656 6.68l-6.656 6.68c-.375.35-.586.796-.586 1.312a1.89 1.89 0 0 0 1.898 1.898"/></svg>

React

import type { SVGProps } from "react";

export function F7XmarkShield(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="M27.988 51.672c.375 0 .985-.14 1.594-.469c13.313-7.476 17.906-10.64 17.906-19.195v-17.93c0-2.46-1.078-3.234-3.047-4.078c-2.765-1.148-11.718-4.36-14.484-5.32c-.633-.211-1.289-.352-1.969-.352c-.656 0-1.312.188-1.945.352c-2.766.843-11.719 4.195-14.484 5.32c-1.97.82-3.047 1.617-3.047 4.078v17.93c0 8.554 4.617 11.695 17.906 19.195c.61.328 1.195.469 1.57.469m0-4.266c-.351 0-.75-.14-1.453-.562c-10.828-6.563-14.297-8.485-14.297-15.703V14.78c0-.797.164-1.101.797-1.36c3.563-1.405 10.43-3.843 14.04-5.132q.526-.21.913-.21c.282 0 .563.07.938.21c3.61 1.29 10.406 3.89 14.039 5.133c.633.234.797.562.797 1.36V31.14c0 7.218-3.492 9.117-14.297 15.703c-.703.422-1.102.562-1.477.562M19.996 37.28a1.8 1.8 0 0 0 1.336-.586l6.633-6.656l6.68 6.656c.351.352.796.586 1.335.586a1.89 1.89 0 0 0 1.899-1.898c0-.54-.211-.961-.586-1.336l-6.656-6.656l6.68-6.703c.398-.399.585-.797.585-1.313a1.886 1.886 0 0 0-1.898-1.875c-.492 0-.89.188-1.29.586l-6.75 6.68l-6.679-6.657a1.7 1.7 0 0 0-1.289-.562c-1.055 0-1.898.82-1.898 1.851c0 .516.21.961.586 1.313l6.656 6.68l-6.656 6.68c-.375.35-.586.796-.586 1.312a1.89 1.89 0 0 0 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="M27.988 51.672c.375 0 .985-.14 1.594-.469c13.313-7.476 17.906-10.64 17.906-19.195v-17.93c0-2.46-1.078-3.234-3.047-4.078c-2.765-1.148-11.718-4.36-14.484-5.32c-.633-.211-1.289-.352-1.969-.352c-.656 0-1.312.188-1.945.352c-2.766.843-11.719 4.195-14.484 5.32c-1.97.82-3.047 1.617-3.047 4.078v17.93c0 8.554 4.617 11.695 17.906 19.195c.61.328 1.195.469 1.57.469m0-4.266c-.351 0-.75-.14-1.453-.562c-10.828-6.563-14.297-8.485-14.297-15.703V14.78c0-.797.164-1.101.797-1.36c3.563-1.405 10.43-3.843 14.04-5.132q.526-.21.913-.21c.282 0 .563.07.938.21c3.61 1.29 10.406 3.89 14.039 5.133c.633.234.797.562.797 1.36V31.14c0 7.218-3.492 9.117-14.297 15.703c-.703.422-1.102.562-1.477.562M19.996 37.28a1.8 1.8 0 0 0 1.336-.586l6.633-6.656l6.68 6.656c.351.352.796.586 1.335.586a1.89 1.89 0 0 0 1.899-1.898c0-.54-.211-.961-.586-1.336l-6.656-6.656l6.68-6.703c.398-.399.585-.797.585-1.313a1.886 1.886 0 0 0-1.898-1.875c-.492 0-.89.188-1.29.586l-6.75 6.68l-6.679-6.657a1.7 1.7 0 0 0-1.289-.562c-1.055 0-1.898.82-1.898 1.851c0 .516.21.961.586 1.313l6.656 6.68l-6.656 6.68c-.375.35-.586.796-.586 1.312a1.89 1.89 0 0 0 1.898 1.898"/></svg>
</template>

CSS

.icon-xmark-shield {
  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%22M27.988%2051.672c.375%200%20.985-.14%201.594-.469c13.313-7.476%2017.906-10.64%2017.906-19.195v-17.93c0-2.46-1.078-3.234-3.047-4.078c-2.765-1.148-11.718-4.36-14.484-5.32c-.633-.211-1.289-.352-1.969-.352c-.656%200-1.312.188-1.945.352c-2.766.843-11.719%204.195-14.484%205.32c-1.97.82-3.047%201.617-3.047%204.078v17.93c0%208.554%204.617%2011.695%2017.906%2019.195c.61.328%201.195.469%201.57.469m0-4.266c-.351%200-.75-.14-1.453-.562c-10.828-6.563-14.297-8.485-14.297-15.703V14.78c0-.797.164-1.101.797-1.36c3.563-1.405%2010.43-3.843%2014.04-5.132q.526-.21.913-.21c.282%200%20.563.07.938.21c3.61%201.29%2010.406%203.89%2014.039%205.133c.633.234.797.562.797%201.36V31.14c0%207.218-3.492%209.117-14.297%2015.703c-.703.422-1.102.562-1.477.562M19.996%2037.28a1.8%201.8%200%200%200%201.336-.586l6.633-6.656l6.68%206.656c.351.352.796.586%201.335.586a1.89%201.89%200%200%200%201.899-1.898c0-.54-.211-.961-.586-1.336l-6.656-6.656l6.68-6.703c.398-.399.585-.797.585-1.313a1.886%201.886%200%200%200-1.898-1.875c-.492%200-.89.188-1.29.586l-6.75%206.68l-6.679-6.657a1.7%201.7%200%200%200-1.289-.562c-1.055%200-1.898.82-1.898%201.851c0%20.516.21.961.586%201.313l6.656%206.68l-6.656%206.68c-.375.35-.586.796-.586%201.312a1.89%201.89%200%200%200%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%22M27.988%2051.672c.375%200%20.985-.14%201.594-.469c13.313-7.476%2017.906-10.64%2017.906-19.195v-17.93c0-2.46-1.078-3.234-3.047-4.078c-2.765-1.148-11.718-4.36-14.484-5.32c-.633-.211-1.289-.352-1.969-.352c-.656%200-1.312.188-1.945.352c-2.766.843-11.719%204.195-14.484%205.32c-1.97.82-3.047%201.617-3.047%204.078v17.93c0%208.554%204.617%2011.695%2017.906%2019.195c.61.328%201.195.469%201.57.469m0-4.266c-.351%200-.75-.14-1.453-.562c-10.828-6.563-14.297-8.485-14.297-15.703V14.78c0-.797.164-1.101.797-1.36c3.563-1.405%2010.43-3.843%2014.04-5.132q.526-.21.913-.21c.282%200%20.563.07.938.21c3.61%201.29%2010.406%203.89%2014.039%205.133c.633.234.797.562.797%201.36V31.14c0%207.218-3.492%209.117-14.297%2015.703c-.703.422-1.102.562-1.477.562M19.996%2037.28a1.8%201.8%200%200%200%201.336-.586l6.633-6.656l6.68%206.656c.351.352.796.586%201.335.586a1.89%201.89%200%200%200%201.899-1.898c0-.54-.211-.961-.586-1.336l-6.656-6.656l6.68-6.703c.398-.399.585-.797.585-1.313a1.886%201.886%200%200%200-1.898-1.875c-.492%200-.89.188-1.29.586l-6.75%206.68l-6.679-6.657a1.7%201.7%200%200%200-1.289-.562c-1.055%200-1.898.82-1.898%201.851c0%20.516.21.961.586%201.313l6.656%206.68l-6.656%206.68c-.375.35-.586.796-.586%201.312a1.89%201.89%200%200%200%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-shield.svg?color=%231a73e8&size=48