triangle circle icon
triangle-circle-rounded from Material Symbols Light by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- triangle-circle-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the triangle circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.525 14.866h6.93q.463 0 .704-.407t-.003-.815l-3.46-5.757q-.246-.385-.698-.385t-.694.385l-3.478 5.739q-.245.407-.004.823q.241.417.703.417m-.03 5.433q-1.643-.701-2.868-1.926t-1.926-2.866T3 12.003t.701-3.508t1.926-2.857T8.493 3.71T11.998 3t3.509.709t2.859 1.922t1.925 2.857t.709 3.509t-.71 3.509t-1.926 2.867q-1.216 1.225-2.856 1.926T12.002 21t-3.508-.701"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTriangleCircleRounded(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="M8.525 14.866h6.93q.463 0 .704-.407t-.003-.815l-3.46-5.757q-.246-.385-.698-.385t-.694.385l-3.478 5.739q-.245.407-.004.823q.241.417.703.417m-.03 5.433q-1.643-.701-2.868-1.926t-1.926-2.866T3 12.003t.701-3.508t1.926-2.857T8.493 3.71T11.998 3t3.509.709t2.859 1.922t1.925 2.857t.709 3.509t-.71 3.509t-1.926 2.867q-1.216 1.225-2.856 1.926T12.002 21t-3.508-.701"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.525 14.866h6.93q.463 0 .704-.407t-.003-.815l-3.46-5.757q-.246-.385-.698-.385t-.694.385l-3.478 5.739q-.245.407-.004.823q.241.417.703.417m-.03 5.433q-1.643-.701-2.868-1.926t-1.926-2.866T3 12.003t.701-3.508t1.926-2.857T8.493 3.71T11.998 3t3.509.709t2.859 1.922t1.925 2.857t.709 3.509t-.71 3.509t-1.926 2.867q-1.216 1.225-2.856 1.926T12.002 21t-3.508-.701"/></svg> </template>
CSS
.icon-triangle-circle-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%22M8.525%2014.866h6.93q.463%200%20.704-.407t-.003-.815l-3.46-5.757q-.246-.385-.698-.385t-.694.385l-3.478%205.739q-.245.407-.004.823q.241.417.703.417m-.03%205.433q-1.643-.701-2.868-1.926t-1.926-2.866T3%2012.003t.701-3.508t1.926-2.857T8.493%203.71T11.998%203t3.509.709t2.859%201.922t1.925%202.857t.709%203.509t-.71%203.509t-1.926%202.867q-1.216%201.225-2.856%201.926T12.002%2021t-3.508-.701%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%22M8.525%2014.866h6.93q.463%200%20.704-.407t-.003-.815l-3.46-5.757q-.246-.385-.698-.385t-.694.385l-3.478%205.739q-.245.407-.004.823q.241.417.703.417m-.03%205.433q-1.643-.701-2.868-1.926t-1.926-2.866T3%2012.003t.701-3.508t1.926-2.857T8.493%203.71T11.998%203t3.509.709t2.859%201.922t1.925%202.857t.709%203.509t-.71%203.509t-1.926%202.867q-1.216%201.225-2.856%201.926T12.002%2021t-3.508-.701%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/triangle-circle-rounded.svg?color=%231a73e8&size=48