exclamationmark icon
exclamationmark from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- exclamationmark
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the exclamationmark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28.012 37.363c1.242 0 2.11-.82 2.133-2.086l.21-27.304c0-1.336-1.101-2.25-2.367-2.25c-1.242 0-2.343.914-2.343 2.25l.257 27.304c.024 1.266.89 2.086 2.11 2.086m-.024 12.914a3.33 3.33 0 0 0 3.352-3.328c0-1.851-1.477-3.328-3.352-3.328a3.326 3.326 0 0 0-3.328 3.328a3.34 3.34 0 0 0 3.328 3.328"/></svg>
React
import type { SVGProps } from "react";
export function F7Exclamationmark(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="M28.012 37.363c1.242 0 2.11-.82 2.133-2.086l.21-27.304c0-1.336-1.101-2.25-2.367-2.25c-1.242 0-2.343.914-2.343 2.25l.257 27.304c.024 1.266.89 2.086 2.11 2.086m-.024 12.914a3.33 3.33 0 0 0 3.352-3.328c0-1.851-1.477-3.328-3.352-3.328a3.326 3.326 0 0 0-3.328 3.328a3.34 3.34 0 0 0 3.328 3.328"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28.012 37.363c1.242 0 2.11-.82 2.133-2.086l.21-27.304c0-1.336-1.101-2.25-2.367-2.25c-1.242 0-2.343.914-2.343 2.25l.257 27.304c.024 1.266.89 2.086 2.11 2.086m-.024 12.914a3.33 3.33 0 0 0 3.352-3.328c0-1.851-1.477-3.328-3.352-3.328a3.326 3.326 0 0 0-3.328 3.328a3.34 3.34 0 0 0 3.328 3.328"/></svg> </template>
CSS
.icon-exclamationmark {
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%22M28.012%2037.363c1.242%200%202.11-.82%202.133-2.086l.21-27.304c0-1.336-1.101-2.25-2.367-2.25c-1.242%200-2.343.914-2.343%202.25l.257%2027.304c.024%201.266.89%202.086%202.11%202.086m-.024%2012.914a3.33%203.33%200%200%200%203.352-3.328c0-1.851-1.477-3.328-3.352-3.328a3.326%203.326%200%200%200-3.328%203.328a3.34%203.34%200%200%200%203.328%203.328%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%22M28.012%2037.363c1.242%200%202.11-.82%202.133-2.086l.21-27.304c0-1.336-1.101-2.25-2.367-2.25c-1.242%200-2.343.914-2.343%202.25l.257%2027.304c.024%201.266.89%202.086%202.11%202.086m-.024%2012.914a3.33%203.33%200%200%200%203.352-3.328c0-1.851-1.477-3.328-3.352-3.328a3.326%203.326%200%200%200-3.328%203.328a3.34%203.34%200%200%200%203.328%203.328%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/exclamationmark.svg?color=%231a73e8&size=48