2d 2 icon
2d-2-rounded from Material Symbols by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- 2d-2-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
2 other variants in Material Symbols
The same icon in other sets
More audio & video icons from Material Symbols
Use the 2d 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.4 17.025H4.3q-.275 0-.45-.175t-.175-.45v-.8q0-.125.038-.262t.162-.213Q5.15 14.1 5.988 13.413T7.3 12.05q.4-.55.6-1.012t.2-.963q0-.75-.425-1.187T6.65 8.45q-.425 0-.737.238t-.513.587q-.175.325-.513.45T4.226 9.7q-.35-.175-.425-.55t.075-.725q.35-.8 1.138-1.238T6.65 6.75q1.575 0 2.438.8T9.95 9.8q0 .925-.35 1.725t-.9 1.525q-.575.775-1.162 1.263T6.225 15.35l.05.075H9.4q.35 0 .575.225t.225.575t-.225.575t-.575.225M13.2 17q-.425 0-.712-.287T12.2 16V7.975q0-.425.288-.712t.712-.288h2.35q2.425 0 3.713 1.3T20.55 12t-1.3 3.713T15.55 17zm.9-1.8h1.35q1.65 0 2.438-.775T18.675 12t-.787-2.437t-2.438-.788H14.1z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbols2d2Rounded(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="M9.4 17.025H4.3q-.275 0-.45-.175t-.175-.45v-.8q0-.125.038-.262t.162-.213Q5.15 14.1 5.988 13.413T7.3 12.05q.4-.55.6-1.012t.2-.963q0-.75-.425-1.187T6.65 8.45q-.425 0-.737.238t-.513.587q-.175.325-.513.45T4.226 9.7q-.35-.175-.425-.55t.075-.725q.35-.8 1.138-1.238T6.65 6.75q1.575 0 2.438.8T9.95 9.8q0 .925-.35 1.725t-.9 1.525q-.575.775-1.162 1.263T6.225 15.35l.05.075H9.4q.35 0 .575.225t.225.575t-.225.575t-.575.225M13.2 17q-.425 0-.712-.287T12.2 16V7.975q0-.425.288-.712t.712-.288h2.35q2.425 0 3.713 1.3T20.55 12t-1.3 3.713T15.55 17zm.9-1.8h1.35q1.65 0 2.438-.775T18.675 12t-.787-2.437t-2.438-.788H14.1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.4 17.025H4.3q-.275 0-.45-.175t-.175-.45v-.8q0-.125.038-.262t.162-.213Q5.15 14.1 5.988 13.413T7.3 12.05q.4-.55.6-1.012t.2-.963q0-.75-.425-1.187T6.65 8.45q-.425 0-.737.238t-.513.587q-.175.325-.513.45T4.226 9.7q-.35-.175-.425-.55t.075-.725q.35-.8 1.138-1.238T6.65 6.75q1.575 0 2.438.8T9.95 9.8q0 .925-.35 1.725t-.9 1.525q-.575.775-1.162 1.263T6.225 15.35l.05.075H9.4q.35 0 .575.225t.225.575t-.225.575t-.575.225M13.2 17q-.425 0-.712-.287T12.2 16V7.975q0-.425.288-.712t.712-.288h2.35q2.425 0 3.713 1.3T20.55 12t-1.3 3.713T15.55 17zm.9-1.8h1.35q1.65 0 2.438-.775T18.675 12t-.787-2.437t-2.438-.788H14.1z"/></svg> </template>
CSS
.icon-2d-2-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%22M9.4%2017.025H4.3q-.275%200-.45-.175t-.175-.45v-.8q0-.125.038-.262t.162-.213Q5.15%2014.1%205.988%2013.413T7.3%2012.05q.4-.55.6-1.012t.2-.963q0-.75-.425-1.187T6.65%208.45q-.425%200-.737.238t-.513.587q-.175.325-.513.45T4.226%209.7q-.35-.175-.425-.55t.075-.725q.35-.8%201.138-1.238T6.65%206.75q1.575%200%202.438.8T9.95%209.8q0%20.925-.35%201.725t-.9%201.525q-.575.775-1.162%201.263T6.225%2015.35l.05.075H9.4q.35%200%20.575.225t.225.575t-.225.575t-.575.225M13.2%2017q-.425%200-.712-.287T12.2%2016V7.975q0-.425.288-.712t.712-.288h2.35q2.425%200%203.713%201.3T20.55%2012t-1.3%203.713T15.55%2017zm.9-1.8h1.35q1.65%200%202.438-.775T18.675%2012t-.787-2.437t-2.438-.788H14.1z%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%22M9.4%2017.025H4.3q-.275%200-.45-.175t-.175-.45v-.8q0-.125.038-.262t.162-.213Q5.15%2014.1%205.988%2013.413T7.3%2012.05q.4-.55.6-1.012t.2-.963q0-.75-.425-1.187T6.65%208.45q-.425%200-.737.238t-.513.587q-.175.325-.513.45T4.226%209.7q-.35-.175-.425-.55t.075-.725q.35-.8%201.138-1.238T6.65%206.75q1.575%200%202.438.8T9.95%209.8q0%20.925-.35%201.725t-.9%201.525q-.575.775-1.162%201.263T6.225%2015.35l.05.075H9.4q.35%200%20.575.225t.225.575t-.225.575t-.575.225M13.2%2017q-.425%200-.712-.287T12.2%2016V7.975q0-.425.288-.712t.712-.288h2.35q2.425%200%203.713%201.3T20.55%2012t-1.3%203.713T15.55%2017zm.9-1.8h1.35q1.65%200%202.438-.775T18.675%2012t-.787-2.437t-2.438-.788H14.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/2d-2-rounded.svg?color=%231a73e8&size=48