shutter icon
shutter from Unicons by Iconscout · Line · Multimedia · Apache-2.0 Free for personal and commercial use.
- Name
- shutter
- Set
- Unicons
- Style
- Line
- Category
- Multimedia
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More multimedia icons from Unicons
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="M19.07 4.93A10 10 0 1 0 4.93 19.07A10 10 0 1 0 19.07 4.93M18.23 7h-5.47l2.35-2.35A8.14 8.14 0 0 1 18.23 7M9 4.6a8.15 8.15 0 0 1 3.87-.54L9 7.93ZM7 5.77v5.47L5.19 9.43l-.54-.54A8.14 8.14 0 0 1 7 5.77M4.6 15a8.1 8.1 0 0 1-.54-3.87L7.93 15Zm1.17 2h5.47l-2.35 2.35A8.14 8.14 0 0 1 5.77 17M15 19.4a8.1 8.1 0 0 1-3.87.54L15 16.07Zm0-6.16L13.24 15h-2.49L9 13.24v-2.48L10.76 9h2.48L15 10.76Zm2 5v-5.48l2.35 2.35A8.14 8.14 0 0 1 17 18.23ZM16.07 9h3.33a8.1 8.1 0 0 1 .54 3.87Z"/></svg>
React
import type { SVGProps } from "react";
export function UilShutter(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="M19.07 4.93A10 10 0 1 0 4.93 19.07A10 10 0 1 0 19.07 4.93M18.23 7h-5.47l2.35-2.35A8.14 8.14 0 0 1 18.23 7M9 4.6a8.15 8.15 0 0 1 3.87-.54L9 7.93ZM7 5.77v5.47L5.19 9.43l-.54-.54A8.14 8.14 0 0 1 7 5.77M4.6 15a8.1 8.1 0 0 1-.54-3.87L7.93 15Zm1.17 2h5.47l-2.35 2.35A8.14 8.14 0 0 1 5.77 17M15 19.4a8.1 8.1 0 0 1-3.87.54L15 16.07Zm0-6.16L13.24 15h-2.49L9 13.24v-2.48L10.76 9h2.48L15 10.76Zm2 5v-5.48l2.35 2.35A8.14 8.14 0 0 1 17 18.23ZM16.07 9h3.33a8.1 8.1 0 0 1 .54 3.87Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.07 4.93A10 10 0 1 0 4.93 19.07A10 10 0 1 0 19.07 4.93M18.23 7h-5.47l2.35-2.35A8.14 8.14 0 0 1 18.23 7M9 4.6a8.15 8.15 0 0 1 3.87-.54L9 7.93ZM7 5.77v5.47L5.19 9.43l-.54-.54A8.14 8.14 0 0 1 7 5.77M4.6 15a8.1 8.1 0 0 1-.54-3.87L7.93 15Zm1.17 2h5.47l-2.35 2.35A8.14 8.14 0 0 1 5.77 17M15 19.4a8.1 8.1 0 0 1-3.87.54L15 16.07Zm0-6.16L13.24 15h-2.49L9 13.24v-2.48L10.76 9h2.48L15 10.76Zm2 5v-5.48l2.35 2.35A8.14 8.14 0 0 1 17 18.23ZM16.07 9h3.33a8.1 8.1 0 0 1 .54 3.87Z"/></svg> </template>
CSS
.icon-shutter {
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%22M19.07%204.93A10%2010%200%201%200%204.93%2019.07A10%2010%200%201%200%2019.07%204.93M18.23%207h-5.47l2.35-2.35A8.14%208.14%200%200%201%2018.23%207M9%204.6a8.15%208.15%200%200%201%203.87-.54L9%207.93ZM7%205.77v5.47L5.19%209.43l-.54-.54A8.14%208.14%200%200%201%207%205.77M4.6%2015a8.1%208.1%200%200%201-.54-3.87L7.93%2015Zm1.17%202h5.47l-2.35%202.35A8.14%208.14%200%200%201%205.77%2017M15%2019.4a8.1%208.1%200%200%201-3.87.54L15%2016.07Zm0-6.16L13.24%2015h-2.49L9%2013.24v-2.48L10.76%209h2.48L15%2010.76Zm2%205v-5.48l2.35%202.35A8.14%208.14%200%200%201%2017%2018.23ZM16.07%209h3.33a8.1%208.1%200%200%201%20.54%203.87Z%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%22M19.07%204.93A10%2010%200%201%200%204.93%2019.07A10%2010%200%201%200%2019.07%204.93M18.23%207h-5.47l2.35-2.35A8.14%208.14%200%200%201%2018.23%207M9%204.6a8.15%208.15%200%200%201%203.87-.54L9%207.93ZM7%205.77v5.47L5.19%209.43l-.54-.54A8.14%208.14%200%200%201%207%205.77M4.6%2015a8.1%208.1%200%200%201-.54-3.87L7.93%2015Zm1.17%202h5.47l-2.35%202.35A8.14%208.14%200%200%201%205.77%2017M15%2019.4a8.1%208.1%200%200%201-3.87.54L15%2016.07Zm0-6.16L13.24%2015h-2.49L9%2013.24v-2.48L10.76%209h2.48L15%2010.76Zm2%205v-5.48l2.35%202.35A8.14%208.14%200%200%201%2017%2018.23ZM16.07%209h3.33a8.1%208.1%200%200%201%20.54%203.87Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/shutter.svg?color=%231a73e8&size=48