add triangle icon
add-triangle-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- add-triangle-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More maps icons from Material Symbols
Use the add triangle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.6 20q-.875 0-1.3-.75t0-1.5l8.4-14.5q.225-.375.575-.562T12 2.5t.725.188t.575.562l8.4 14.5q.425.75 0 1.5t-1.3.75zm7.4-5.5v1q0 .425.288.713T12 16.5t.713-.288T13 15.5v-1h1q.425 0 .713-.288T15 13.5t-.288-.712T14 12.5h-1v-1q0-.425-.288-.712T12 10.5t-.712.288T11 11.5v1h-1q-.425 0-.712.288T9 13.5t.288.713t.712.287z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAddTriangleRounded(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="M3.6 20q-.875 0-1.3-.75t0-1.5l8.4-14.5q.225-.375.575-.562T12 2.5t.725.188t.575.562l8.4 14.5q.425.75 0 1.5t-1.3.75zm7.4-5.5v1q0 .425.288.713T12 16.5t.713-.288T13 15.5v-1h1q.425 0 .713-.288T15 13.5t-.288-.712T14 12.5h-1v-1q0-.425-.288-.712T12 10.5t-.712.288T11 11.5v1h-1q-.425 0-.712.288T9 13.5t.288.713t.712.287z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.6 20q-.875 0-1.3-.75t0-1.5l8.4-14.5q.225-.375.575-.562T12 2.5t.725.188t.575.562l8.4 14.5q.425.75 0 1.5t-1.3.75zm7.4-5.5v1q0 .425.288.713T12 16.5t.713-.288T13 15.5v-1h1q.425 0 .713-.288T15 13.5t-.288-.712T14 12.5h-1v-1q0-.425-.288-.712T12 10.5t-.712.288T11 11.5v1h-1q-.425 0-.712.288T9 13.5t.288.713t.712.287z"/></svg> </template>
CSS
.icon-add-triangle-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%22M3.6%2020q-.875%200-1.3-.75t0-1.5l8.4-14.5q.225-.375.575-.562T12%202.5t.725.188t.575.562l8.4%2014.5q.425.75%200%201.5t-1.3.75zm7.4-5.5v1q0%20.425.288.713T12%2016.5t.713-.288T13%2015.5v-1h1q.425%200%20.713-.288T15%2013.5t-.288-.712T14%2012.5h-1v-1q0-.425-.288-.712T12%2010.5t-.712.288T11%2011.5v1h-1q-.425%200-.712.288T9%2013.5t.288.713t.712.287z%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%22M3.6%2020q-.875%200-1.3-.75t0-1.5l8.4-14.5q.225-.375.575-.562T12%202.5t.725.188t.575.562l8.4%2014.5q.425.75%200%201.5t-1.3.75zm7.4-5.5v1q0%20.425.288.713T12%2016.5t.713-.288T13%2015.5v-1h1q.425%200%20.713-.288T15%2013.5t-.288-.712T14%2012.5h-1v-1q0-.425-.288-.712T12%2010.5t-.712.288T11%2011.5v1h-1q-.425%200-.712.288T9%2013.5t.288.713t.712.287z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/add-triangle-rounded.svg?color=%231a73e8&size=48