ev shadow minus icon

ev-shadow-minus-outline-rounded from Material Symbols by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.

Name
ev-shadow-minus-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the ev shadow minus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 19q-.425 0-.712-.288T14 18t.288-.712T15 17h6q.425 0 .713.288T22 18t-.288.713T21 19zm-3.875 3q-1.525 0-3.3-.9t-2.9-2.025Q3.5 17.65 2.75 15.825T2 12q0-2.075.788-3.9t2.137-3.175T8.1 2.788T12 2q1.95 0 3.663.675t3.024 1.863T20.85 7.35t1.075 3.525q.05.45-.238.788T20.95 12q-.375 0-.662-.238t-.338-.612q-.125-.725-.237-1.263t-.463-1.262L10.8 17.05q.325.4.688.763t.787.687q.5.4.675 1t-.05 1.2q-.2.575-.7.938T11.125 22m-1.4-6.675L18.15 6.9q-.275-.3-.55-.588t-.6-.537l-7.825 7.85q.1.45.225.863t.325.837m-.65-4.45L15.25 4.7q-.2-.075-.363-.163t-.362-.137q-2.15.7-3.637 2.438t-1.813 4.037M4 12q0 3.025 1.963 5.3t4.937 2.675Q9.1 18.6 8.05 16.512T7 12t1.05-4.487t2.85-3.438q-2.95.4-4.925 2.638T4 12m10.575-.675"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEvShadowMinusOutlineRounded(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="M15 19q-.425 0-.712-.288T14 18t.288-.712T15 17h6q.425 0 .713.288T22 18t-.288.713T21 19zm-3.875 3q-1.525 0-3.3-.9t-2.9-2.025Q3.5 17.65 2.75 15.825T2 12q0-2.075.788-3.9t2.137-3.175T8.1 2.788T12 2q1.95 0 3.663.675t3.024 1.863T20.85 7.35t1.075 3.525q.05.45-.238.788T20.95 12q-.375 0-.662-.238t-.338-.612q-.125-.725-.237-1.263t-.463-1.262L10.8 17.05q.325.4.688.763t.787.687q.5.4.675 1t-.05 1.2q-.2.575-.7.938T11.125 22m-1.4-6.675L18.15 6.9q-.275-.3-.55-.588t-.6-.537l-7.825 7.85q.1.45.225.863t.325.837m-.65-4.45L15.25 4.7q-.2-.075-.363-.163t-.362-.137q-2.15.7-3.637 2.438t-1.813 4.037M4 12q0 3.025 1.963 5.3t4.937 2.675Q9.1 18.6 8.05 16.512T7 12t1.05-4.487t2.85-3.438q-2.95.4-4.925 2.638T4 12m10.575-.675"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 19q-.425 0-.712-.288T14 18t.288-.712T15 17h6q.425 0 .713.288T22 18t-.288.713T21 19zm-3.875 3q-1.525 0-3.3-.9t-2.9-2.025Q3.5 17.65 2.75 15.825T2 12q0-2.075.788-3.9t2.137-3.175T8.1 2.788T12 2q1.95 0 3.663.675t3.024 1.863T20.85 7.35t1.075 3.525q.05.45-.238.788T20.95 12q-.375 0-.662-.238t-.338-.612q-.125-.725-.237-1.263t-.463-1.262L10.8 17.05q.325.4.688.763t.787.687q.5.4.675 1t-.05 1.2q-.2.575-.7.938T11.125 22m-1.4-6.675L18.15 6.9q-.275-.3-.55-.588t-.6-.537l-7.825 7.85q.1.45.225.863t.325.837m-.65-4.45L15.25 4.7q-.2-.075-.363-.163t-.362-.137q-2.15.7-3.637 2.438t-1.813 4.037M4 12q0 3.025 1.963 5.3t4.937 2.675Q9.1 18.6 8.05 16.512T7 12t1.05-4.487t2.85-3.438q-2.95.4-4.925 2.638T4 12m10.575-.675"/></svg>
</template>

CSS

.icon-ev-shadow-minus-outline-rounded {
  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%22M15%2019q-.425%200-.712-.288T14%2018t.288-.712T15%2017h6q.425%200%20.713.288T22%2018t-.288.713T21%2019zm-3.875%203q-1.525%200-3.3-.9t-2.9-2.025Q3.5%2017.65%202.75%2015.825T2%2012q0-2.075.788-3.9t2.137-3.175T8.1%202.788T12%202q1.95%200%203.663.675t3.024%201.863T20.85%207.35t1.075%203.525q.05.45-.238.788T20.95%2012q-.375%200-.662-.238t-.338-.612q-.125-.725-.237-1.263t-.463-1.262L10.8%2017.05q.325.4.688.763t.787.687q.5.4.675%201t-.05%201.2q-.2.575-.7.938T11.125%2022m-1.4-6.675L18.15%206.9q-.275-.3-.55-.588t-.6-.537l-7.825%207.85q.1.45.225.863t.325.837m-.65-4.45L15.25%204.7q-.2-.075-.363-.163t-.362-.137q-2.15.7-3.637%202.438t-1.813%204.037M4%2012q0%203.025%201.963%205.3t4.937%202.675Q9.1%2018.6%208.05%2016.512T7%2012t1.05-4.487t2.85-3.438q-2.95.4-4.925%202.638T4%2012m10.575-.675%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%22M15%2019q-.425%200-.712-.288T14%2018t.288-.712T15%2017h6q.425%200%20.713.288T22%2018t-.288.713T21%2019zm-3.875%203q-1.525%200-3.3-.9t-2.9-2.025Q3.5%2017.65%202.75%2015.825T2%2012q0-2.075.788-3.9t2.137-3.175T8.1%202.788T12%202q1.95%200%203.663.675t3.024%201.863T20.85%207.35t1.075%203.525q.05.45-.238.788T20.95%2012q-.375%200-.662-.238t-.338-.612q-.125-.725-.237-1.263t-.463-1.262L10.8%2017.05q.325.4.688.763t.787.687q.5.4.675%201t-.05%201.2q-.2.575-.7.938T11.125%2022m-1.4-6.675L18.15%206.9q-.275-.3-.55-.588t-.6-.537l-7.825%207.85q.1.45.225.863t.325.837m-.65-4.45L15.25%204.7q-.2-.075-.363-.163t-.362-.137q-2.15.7-3.637%202.438t-1.813%204.037M4%2012q0%203.025%201.963%205.3t4.937%202.675Q9.1%2018.6%208.05%2016.512T7%2012t1.05-4.487t2.85-3.438q-2.95.4-4.925%202.638T4%2012m10.575-.675%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/ev-shadow-minus-outline-rounded.svg?color=%231a73e8&size=48