image alt slash icon
image-alt-slash from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- image-alt-slash
- Set
- Unicons
- Style
- Line
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
More user interface icons from Unicons
Use the image alt slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.71 20.29l-.93-.93l-.09-.1l-.06-.07l-.5-.5l-.13-.07l-5.18-5.2l-.09-.08l-3.2-3.21l-.1-.13l-7.72-7.71a1 1 0 0 0-1.42 1.42l1 1A3 3 0 0 0 3 6v12a3 3 0 0 0 3 3h12a2.9 2.9 0 0 0 1.27-.31s0 0 .05 0l.95 1a1 1 0 0 0 1.42 0a1 1 0 0 0 .02-1.4M5 6.41l3.24 3.24a2.8 2.8 0 0 0-.67.48L5 12.71ZM6 19a1 1 0 0 1-1-1v-2.46l4-4a.81.81 0 0 1 1.1 0L17.59 19ZM9.66 5H18a1 1 0 0 1 1 1v5.94a1 1 0 1 0-1.42 1.42l1.74 1.74a1 1 0 0 0 1.42 0a1 1 0 0 0 .29-.72V6a3 3 0 0 0-3-3H9.66a1 1 0 0 0 0 2"/></svg>
React
import type { SVGProps } from "react";
export function UilImageAltSlash(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.71 20.29l-.93-.93l-.09-.1l-.06-.07l-.5-.5l-.13-.07l-5.18-5.2l-.09-.08l-3.2-3.21l-.1-.13l-7.72-7.71a1 1 0 0 0-1.42 1.42l1 1A3 3 0 0 0 3 6v12a3 3 0 0 0 3 3h12a2.9 2.9 0 0 0 1.27-.31s0 0 .05 0l.95 1a1 1 0 0 0 1.42 0a1 1 0 0 0 .02-1.4M5 6.41l3.24 3.24a2.8 2.8 0 0 0-.67.48L5 12.71ZM6 19a1 1 0 0 1-1-1v-2.46l4-4a.81.81 0 0 1 1.1 0L17.59 19ZM9.66 5H18a1 1 0 0 1 1 1v5.94a1 1 0 1 0-1.42 1.42l1.74 1.74a1 1 0 0 0 1.42 0a1 1 0 0 0 .29-.72V6a3 3 0 0 0-3-3H9.66a1 1 0 0 0 0 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.71 20.29l-.93-.93l-.09-.1l-.06-.07l-.5-.5l-.13-.07l-5.18-5.2l-.09-.08l-3.2-3.21l-.1-.13l-7.72-7.71a1 1 0 0 0-1.42 1.42l1 1A3 3 0 0 0 3 6v12a3 3 0 0 0 3 3h12a2.9 2.9 0 0 0 1.27-.31s0 0 .05 0l.95 1a1 1 0 0 0 1.42 0a1 1 0 0 0 .02-1.4M5 6.41l3.24 3.24a2.8 2.8 0 0 0-.67.48L5 12.71ZM6 19a1 1 0 0 1-1-1v-2.46l4-4a.81.81 0 0 1 1.1 0L17.59 19ZM9.66 5H18a1 1 0 0 1 1 1v5.94a1 1 0 1 0-1.42 1.42l1.74 1.74a1 1 0 0 0 1.42 0a1 1 0 0 0 .29-.72V6a3 3 0 0 0-3-3H9.66a1 1 0 0 0 0 2"/></svg> </template>
CSS
.icon-image-alt-slash {
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.71%2020.29l-.93-.93l-.09-.1l-.06-.07l-.5-.5l-.13-.07l-5.18-5.2l-.09-.08l-3.2-3.21l-.1-.13l-7.72-7.71a1%201%200%200%200-1.42%201.42l1%201A3%203%200%200%200%203%206v12a3%203%200%200%200%203%203h12a2.9%202.9%200%200%200%201.27-.31s0%200%20.05%200l.95%201a1%201%200%200%200%201.42%200a1%201%200%200%200%20.02-1.4M5%206.41l3.24%203.24a2.8%202.8%200%200%200-.67.48L5%2012.71ZM6%2019a1%201%200%200%201-1-1v-2.46l4-4a.81.81%200%200%201%201.1%200L17.59%2019ZM9.66%205H18a1%201%200%200%201%201%201v5.94a1%201%200%201%200-1.42%201.42l1.74%201.74a1%201%200%200%200%201.42%200a1%201%200%200%200%20.29-.72V6a3%203%200%200%200-3-3H9.66a1%201%200%200%200%200%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.71%2020.29l-.93-.93l-.09-.1l-.06-.07l-.5-.5l-.13-.07l-5.18-5.2l-.09-.08l-3.2-3.21l-.1-.13l-7.72-7.71a1%201%200%200%200-1.42%201.42l1%201A3%203%200%200%200%203%206v12a3%203%200%200%200%203%203h12a2.9%202.9%200%200%200%201.27-.31s0%200%20.05%200l.95%201a1%201%200%200%200%201.42%200a1%201%200%200%200%20.02-1.4M5%206.41l3.24%203.24a2.8%202.8%200%200%200-.67.48L5%2012.71ZM6%2019a1%201%200%200%201-1-1v-2.46l4-4a.81.81%200%200%201%201.1%200L17.59%2019ZM9.66%205H18a1%201%200%200%201%201%201v5.94a1%201%200%201%200-1.42%201.42l1.74%201.74a1%201%200%200%200%201.42%200a1%201%200%200%200%20.29-.72V6a3%203%200%200%200-3-3H9.66a1%201%200%200%200%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/image-alt-slash.svg?color=%231a73e8&size=48