diamond two icon
diamond-two from IconPark by ByteDance · Color · Graphics · Apache-2.0 Free for personal and commercial use.
- Name
- diamond-two
- Set
- IconPark
- Style
- Color
- Category
- Graphics
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More graphics icons from IconPark
Use the diamond two icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#2F88FF" stroke="#000" stroke-width="4" d="M8.92349 22.7879L22.4091 5.08801C23.2096 4.03746 24.7904 4.03746 25.5909 5.08801L39.0765 22.7879C39.622 23.5039 39.622 24.4961 39.0765 25.2121L25.5909 42.912C24.7904 43.9625 23.2096 43.9625 22.4091 42.912L8.92349 25.2121C8.37798 24.4961 8.37798 23.5039 8.92349 22.7879Z"/></svg>
React
import type { SVGProps } from "react";
export function IconParkDiamondTwo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#2F88FF" stroke="#000" strokeWidth="4" d="M8.92349 22.7879L22.4091 5.08801C23.2096 4.03746 24.7904 4.03746 25.5909 5.08801L39.0765 22.7879C39.622 23.5039 39.622 24.4961 39.0765 25.2121L25.5909 42.912C24.7904 43.9625 23.2096 43.9625 22.4091 42.912L8.92349 25.2121C8.37798 24.4961 8.37798 23.5039 8.92349 22.7879Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#2F88FF" stroke="#000" stroke-width="4" d="M8.92349 22.7879L22.4091 5.08801C23.2096 4.03746 24.7904 4.03746 25.5909 5.08801L39.0765 22.7879C39.622 23.5039 39.622 24.4961 39.0765 25.2121L25.5909 42.912C24.7904 43.9625 23.2096 43.9625 22.4091 42.912L8.92349 25.2121C8.37798 24.4961 8.37798 23.5039 8.92349 22.7879Z"/></svg> </template>
CSS
.icon-diamond-two {
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%2048%2048%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20d%3D%22M8.92349%2022.7879L22.4091%205.08801C23.2096%204.03746%2024.7904%204.03746%2025.5909%205.08801L39.0765%2022.7879C39.622%2023.5039%2039.622%2024.4961%2039.0765%2025.2121L25.5909%2042.912C24.7904%2043.9625%2023.2096%2043.9625%2022.4091%2042.912L8.92349%2025.2121C8.37798%2024.4961%208.37798%2023.5039%208.92349%2022.7879Z%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%2048%2048%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20d%3D%22M8.92349%2022.7879L22.4091%205.08801C23.2096%204.03746%2024.7904%204.03746%2025.5909%205.08801L39.0765%2022.7879C39.622%2023.5039%2039.622%2024.4961%2039.0765%2025.2121L25.5909%2042.912C24.7904%2043.9625%2023.2096%2043.9625%2022.4091%2042.912L8.92349%2025.2121C8.37798%2024.4961%208.37798%2023.5039%208.92349%2022.7879Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/diamond-two.svg?color=%231a73e8&size=48