cone off icon
cone-off from Material Design Icons by Pictogrammers · Filled · Shape · Apache-2.0 Free for personal and commercial use.
- Name
- cone-off
- 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 off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 7.31L9.06 5.86l2.09-3.39A.99.99 0 0 1 12 2c.33 0 .66.16.85.5l8.77 14.18a2.48 2.48 0 0 1 .28 2.02l-4.17-4.17c.08.02.17.03.27.05L12 4.9zm11.61 14.15l-1.27 1.27l-1.67-1.67c-2.14.77-5.06.94-7.17.94c-8.7 0-10-2.5-10-4c0-.5.15-.96.4-1.35h-.02L7.11 9l-6-6l1.28-1.27zM6 14.6c1.96-.48 4.25-.6 6-.6h.11l-3.55-3.55zm11.55 4.84l-3.36-3.36C13.5 16.03 12.76 16 12 16c-4.42 0-8 .9-8 2s3.58 2 8 2c2.16 0 4.11-.21 5.55-.56"/></svg>
React
import type { SVGProps } from "react";
export function MdiConeOff(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="M10.5 7.31L9.06 5.86l2.09-3.39A.99.99 0 0 1 12 2c.33 0 .66.16.85.5l8.77 14.18a2.48 2.48 0 0 1 .28 2.02l-4.17-4.17c.08.02.17.03.27.05L12 4.9zm11.61 14.15l-1.27 1.27l-1.67-1.67c-2.14.77-5.06.94-7.17.94c-8.7 0-10-2.5-10-4c0-.5.15-.96.4-1.35h-.02L7.11 9l-6-6l1.28-1.27zM6 14.6c1.96-.48 4.25-.6 6-.6h.11l-3.55-3.55zm11.55 4.84l-3.36-3.36C13.5 16.03 12.76 16 12 16c-4.42 0-8 .9-8 2s3.58 2 8 2c2.16 0 4.11-.21 5.55-.56"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 7.31L9.06 5.86l2.09-3.39A.99.99 0 0 1 12 2c.33 0 .66.16.85.5l8.77 14.18a2.48 2.48 0 0 1 .28 2.02l-4.17-4.17c.08.02.17.03.27.05L12 4.9zm11.61 14.15l-1.27 1.27l-1.67-1.67c-2.14.77-5.06.94-7.17.94c-8.7 0-10-2.5-10-4c0-.5.15-.96.4-1.35h-.02L7.11 9l-6-6l1.28-1.27zM6 14.6c1.96-.48 4.25-.6 6-.6h.11l-3.55-3.55zm11.55 4.84l-3.36-3.36C13.5 16.03 12.76 16 12 16c-4.42 0-8 .9-8 2s3.58 2 8 2c2.16 0 4.11-.21 5.55-.56"/></svg> </template>
CSS
.icon-cone-off {
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%22M10.5%207.31L9.06%205.86l2.09-3.39A.99.99%200%200%201%2012%202c.33%200%20.66.16.85.5l8.77%2014.18a2.48%202.48%200%200%201%20.28%202.02l-4.17-4.17c.08.02.17.03.27.05L12%204.9zm11.61%2014.15l-1.27%201.27l-1.67-1.67c-2.14.77-5.06.94-7.17.94c-8.7%200-10-2.5-10-4c0-.5.15-.96.4-1.35h-.02L7.11%209l-6-6l1.28-1.27zM6%2014.6c1.96-.48%204.25-.6%206-.6h.11l-3.55-3.55zm11.55%204.84l-3.36-3.36C13.5%2016.03%2012.76%2016%2012%2016c-4.42%200-8%20.9-8%202s3.58%202%208%202c2.16%200%204.11-.21%205.55-.56%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%22M10.5%207.31L9.06%205.86l2.09-3.39A.99.99%200%200%201%2012%202c.33%200%20.66.16.85.5l8.77%2014.18a2.48%202.48%200%200%201%20.28%202.02l-4.17-4.17c.08.02.17.03.27.05L12%204.9zm11.61%2014.15l-1.27%201.27l-1.67-1.67c-2.14.77-5.06.94-7.17.94c-8.7%200-10-2.5-10-4c0-.5.15-.96.4-1.35h-.02L7.11%209l-6-6l1.28-1.27zM6%2014.6c1.96-.48%204.25-.6%206-.6h.11l-3.55-3.55zm11.55%204.84l-3.36-3.36C13.5%2016.03%2012.76%2016%2012%2016c-4.42%200-8%20.9-8%202s3.58%202%208%202c2.16%200%204.11-.21%205.55-.56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/cone-off.svg?color=%231a73e8&size=48