highlight icon
highlight-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.
- Name
- highlight-filled
- Set
- Ant Design Icons
- Style
- Filled
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- highlight-fill
2 other variants in Ant Design Icons
The same icon in other sets
Use the highlight icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M957.6 507.4L603.2 158.2a7.9 7.9 0 0 0-11.2 0L353.3 393.4a8.03 8.03 0 0 0-.1 11.3l.1.1l40 39.4l-117.2 115.3a8.03 8.03 0 0 0-.1 11.3l.1.1l39.5 38.9l-189.1 187H72.1c-4.4 0-8.1 3.6-8.1 8V860c0 4.4 3.6 8 8 8h344.9c2.1 0 4.1-.8 5.6-2.3l76.1-75.6l40.4 39.8a7.9 7.9 0 0 0 11.2 0l117.1-115.6l40.1 39.5a7.9 7.9 0 0 0 11.2 0l238.7-235.2c3.4-3 3.4-8 .3-11.2"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignHighlightFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M957.6 507.4L603.2 158.2a7.9 7.9 0 0 0-11.2 0L353.3 393.4a8.03 8.03 0 0 0-.1 11.3l.1.1l40 39.4l-117.2 115.3a8.03 8.03 0 0 0-.1 11.3l.1.1l39.5 38.9l-189.1 187H72.1c-4.4 0-8.1 3.6-8.1 8V860c0 4.4 3.6 8 8 8h344.9c2.1 0 4.1-.8 5.6-2.3l76.1-75.6l40.4 39.8a7.9 7.9 0 0 0 11.2 0l117.1-115.6l40.1 39.5a7.9 7.9 0 0 0 11.2 0l238.7-235.2c3.4-3 3.4-8 .3-11.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M957.6 507.4L603.2 158.2a7.9 7.9 0 0 0-11.2 0L353.3 393.4a8.03 8.03 0 0 0-.1 11.3l.1.1l40 39.4l-117.2 115.3a8.03 8.03 0 0 0-.1 11.3l.1.1l39.5 38.9l-189.1 187H72.1c-4.4 0-8.1 3.6-8.1 8V860c0 4.4 3.6 8 8 8h344.9c2.1 0 4.1-.8 5.6-2.3l76.1-75.6l40.4 39.8a7.9 7.9 0 0 0 11.2 0l117.1-115.6l40.1 39.5a7.9 7.9 0 0 0 11.2 0l238.7-235.2c3.4-3 3.4-8 .3-11.2"/></svg> </template>
CSS
.icon-highlight-filled {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M957.6%20507.4L603.2%20158.2a7.9%207.9%200%200%200-11.2%200L353.3%20393.4a8.03%208.03%200%200%200-.1%2011.3l.1.1l40%2039.4l-117.2%20115.3a8.03%208.03%200%200%200-.1%2011.3l.1.1l39.5%2038.9l-189.1%20187H72.1c-4.4%200-8.1%203.6-8.1%208V860c0%204.4%203.6%208%208%208h344.9c2.1%200%204.1-.8%205.6-2.3l76.1-75.6l40.4%2039.8a7.9%207.9%200%200%200%2011.2%200l117.1-115.6l40.1%2039.5a7.9%207.9%200%200%200%2011.2%200l238.7-235.2c3.4-3%203.4-8%20.3-11.2%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M957.6%20507.4L603.2%20158.2a7.9%207.9%200%200%200-11.2%200L353.3%20393.4a8.03%208.03%200%200%200-.1%2011.3l.1.1l40%2039.4l-117.2%20115.3a8.03%208.03%200%200%200-.1%2011.3l.1.1l39.5%2038.9l-189.1%20187H72.1c-4.4%200-8.1%203.6-8.1%208V860c0%204.4%203.6%208%208%208h344.9c2.1%200%204.1-.8%205.6-2.3l76.1-75.6l40.4%2039.8a7.9%207.9%200%200%200%2011.2%200l117.1-115.6l40.1%2039.5a7.9%207.9%200%200%200%2011.2%200l238.7-235.2c3.4-3%203.4-8%20.3-11.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/highlight-filled.svg?color=%231a73e8&size=48