cone from Material Design Icons by Pictogrammers · Filled · Shape · Apache-2.0 Free for personal and commercial use.

Name
cone
Set
Material Design Icons
Style
Filled
Category
Shape
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More shape icons from Material Design Icons

Use the cone icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.62 16.68L12.85 2.5A.96.96 0 0 0 12 2a.99.99 0 0 0-.85.47L2.38 16.65h.02c-.25.39-.4.85-.4 1.35c0 1.5 1.3 4 10 4c3.74 0 10-.5 10-4c0-.39-.09-.85-.38-1.32M12 4.9l6 9.68c-1.47-.35-3.4-.58-6-.58c-1.75 0-4.04.12-6 .6zM12 20c-4.42 0-8-.89-8-2c0-1.1 3.58-2 8-2s8 .9 8 2c0 1.11-3.58 2-8 2"/></svg>

React

import type { SVGProps } from "react";

export function MdiCone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.62 16.68L12.85 2.5A.96.96 0 0 0 12 2a.99.99 0 0 0-.85.47L2.38 16.65h.02c-.25.39-.4.85-.4 1.35c0 1.5 1.3 4 10 4c3.74 0 10-.5 10-4c0-.39-.09-.85-.38-1.32M12 4.9l6 9.68c-1.47-.35-3.4-.58-6-.58c-1.75 0-4.04.12-6 .6zM12 20c-4.42 0-8-.89-8-2c0-1.1 3.58-2 8-2s8 .9 8 2c0 1.11-3.58 2-8 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.62 16.68L12.85 2.5A.96.96 0 0 0 12 2a.99.99 0 0 0-.85.47L2.38 16.65h.02c-.25.39-.4.85-.4 1.35c0 1.5 1.3 4 10 4c3.74 0 10-.5 10-4c0-.39-.09-.85-.38-1.32M12 4.9l6 9.68c-1.47-.35-3.4-.58-6-.58c-1.75 0-4.04.12-6 .6zM12 20c-4.42 0-8-.89-8-2c0-1.1 3.58-2 8-2s8 .9 8 2c0 1.11-3.58 2-8 2"/></svg>
</template>

CSS

.icon-cone {
  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%22currentColor%22%20d%3D%22M21.62%2016.68L12.85%202.5A.96.96%200%200%200%2012%202a.99.99%200%200%200-.85.47L2.38%2016.65h.02c-.25.39-.4.85-.4%201.35c0%201.5%201.3%204%2010%204c3.74%200%2010-.5%2010-4c0-.39-.09-.85-.38-1.32M12%204.9l6%209.68c-1.47-.35-3.4-.58-6-.58c-1.75%200-4.04.12-6%20.6zM12%2020c-4.42%200-8-.89-8-2c0-1.1%203.58-2%208-2s8%20.9%208%202c0%201.11-3.58%202-8%202%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%22currentColor%22%20d%3D%22M21.62%2016.68L12.85%202.5A.96.96%200%200%200%2012%202a.99.99%200%200%200-.85.47L2.38%2016.65h.02c-.25.39-.4.85-.4%201.35c0%201.5%201.3%204%2010%204c3.74%200%2010-.5%2010-4c0-.39-.09-.85-.38-1.32M12%204.9l6%209.68c-1.47-.35-3.4-.58-6-.58c-1.75%200-4.04.12-6%20.6zM12%2020c-4.42%200-8-.89-8-2c0-1.1%203.58-2%208-2s8%20.9%208%202c0%201.11-3.58%202-8%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/cone.svg?color=%231a73e8&size=48