ev shadow add icon
ev-shadow-add from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.
- Name
- ev-shadow-add
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- ev-shadow-add-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
Use the ev shadow add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 20.539v-3h-3v-1h3v-3h1v3h3v1h-3v3zM12 21q-1.868 0-3.51-.708t-2.857-1.924t-1.924-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709t2.859 1.924t1.925 2.857T21 12q0 .177-.015.376q-.016.199-.027.376q-.723-.573-1.588-.893t-1.864-.32q-2.289 0-3.9 1.598t-1.612 3.888q0 1.132.417 2.113q.416.981 1.143 1.724q-.382.069-.764.104T12 21m-8-9q0 3.28 2.244 5.583q2.245 2.302 5.497 2.4q.211 0 .416-.01t.397-.048q-2.165-1.106-3.504-3.216T7.711 12T9.07 7.291t3.523-3.216q-.211-.039-.423-.048q-.211-.01-.423-.01q-3.258.092-5.502 2.397T4 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEvShadowAdd(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="M17 20.539v-3h-3v-1h3v-3h1v3h3v1h-3v3zM12 21q-1.868 0-3.51-.708t-2.857-1.924t-1.924-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709t2.859 1.924t1.925 2.857T21 12q0 .177-.015.376q-.016.199-.027.376q-.723-.573-1.588-.893t-1.864-.32q-2.289 0-3.9 1.598t-1.612 3.888q0 1.132.417 2.113q.416.981 1.143 1.724q-.382.069-.764.104T12 21m-8-9q0 3.28 2.244 5.583q2.245 2.302 5.497 2.4q.211 0 .416-.01t.397-.048q-2.165-1.106-3.504-3.216T7.711 12T9.07 7.291t3.523-3.216q-.211-.039-.423-.048q-.211-.01-.423-.01q-3.258.092-5.502 2.397T4 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 20.539v-3h-3v-1h3v-3h1v3h3v1h-3v3zM12 21q-1.868 0-3.51-.708t-2.857-1.924t-1.924-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709t2.859 1.924t1.925 2.857T21 12q0 .177-.015.376q-.016.199-.027.376q-.723-.573-1.588-.893t-1.864-.32q-2.289 0-3.9 1.598t-1.612 3.888q0 1.132.417 2.113q.416.981 1.143 1.724q-.382.069-.764.104T12 21m-8-9q0 3.28 2.244 5.583q2.245 2.302 5.497 2.4q.211 0 .416-.01t.397-.048q-2.165-1.106-3.504-3.216T7.711 12T9.07 7.291t3.523-3.216q-.211-.039-.423-.048q-.211-.01-.423-.01q-3.258.092-5.502 2.397T4 12"/></svg> </template>
CSS
.icon-ev-shadow-add {
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%22M17%2020.539v-3h-3v-1h3v-3h1v3h3v1h-3v3zM12%2021q-1.868%200-3.51-.708t-2.857-1.924t-1.924-2.856T3%2012.003t.709-3.51Q4.417%206.85%205.63%205.634t2.857-1.925T11.997%203t3.51.709t2.859%201.924t1.925%202.857T21%2012q0%20.177-.015.376q-.016.199-.027.376q-.723-.573-1.588-.893t-1.864-.32q-2.289%200-3.9%201.598t-1.612%203.888q0%201.132.417%202.113q.416.981%201.143%201.724q-.382.069-.764.104T12%2021m-8-9q0%203.28%202.244%205.583q2.245%202.302%205.497%202.4q.211%200%20.416-.01t.397-.048q-2.165-1.106-3.504-3.216T7.711%2012T9.07%207.291t3.523-3.216q-.211-.039-.423-.048q-.211-.01-.423-.01q-3.258.092-5.502%202.397T4%2012%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%22M17%2020.539v-3h-3v-1h3v-3h1v3h3v1h-3v3zM12%2021q-1.868%200-3.51-.708t-2.857-1.924t-1.924-2.856T3%2012.003t.709-3.51Q4.417%206.85%205.63%205.634t2.857-1.925T11.997%203t3.51.709t2.859%201.924t1.925%202.857T21%2012q0%20.177-.015.376q-.016.199-.027.376q-.723-.573-1.588-.893t-1.864-.32q-2.289%200-3.9%201.598t-1.612%203.888q0%201.132.417%202.113q.416.981%201.143%201.724q-.382.069-.764.104T12%2021m-8-9q0%203.28%202.244%205.583q2.245%202.302%205.497%202.4q.211%200%20.416-.01t.397-.048q-2.165-1.106-3.504-3.216T7.711%2012T9.07%207.291t3.523-3.216q-.211-.039-.423-.048q-.211-.01-.423-.01q-3.258.092-5.502%202.397T4%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/ev-shadow-add.svg?color=%231a73e8&size=48