umbrella off icon
umbrella-off from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- umbrella-off
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the umbrella off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 3.5V2m0 1.5c.94 0 4.472 3.793 5.028 8.704c1.08.265 3.584.496 4.972-.704c-.945-4.564-5.063-8-10-8m0 0c-1.061 0-2.085.159-3.047.453M12 3.5c-.365 0-1.12.572-1.941 1.559m-3.087 7.145A10.3 10.3 0 0 0 12 13.5q.716 0 1.406-.094m-6.434-1.202c-1.08.265-3.584.496-4.972-.704a9.97 9.97 0 0 1 3.662-5.838m1.31 6.542c.168-1.483.607-2.863 1.164-4.068"/><path d="M12 13.5v7a1.5 1.5 0 0 1-3 0V20M2 2l20 20"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsUmbrellaOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M12 3.5V2m0 1.5c.94 0 4.472 3.793 5.028 8.704c1.08.265 3.584.496 4.972-.704c-.945-4.564-5.063-8-10-8m0 0c-1.061 0-2.085.159-3.047.453M12 3.5c-.365 0-1.12.572-1.941 1.559m-3.087 7.145A10.3 10.3 0 0 0 12 13.5q.716 0 1.406-.094m-6.434-1.202c-1.08.265-3.584.496-4.972-.704a9.97 9.97 0 0 1 3.662-5.838m1.31 6.542c.168-1.483.607-2.863 1.164-4.068"/><path d="M12 13.5v7a1.5 1.5 0 0 1-3 0V20M2 2l20 20"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 3.5V2m0 1.5c.94 0 4.472 3.793 5.028 8.704c1.08.265 3.584.496 4.972-.704c-.945-4.564-5.063-8-10-8m0 0c-1.061 0-2.085.159-3.047.453M12 3.5c-.365 0-1.12.572-1.941 1.559m-3.087 7.145A10.3 10.3 0 0 0 12 13.5q.716 0 1.406-.094m-6.434-1.202c-1.08.265-3.584.496-4.972-.704a9.97 9.97 0 0 1 3.662-5.838m1.31 6.542c.168-1.483.607-2.863 1.164-4.068"/><path d="M12 13.5v7a1.5 1.5 0 0 1-3 0V20M2 2l20 20"/></g></svg> </template>
CSS
.icon-umbrella-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%203.5V2m0%201.5c.94%200%204.472%203.793%205.028%208.704c1.08.265%203.584.496%204.972-.704c-.945-4.564-5.063-8-10-8m0%200c-1.061%200-2.085.159-3.047.453M12%203.5c-.365%200-1.12.572-1.941%201.559m-3.087%207.145A10.3%2010.3%200%200%200%2012%2013.5q.716%200%201.406-.094m-6.434-1.202c-1.08.265-3.584.496-4.972-.704a9.97%209.97%200%200%201%203.662-5.838m1.31%206.542c.168-1.483.607-2.863%201.164-4.068%22%2F%3E%3Cpath%20d%3D%22M12%2013.5v7a1.5%201.5%200%200%201-3%200V20M2%202l20%2020%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%203.5V2m0%201.5c.94%200%204.472%203.793%205.028%208.704c1.08.265%203.584.496%204.972-.704c-.945-4.564-5.063-8-10-8m0%200c-1.061%200-2.085.159-3.047.453M12%203.5c-.365%200-1.12.572-1.941%201.559m-3.087%207.145A10.3%2010.3%200%200%200%2012%2013.5q.716%200%201.406-.094m-6.434-1.202c-1.08.265-3.584.496-4.972-.704a9.97%209.97%200%200%201%203.662-5.838m1.31%206.542c.168-1.483.607-2.863%201.164-4.068%22%2F%3E%3Cpath%20d%3D%22M12%2013.5v7a1.5%201.5%200%200%201-3%200V20M2%202l20%2020%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/umbrella-off.svg?color=%231a73e8&size=48