vr180 create2d off icon
vr180-create2d-off-outline-rounded from Material Symbols by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- vr180-create2d-off-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
Use the vr180 create2d off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 10q.825 0 1.413.588T22 12v4.775q0 .675-.612.925t-1.088-.225q-.15-.15-.225-.338T20 16.75V12h-4.75q-.5 0-.75-.312T14.25 11t.25-.687t.75-.313zm-8 12q-.825 0-1.412-.587T10 20v-7.2L4.6 7.4q-.275.6-.437 1.25T4 10q0 1.65.825 3.038t2.25 2.187q.375.2.55.588t.05.787q-.15.4-.537.575t-.763-.025q-2-1-3.187-2.925T2 10q0-1.125.3-2.15t.825-1.925l-1.8-1.8q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275L21.2 21.2q.3.3.275.725t-.325.725q-.275.275-.637.288t-.638-.263L19.2 22zm1-3q-.15 0-.225-.137t.025-.263l1.3-1.725q.075-.1.2-.1t.2.1l1 1.375l1.175-1.575L19 19zm-1 1h5.2L12 14.8zm5.15-13.625q.2.375.025.763t-.575.537q-.4.125-.788-.05t-.587-.55q-.8-1.425-2.187-2.25T10 4q-.425 0-.825.05t-.8.175q-.425.125-.812-.025T7 3.675t-.038-.762T7.5 2.4q.6-.2 1.225-.3T10 2q2.3 0 4.225 1.188t2.925 3.187m-6.175 1.75"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsVr180Create2dOffOutlineRounded(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="M20 10q.825 0 1.413.588T22 12v4.775q0 .675-.612.925t-1.088-.225q-.15-.15-.225-.338T20 16.75V12h-4.75q-.5 0-.75-.312T14.25 11t.25-.687t.75-.313zm-8 12q-.825 0-1.412-.587T10 20v-7.2L4.6 7.4q-.275.6-.437 1.25T4 10q0 1.65.825 3.038t2.25 2.187q.375.2.55.588t.05.787q-.15.4-.537.575t-.763-.025q-2-1-3.187-2.925T2 10q0-1.125.3-2.15t.825-1.925l-1.8-1.8q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275L21.2 21.2q.3.3.275.725t-.325.725q-.275.275-.637.288t-.638-.263L19.2 22zm1-3q-.15 0-.225-.137t.025-.263l1.3-1.725q.075-.1.2-.1t.2.1l1 1.375l1.175-1.575L19 19zm-1 1h5.2L12 14.8zm5.15-13.625q.2.375.025.763t-.575.537q-.4.125-.788-.05t-.587-.55q-.8-1.425-2.187-2.25T10 4q-.425 0-.825.05t-.8.175q-.425.125-.812-.025T7 3.675t-.038-.762T7.5 2.4q.6-.2 1.225-.3T10 2q2.3 0 4.225 1.188t2.925 3.187m-6.175 1.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 10q.825 0 1.413.588T22 12v4.775q0 .675-.612.925t-1.088-.225q-.15-.15-.225-.338T20 16.75V12h-4.75q-.5 0-.75-.312T14.25 11t.25-.687t.75-.313zm-8 12q-.825 0-1.412-.587T10 20v-7.2L4.6 7.4q-.275.6-.437 1.25T4 10q0 1.65.825 3.038t2.25 2.187q.375.2.55.588t.05.787q-.15.4-.537.575t-.763-.025q-2-1-3.187-2.925T2 10q0-1.125.3-2.15t.825-1.925l-1.8-1.8q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275L21.2 21.2q.3.3.275.725t-.325.725q-.275.275-.637.288t-.638-.263L19.2 22zm1-3q-.15 0-.225-.137t.025-.263l1.3-1.725q.075-.1.2-.1t.2.1l1 1.375l1.175-1.575L19 19zm-1 1h5.2L12 14.8zm5.15-13.625q.2.375.025.763t-.575.537q-.4.125-.788-.05t-.587-.55q-.8-1.425-2.187-2.25T10 4q-.425 0-.825.05t-.8.175q-.425.125-.812-.025T7 3.675t-.038-.762T7.5 2.4q.6-.2 1.225-.3T10 2q2.3 0 4.225 1.188t2.925 3.187m-6.175 1.75"/></svg> </template>
CSS
.icon-vr180-create2d-off-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%22M20%2010q.825%200%201.413.588T22%2012v4.775q0%20.675-.612.925t-1.088-.225q-.15-.15-.225-.338T20%2016.75V12h-4.75q-.5%200-.75-.312T14.25%2011t.25-.687t.75-.313zm-8%2012q-.825%200-1.412-.587T10%2020v-7.2L4.6%207.4q-.275.6-.437%201.25T4%2010q0%201.65.825%203.038t2.25%202.187q.375.2.55.588t.05.787q-.15.4-.537.575t-.763-.025q-2-1-3.187-2.925T2%2010q0-1.125.3-2.15t.825-1.925l-1.8-1.8q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275L21.2%2021.2q.3.3.275.725t-.325.725q-.275.275-.637.288t-.638-.263L19.2%2022zm1-3q-.15%200-.225-.137t.025-.263l1.3-1.725q.075-.1.2-.1t.2.1l1%201.375l1.175-1.575L19%2019zm-1%201h5.2L12%2014.8zm5.15-13.625q.2.375.025.763t-.575.537q-.4.125-.788-.05t-.587-.55q-.8-1.425-2.187-2.25T10%204q-.425%200-.825.05t-.8.175q-.425.125-.812-.025T7%203.675t-.038-.762T7.5%202.4q.6-.2%201.225-.3T10%202q2.3%200%204.225%201.188t2.925%203.187m-6.175%201.75%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%22M20%2010q.825%200%201.413.588T22%2012v4.775q0%20.675-.612.925t-1.088-.225q-.15-.15-.225-.338T20%2016.75V12h-4.75q-.5%200-.75-.312T14.25%2011t.25-.687t.75-.313zm-8%2012q-.825%200-1.412-.587T10%2020v-7.2L4.6%207.4q-.275.6-.437%201.25T4%2010q0%201.65.825%203.038t2.25%202.187q.375.2.55.588t.05.787q-.15.4-.537.575t-.763-.025q-2-1-3.187-2.925T2%2010q0-1.125.3-2.15t.825-1.925l-1.8-1.8q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275L21.2%2021.2q.3.3.275.725t-.325.725q-.275.275-.637.288t-.638-.263L19.2%2022zm1-3q-.15%200-.225-.137t.025-.263l1.3-1.725q.075-.1.2-.1t.2.1l1%201.375l1.175-1.575L19%2019zm-1%201h5.2L12%2014.8zm5.15-13.625q.2.375.025.763t-.575.537q-.4.125-.788-.05t-.587-.55q-.8-1.425-2.187-2.25T10%204q-.425%200-.825.05t-.8.175q-.425.125-.812-.025T7%203.675t-.038-.762T7.5%202.4q.6-.2%201.225-.3T10%202q2.3%200%204.225%201.188t2.925%203.187m-6.175%201.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/vr180-create2d-off-outline-rounded.svg?color=%231a73e8&size=48