diamond one icon
diamond-one from IconPark by ByteDance · Color · Graphics · Apache-2.0 Free for personal and commercial use.
- Name
- diamond-one
- 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 one 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="M5.93882 13.9336L23.0362 4.53011C23.6363 4.20002 24.3637 4.20002 24.9638 4.53011L42.0612 13.9336C43.0988 14.5043 43.4161 15.8467 42.7438 16.8215L25.6464 41.6127C24.8515 42.7654 23.1485 42.7654 22.3536 41.6127L5.25624 16.8215C4.58391 15.8467 4.90118 14.5044 5.93882 13.9336Z"/></svg>
React
import type { SVGProps } from "react";
export function IconParkDiamondOne(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="M5.93882 13.9336L23.0362 4.53011C23.6363 4.20002 24.3637 4.20002 24.9638 4.53011L42.0612 13.9336C43.0988 14.5043 43.4161 15.8467 42.7438 16.8215L25.6464 41.6127C24.8515 42.7654 23.1485 42.7654 22.3536 41.6127L5.25624 16.8215C4.58391 15.8467 4.90118 14.5044 5.93882 13.9336Z"/></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="M5.93882 13.9336L23.0362 4.53011C23.6363 4.20002 24.3637 4.20002 24.9638 4.53011L42.0612 13.9336C43.0988 14.5043 43.4161 15.8467 42.7438 16.8215L25.6464 41.6127C24.8515 42.7654 23.1485 42.7654 22.3536 41.6127L5.25624 16.8215C4.58391 15.8467 4.90118 14.5044 5.93882 13.9336Z"/></svg> </template>
CSS
.icon-diamond-one {
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%22M5.93882%2013.9336L23.0362%204.53011C23.6363%204.20002%2024.3637%204.20002%2024.9638%204.53011L42.0612%2013.9336C43.0988%2014.5043%2043.4161%2015.8467%2042.7438%2016.8215L25.6464%2041.6127C24.8515%2042.7654%2023.1485%2042.7654%2022.3536%2041.6127L5.25624%2016.8215C4.58391%2015.8467%204.90118%2014.5044%205.93882%2013.9336Z%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%22M5.93882%2013.9336L23.0362%204.53011C23.6363%204.20002%2024.3637%204.20002%2024.9638%204.53011L42.0612%2013.9336C43.0988%2014.5043%2043.4161%2015.8467%2042.7438%2016.8215L25.6464%2041.6127C24.8515%2042.7654%2023.1485%2042.7654%2022.3536%2041.6127L5.25624%2016.8215C4.58391%2015.8467%204.90118%2014.5044%205.93882%2013.9336Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/diamond-one.svg?color=%231a73e8&size=48