ev shadow add icon
ev-shadow-add-outline from Material Symbols Light by Google · Outline · Images · Apache-2.0 Free for personal and commercial use.
- Name
- ev-shadow-add-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- ev-shadow-add-outline-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 .2-.015.388q-.016.187-.027.364q-.462-.38-.995-.638t-1.147-.383l1.042-1.156q-.12-.661-.34-1.298q-.222-.636-.557-1.21l-8.68 8.675q.428.575.928 1.049q.499.473 1.099.863q.165.627.492 1.187q.327.559.765 1.02q-.388.07-.77.105Q12.414 21 12 21m-2.256-5.117L18.4 7.208q-.371-.493-.79-.915t-.918-.768l-7.863 7.87q.119.66.35 1.285t.565 1.203M8.73 12.067l7.079-7.078q-.335-.191-.68-.355q-.345-.165-.718-.273q-2.554.778-4.138 2.9T8.73 12.067M4 12q0 3.28 2.244 5.586q2.245 2.305 5.502 2.397q.212 0 .413-.01q.202-.01.414-.048q-2.165-1.106-3.513-3.216Q7.71 14.598 7.71 12t1.36-4.709q1.358-2.11 3.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 MaterialSymbolsLightEvShadowAddOutline(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 .2-.015.388q-.016.187-.027.364q-.462-.38-.995-.638t-1.147-.383l1.042-1.156q-.12-.661-.34-1.298q-.222-.636-.557-1.21l-8.68 8.675q.428.575.928 1.049q.499.473 1.099.863q.165.627.492 1.187q.327.559.765 1.02q-.388.07-.77.105Q12.414 21 12 21m-2.256-5.117L18.4 7.208q-.371-.493-.79-.915t-.918-.768l-7.863 7.87q.119.66.35 1.285t.565 1.203M8.73 12.067l7.079-7.078q-.335-.191-.68-.355q-.345-.165-.718-.273q-2.554.778-4.138 2.9T8.73 12.067M4 12q0 3.28 2.244 5.586q2.245 2.305 5.502 2.397q.212 0 .413-.01q.202-.01.414-.048q-2.165-1.106-3.513-3.216Q7.71 14.598 7.71 12t1.36-4.709q1.358-2.11 3.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 .2-.015.388q-.016.187-.027.364q-.462-.38-.995-.638t-1.147-.383l1.042-1.156q-.12-.661-.34-1.298q-.222-.636-.557-1.21l-8.68 8.675q.428.575.928 1.049q.499.473 1.099.863q.165.627.492 1.187q.327.559.765 1.02q-.388.07-.77.105Q12.414 21 12 21m-2.256-5.117L18.4 7.208q-.371-.493-.79-.915t-.918-.768l-7.863 7.87q.119.66.35 1.285t.565 1.203M8.73 12.067l7.079-7.078q-.335-.191-.68-.355q-.345-.165-.718-.273q-2.554.778-4.138 2.9T8.73 12.067M4 12q0 3.28 2.244 5.586q2.245 2.305 5.502 2.397q.212 0 .413-.01q.202-.01.414-.048q-2.165-1.106-3.513-3.216Q7.71 14.598 7.71 12t1.36-4.709q1.358-2.11 3.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-outline {
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.2-.015.388q-.016.187-.027.364q-.462-.38-.995-.638t-1.147-.383l1.042-1.156q-.12-.661-.34-1.298q-.222-.636-.557-1.21l-8.68%208.675q.428.575.928%201.049q.499.473%201.099.863q.165.627.492%201.187q.327.559.765%201.02q-.388.07-.77.105Q12.414%2021%2012%2021m-2.256-5.117L18.4%207.208q-.371-.493-.79-.915t-.918-.768l-7.863%207.87q.119.66.35%201.285t.565%201.203M8.73%2012.067l7.079-7.078q-.335-.191-.68-.355q-.345-.165-.718-.273q-2.554.778-4.138%202.9T8.73%2012.067M4%2012q0%203.28%202.244%205.586q2.245%202.305%205.502%202.397q.212%200%20.413-.01q.202-.01.414-.048q-2.165-1.106-3.513-3.216Q7.71%2014.598%207.71%2012t1.36-4.709q1.358-2.11%203.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.2-.015.388q-.016.187-.027.364q-.462-.38-.995-.638t-1.147-.383l1.042-1.156q-.12-.661-.34-1.298q-.222-.636-.557-1.21l-8.68%208.675q.428.575.928%201.049q.499.473%201.099.863q.165.627.492%201.187q.327.559.765%201.02q-.388.07-.77.105Q12.414%2021%2012%2021m-2.256-5.117L18.4%207.208q-.371-.493-.79-.915t-.918-.768l-7.863%207.87q.119.66.35%201.285t.565%201.203M8.73%2012.067l7.079-7.078q-.335-.191-.68-.355q-.345-.165-.718-.273q-2.554.778-4.138%202.9T8.73%2012.067M4%2012q0%203.28%202.244%205.586q2.245%202.305%205.502%202.397q.212%200%20.413-.01q.202-.01.414-.048q-2.165-1.106-3.513-3.216Q7.71%2014.598%207.71%2012t1.36-4.709q1.358-2.11%203.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-outline.svg?color=%231a73e8&size=48