2d 2 icon
2d-2 from Material Symbols by Google · Regular · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- 2d-2
- Set
- Material Symbols
- Style
- Regular
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- 2d-2-outline, 2d-2-outline-sharp, 2d-2-sharp
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="M3.675 17.025v-1.7Q4.95 14.3 5.888 13.513T7.3 12.05q.35-.5.575-1.037T8.1 9.95q0-.7-.412-1.1t-1.038-.4q-.6 0-.975.388t-.5 1.062L3.45 9.775q.15-1.35 1.013-2.187T6.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.075H10.2v1.6zM12.2 17V6.975h3.35q2.425 0 3.713 1.3T20.55 12t-1.3 3.713T15.55 17zm1.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 MaterialSymbols2d2(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.675 17.025v-1.7Q4.95 14.3 5.888 13.513T7.3 12.05q.35-.5.575-1.037T8.1 9.95q0-.7-.412-1.1t-1.038-.4q-.6 0-.975.388t-.5 1.062L3.45 9.775q.15-1.35 1.013-2.187T6.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.075H10.2v1.6zM12.2 17V6.975h3.35q2.425 0 3.713 1.3T20.55 12t-1.3 3.713T15.55 17zm1.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="M3.675 17.025v-1.7Q4.95 14.3 5.888 13.513T7.3 12.05q.35-.5.575-1.037T8.1 9.95q0-.7-.412-1.1t-1.038-.4q-.6 0-.975.388t-.5 1.062L3.45 9.775q.15-1.35 1.013-2.187T6.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.075H10.2v1.6zM12.2 17V6.975h3.35q2.425 0 3.713 1.3T20.55 12t-1.3 3.713T15.55 17zm1.9-1.8h1.35q1.65 0 2.438-.775T18.675 12t-.787-2.437t-2.438-.788H14.1z"/></svg> </template>
CSS
.icon-2d-2 {
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.675%2017.025v-1.7Q4.95%2014.3%205.888%2013.513T7.3%2012.05q.35-.5.575-1.037T8.1%209.95q0-.7-.412-1.1t-1.038-.4q-.6%200-.975.388t-.5%201.062L3.45%209.775q.15-1.35%201.013-2.187T6.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.075H10.2v1.6zM12.2%2017V6.975h3.35q2.425%200%203.713%201.3T20.55%2012t-1.3%203.713T15.55%2017zm1.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%22M3.675%2017.025v-1.7Q4.95%2014.3%205.888%2013.513T7.3%2012.05q.35-.5.575-1.037T8.1%209.95q0-.7-.412-1.1t-1.038-.4q-.6%200-.975.388t-.5%201.062L3.45%209.775q.15-1.35%201.013-2.187T6.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.075H10.2v1.6zM12.2%2017V6.975h3.35q2.425%200%203.713%201.3T20.55%2012t-1.3%203.713T15.55%2017zm1.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.svg?color=%231a73e8&size=48