ios videocam icon
ios-videocam-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- ios-videocam-outline
- Set
- IonIcons
- Style
- Outline
- Viewbox
- 512×512
- License
- MIT
1 other variant in IonIcons
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios videocam icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M303.7 128h-221C63.9 128 47 142.1 47 160.7v187.9c0 18.6 16.9 35.4 35.7 35.4h221c18.8 0 33.3-16.8 33.3-35.4V160.7c0-18.6-14.5-32.7-33.3-32.7zM320 348.6c0 9.3-6.9 18.4-16.3 18.4h-221c-9.4 0-18.7-9.1-18.7-18.4V160.7c0-9.3 9-15.5 18.4-15.5l221 .1c9.4 0 16.6 6.1 16.6 15.4v187.9z" fill="currentColor"/><path d="M367 213v85.6l98 53.4V160l-98 53zm81-23v132.3l-64-33.5v-65.6l64.1-33.6-.1.4z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosVideocamOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M303.7 128h-221C63.9 128 47 142.1 47 160.7v187.9c0 18.6 16.9 35.4 35.7 35.4h221c18.8 0 33.3-16.8 33.3-35.4V160.7c0-18.6-14.5-32.7-33.3-32.7zM320 348.6c0 9.3-6.9 18.4-16.3 18.4h-221c-9.4 0-18.7-9.1-18.7-18.4V160.7c0-9.3 9-15.5 18.4-15.5l221 .1c9.4 0 16.6 6.1 16.6 15.4v187.9z" fill="currentColor"/><path d="M367 213v85.6l98 53.4V160l-98 53zm81-23v132.3l-64-33.5v-65.6l64.1-33.6-.1.4z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M303.7 128h-221C63.9 128 47 142.1 47 160.7v187.9c0 18.6 16.9 35.4 35.7 35.4h221c18.8 0 33.3-16.8 33.3-35.4V160.7c0-18.6-14.5-32.7-33.3-32.7zM320 348.6c0 9.3-6.9 18.4-16.3 18.4h-221c-9.4 0-18.7-9.1-18.7-18.4V160.7c0-9.3 9-15.5 18.4-15.5l221 .1c9.4 0 16.6 6.1 16.6 15.4v187.9z" fill="currentColor"/><path d="M367 213v85.6l98 53.4V160l-98 53zm81-23v132.3l-64-33.5v-65.6l64.1-33.6-.1.4z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-videocam-outline {
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%20512%20512%22%3E%3Cpath%20d%3D%22M303.7%20128h-221C63.9%20128%2047%20142.1%2047%20160.7v187.9c0%2018.6%2016.9%2035.4%2035.7%2035.4h221c18.8%200%2033.3-16.8%2033.3-35.4V160.7c0-18.6-14.5-32.7-33.3-32.7zM320%20348.6c0%209.3-6.9%2018.4-16.3%2018.4h-221c-9.4%200-18.7-9.1-18.7-18.4V160.7c0-9.3%209-15.5%2018.4-15.5l221%20.1c9.4%200%2016.6%206.1%2016.6%2015.4v187.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M367%20213v85.6l98%2053.4V160l-98%2053zm81-23v132.3l-64-33.5v-65.6l64.1-33.6-.1.4z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M303.7%20128h-221C63.9%20128%2047%20142.1%2047%20160.7v187.9c0%2018.6%2016.9%2035.4%2035.7%2035.4h221c18.8%200%2033.3-16.8%2033.3-35.4V160.7c0-18.6-14.5-32.7-33.3-32.7zM320%20348.6c0%209.3-6.9%2018.4-16.3%2018.4h-221c-9.4%200-18.7-9.1-18.7-18.4V160.7c0-9.3%209-15.5%2018.4-15.5l221%20.1c9.4%200%2016.6%206.1%2016.6%2015.4v187.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M367%20213v85.6l98%2053.4V160l-98%2053zm81-23v132.3l-64-33.5v-65.6l64.1-33.6-.1.4z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-videocam-outline.svg?color=%231a73e8&size=48