shutter-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
shutter-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Use the shutter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.81 1.362l-3.312 5.842h10.404a11.02 11.02 0 0 0-7.093-5.842m7.811 7.76h-6.823l5.196 9.214A10.95 10.95 0 0 0 23 12c0-.995-.133-1.96-.38-2.878m-2.954 10.766l-3.35-5.935l-5.086 9.02q.38.027.77.027c2.981 0 5.686-1.187 7.666-3.112M9.214 22.644l3.301-5.85H2.097a11.02 11.02 0 0 0 7.117 5.85M1.38 14.876h6.822L3.016 5.652A10.95 10.95 0 0 0 1 12c0 .995.132 1.959.38 2.876M4.344 4.101a10.97 10.97 0 0 1 8.45-3.072l-5.108 9.017z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignShutterFilled(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="m14.81 1.362l-3.312 5.842h10.404a11.02 11.02 0 0 0-7.093-5.842m7.811 7.76h-6.823l5.196 9.214A10.95 10.95 0 0 0 23 12c0-.995-.133-1.96-.38-2.878m-2.954 10.766l-3.35-5.935l-5.086 9.02q.38.027.77.027c2.981 0 5.686-1.187 7.666-3.112M9.214 22.644l3.301-5.85H2.097a11.02 11.02 0 0 0 7.117 5.85M1.38 14.876h6.822L3.016 5.652A10.95 10.95 0 0 0 1 12c0 .995.132 1.959.38 2.876M4.344 4.101a10.97 10.97 0 0 1 8.45-3.072l-5.108 9.017z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.81 1.362l-3.312 5.842h10.404a11.02 11.02 0 0 0-7.093-5.842m7.811 7.76h-6.823l5.196 9.214A10.95 10.95 0 0 0 23 12c0-.995-.133-1.96-.38-2.878m-2.954 10.766l-3.35-5.935l-5.086 9.02q.38.027.77.027c2.981 0 5.686-1.187 7.666-3.112M9.214 22.644l3.301-5.85H2.097a11.02 11.02 0 0 0 7.117 5.85M1.38 14.876h6.822L3.016 5.652A10.95 10.95 0 0 0 1 12c0 .995.132 1.959.38 2.876M4.344 4.101a10.97 10.97 0 0 1 8.45-3.072l-5.108 9.017z"/></svg>
</template>

CSS

.icon-shutter-filled {
  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%22m14.81%201.362l-3.312%205.842h10.404a11.02%2011.02%200%200%200-7.093-5.842m7.811%207.76h-6.823l5.196%209.214A10.95%2010.95%200%200%200%2023%2012c0-.995-.133-1.96-.38-2.878m-2.954%2010.766l-3.35-5.935l-5.086%209.02q.38.027.77.027c2.981%200%205.686-1.187%207.666-3.112M9.214%2022.644l3.301-5.85H2.097a11.02%2011.02%200%200%200%207.117%205.85M1.38%2014.876h6.822L3.016%205.652A10.95%2010.95%200%200%200%201%2012c0%20.995.132%201.959.38%202.876M4.344%204.101a10.97%2010.97%200%200%201%208.45-3.072l-5.108%209.017z%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%22m14.81%201.362l-3.312%205.842h10.404a11.02%2011.02%200%200%200-7.093-5.842m7.811%207.76h-6.823l5.196%209.214A10.95%2010.95%200%200%200%2023%2012c0-.995-.133-1.96-.38-2.878m-2.954%2010.766l-3.35-5.935l-5.086%209.02q.38.027.77.027c2.981%200%205.686-1.187%207.666-3.112M9.214%2022.644l3.301-5.85H2.097a11.02%2011.02%200%200%200%207.117%205.85M1.38%2014.876h6.822L3.016%205.652A10.95%2010.95%200%200%200%201%2012c0%20.995.132%201.959.38%202.876M4.344%204.101a10.97%2010.97%200%200%201%208.45-3.072l-5.108%209.017z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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