seal icon
seal from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- seal
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the seal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M9.78 3.352c.563-.603.845-.905 1.146-1.073a2.2 2.2 0 0 1 2.148 0c.301.168.583.47 1.147 1.073c.679.726 1.362.995 2.323.963c.826-.028 1.238-.042 1.57.052a2.21 2.21 0 0 1 1.52 1.52c.093.33.08.743.051 1.568c-.033.994.26 1.667.963 2.324c.603.564.905.846 1.073 1.147c.372.668.372 1.48 0 2.148c-.168.301-.47.583-1.073 1.147c-.726.679-.995 1.362-.963 2.323c.028.826.042 1.238-.052 1.57a2.2 2.2 0 0 1-1.52 1.52c-.33.093-.743.08-1.569.051c-.96-.032-1.644.237-2.323.963c-.564.603-.846.905-1.147 1.073a2.2 2.2 0 0 1-2.148 0c-.301-.168-.583-.47-1.147-1.073c-.657-.703-1.33-.996-2.324-.963c-.825.028-1.237.042-1.569-.052a2.2 2.2 0 0 1-1.52-1.52c-.093-.33-.08-.743-.051-1.569c.032-.96-.237-1.644-.963-2.323c-.603-.564-.905-.846-1.073-1.147a2.2 2.2 0 0 1 0-2.148c.168-.301.47-.583 1.073-1.147c.726-.679.995-1.362.963-2.324c-.028-.825-.042-1.237.052-1.569a2.2 2.2 0 0 1 1.52-1.52c1.441-.408 2.692.27 3.892-1.014Z"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSeal(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="1.5" d="M9.78 3.352c.563-.603.845-.905 1.146-1.073a2.2 2.2 0 0 1 2.148 0c.301.168.583.47 1.147 1.073c.679.726 1.362.995 2.323.963c.826-.028 1.238-.042 1.57.052a2.21 2.21 0 0 1 1.52 1.52c.093.33.08.743.051 1.568c-.033.994.26 1.667.963 2.324c.603.564.905.846 1.073 1.147c.372.668.372 1.48 0 2.148c-.168.301-.47.583-1.073 1.147c-.726.679-.995 1.362-.963 2.323c.028.826.042 1.238-.052 1.57a2.2 2.2 0 0 1-1.52 1.52c-.33.093-.743.08-1.569.051c-.96-.032-1.644.237-2.323.963c-.564.603-.846.905-1.147 1.073a2.2 2.2 0 0 1-2.148 0c-.301-.168-.583-.47-1.147-1.073c-.657-.703-1.33-.996-2.324-.963c-.825.028-1.237.042-1.569-.052a2.2 2.2 0 0 1-1.52-1.52c-.093-.33-.08-.743-.051-1.569c.032-.96-.237-1.644-.963-2.323c-.603-.564-.905-.846-1.073-1.147a2.2 2.2 0 0 1 0-2.148c.168-.301.47-.583 1.073-1.147c.726-.679.995-1.362.963-2.324c-.028-.825-.042-1.237.052-1.569a2.2 2.2 0 0 1 1.52-1.52c1.441-.408 2.692.27 3.892-1.014Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M9.78 3.352c.563-.603.845-.905 1.146-1.073a2.2 2.2 0 0 1 2.148 0c.301.168.583.47 1.147 1.073c.679.726 1.362.995 2.323.963c.826-.028 1.238-.042 1.57.052a2.21 2.21 0 0 1 1.52 1.52c.093.33.08.743.051 1.568c-.033.994.26 1.667.963 2.324c.603.564.905.846 1.073 1.147c.372.668.372 1.48 0 2.148c-.168.301-.47.583-1.073 1.147c-.726.679-.995 1.362-.963 2.323c.028.826.042 1.238-.052 1.57a2.2 2.2 0 0 1-1.52 1.52c-.33.093-.743.08-1.569.051c-.96-.032-1.644.237-2.323.963c-.564.603-.846.905-1.147 1.073a2.2 2.2 0 0 1-2.148 0c-.301-.168-.583-.47-1.147-1.073c-.657-.703-1.33-.996-2.324-.963c-.825.028-1.237.042-1.569-.052a2.2 2.2 0 0 1-1.52-1.52c-.093-.33-.08-.743-.051-1.569c.032-.96-.237-1.644-.963-2.323c-.603-.564-.905-.846-1.073-1.147a2.2 2.2 0 0 1 0-2.148c.168-.301.47-.583 1.073-1.147c.726-.679.995-1.362.963-2.324c-.028-.825-.042-1.237.052-1.569a2.2 2.2 0 0 1 1.52-1.52c1.441-.408 2.692.27 3.892-1.014Z"/></svg> </template>
CSS
.icon-seal {
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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M9.78%203.352c.563-.603.845-.905%201.146-1.073a2.2%202.2%200%200%201%202.148%200c.301.168.583.47%201.147%201.073c.679.726%201.362.995%202.323.963c.826-.028%201.238-.042%201.57.052a2.21%202.21%200%200%201%201.52%201.52c.093.33.08.743.051%201.568c-.033.994.26%201.667.963%202.324c.603.564.905.846%201.073%201.147c.372.668.372%201.48%200%202.148c-.168.301-.47.583-1.073%201.147c-.726.679-.995%201.362-.963%202.323c.028.826.042%201.238-.052%201.57a2.2%202.2%200%200%201-1.52%201.52c-.33.093-.743.08-1.569.051c-.96-.032-1.644.237-2.323.963c-.564.603-.846.905-1.147%201.073a2.2%202.2%200%200%201-2.148%200c-.301-.168-.583-.47-1.147-1.073c-.657-.703-1.33-.996-2.324-.963c-.825.028-1.237.042-1.569-.052a2.2%202.2%200%200%201-1.52-1.52c-.093-.33-.08-.743-.051-1.569c.032-.96-.237-1.644-.963-2.323c-.603-.564-.905-.846-1.073-1.147a2.2%202.2%200%200%201%200-2.148c.168-.301.47-.583%201.073-1.147c.726-.679.995-1.362.963-2.324c-.028-.825-.042-1.237.052-1.569a2.2%202.2%200%200%201%201.52-1.52c1.441-.408%202.692.27%203.892-1.014Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M9.78%203.352c.563-.603.845-.905%201.146-1.073a2.2%202.2%200%200%201%202.148%200c.301.168.583.47%201.147%201.073c.679.726%201.362.995%202.323.963c.826-.028%201.238-.042%201.57.052a2.21%202.21%200%200%201%201.52%201.52c.093.33.08.743.051%201.568c-.033.994.26%201.667.963%202.324c.603.564.905.846%201.073%201.147c.372.668.372%201.48%200%202.148c-.168.301-.47.583-1.073%201.147c-.726.679-.995%201.362-.963%202.323c.028.826.042%201.238-.052%201.57a2.2%202.2%200%200%201-1.52%201.52c-.33.093-.743.08-1.569.051c-.96-.032-1.644.237-2.323.963c-.564.603-.846.905-1.147%201.073a2.2%202.2%200%200%201-2.148%200c-.301-.168-.583-.47-1.147-1.073c-.657-.703-1.33-.996-2.324-.963c-.825.028-1.237.042-1.569-.052a2.2%202.2%200%200%201-1.52-1.52c-.093-.33-.08-.743-.051-1.569c.032-.96-.237-1.644-.963-2.323c-.603-.564-.905-.846-1.073-1.147a2.2%202.2%200%200%201%200-2.148c.168-.301.47-.583%201.073-1.147c.726-.679.995-1.362.963-2.324c-.028-.825-.042-1.237.052-1.569a2.2%202.2%200%200%201%201.52-1.52c1.441-.408%202.692.27%203.892-1.014Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/seal.svg?color=%231a73e8&size=48